@charset "utf-8";




/* （ページタイトル 例：トップページ） */

/** （セクションタイトル 例：リード） **/

/*** （セクション内要素のタイトル 例：スライダー） ***/




/* セクション共通 */
#page #emergency section {
  padding-top: 100px;
}

#page #emergency section.sect1 {
  padding-top: 45px;
}

#page #site_use section.sect1 {
  padding-bottom: 30px;
}


#page #plan section:last-child,
#page #search section:last-child,
#page.single-qa section:last-child,
#page #faq section:last-child,
#page #sitemap section:last-child,
#page #emergency section:last-child,
#page #privacy section:last-child,
#page #site_use section:last-child,
#page #contact section:last-child,
#page #yakkan section:last-child,
#page #part_time_job section:last-child,
#page #guideline section:last-child,
#page #training section:last-child,
#page.single-voice section:last-child,
#page #recruit section:last-child,
#page #staff-voice section:last-child,
#page #irumanosdgs section:last-child,
#page #aid_claim section:last-child,
#page #disclosure section:last-child,
#page #basis section:last-child,
#page #policy section:last-child {
  padding-bottom: 150px;
}


#page #form section:last-child {
  padding-bottom: 100px;
}

#page.single-qa section:last-child {
  padding-bottom: 70px;
}


/* 固定ページ　文字色・サイズ */

#page.single-qa,
#page #faq,
#page #emergency,
#page #privacy,
#page #site_use,
#page #form,
#page #contact,
#page #yakkan,
#page #part_time_job,
#page #guideline,
#page #training,
#page #recruit,
#page #staff-voice,
#page.single-voice .content.voice-box,
#page.news-page .content.sdgs_content,
#page #irumanosdgs,
#page #aid_claim,
#page #policy,
#page #disclosure,
#page #basis,
#page #about {
  color: #2A3061;
}

#page #emergency h2::before,
#page #site_use h2::before,
#page #yakkan h2::before,
#page.news-page .sdgs-section h2::before,
#page #irumanosdgs h2::before,
#page #aid_claim h2::before {
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
}

#page #emergency h2::after,
#page #site_use h2::after,
#page #yakkan h2::after,
#page.news-page .sdgs-section h2::after,
#page #irumanosdgs h2::after,
#page #aid_claim h2::after {
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
}

#page #policy .icon-products2 h2::before,
#page #disclosure .icon-products2 h2::before,
#page #basis .icon-products2 h2::before,
#page #about .icon-products2 h2::before {
  background-image: url(../img/branch/taro-b.svg);
}

#page #policy .icon-products2 h2::after,
#page #basis .icon-products2 h2::after,
#page #about .icon-products2 h2::after {
  background-image: url(../img/branch/edamame-b.svg);
}

#page.branch-page article .icon-products3 h2::before {
  background-image: url(../img/yuzu3.svg);
  top: -5px;
  left: min(-5.5vw);
}

#page.branch-page article .icon-products3 h2::after {
  background-image: url(../img/maron3.svg);
  top: -15px;
  right: min(-6vw);
}

#page #policy .icon-products4 h2::before,
#page.branch-page article .icon-products4 h2::before {
  background-image: url(../img/spinach3.svg);
}

#page #policy .icon-products4 h2::after,
#page.branch-page article .icon-products4 h2::after {
  background-image: url(../img/carrot3.svg);
  transform: rotate(55deg);
}

/* 既存サイトの遺産 */
.font_red {
  color: #C00;
}

.font10 {
  font-size: 83.3%;
}


/* 外枠 - 基本 */
.white-wrapper {
  background-color: #fff;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  margin: 40px auto 0;
}

.border-wrapper {
  background-color: #fff;
  padding: 30px min(340px, 6vw) 50px;
  border-radius: 20px;
  border: solid 4px #91CE35;
}

.flex-wrapper {
  display: flex;
}

/* タイトル - 基本 */
.title-blue {
  color: #fff;
  line-height: clamp(1.125rem, 1.072rem + 0.67vw, 1.875rem);
  text-align: center;
  background-color: #3A45A5;
  padding: 15px;
  margin: 15px auto;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}


/* 詳細ボタン - 基本 */
.detail_btn a {
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
  display: block;
  margin: 25px auto 0;
  padding: 7px 1rem;
  border: 3px solid;
  border-radius: calc(infinity * 1px);
  max-width: calc(240px - 2rem);
  text-align: center;
}

.detail_btn a:hover,
.detail_btn a:focus-visible {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}

.market-card .detail_btn a {
  margin: auto;
  padding: 0px 1rem;
}

/* 外部リンクボタン共通 */
#page #aid_claim .btn-outer a,
#page.market-page #line .border-wrapper .btn-outer a {
  background-color: #00A291;
  max-width: calc(600px - 2rem);
}

#page #aid_claim .btn-outer a {
  margin: 20px auto;
}

/* 共通パーツ　グローバルサーチ　global-search */
#page #faq .global-search form,
#page #sitemap .global-search form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

#page #faq .global-search form {
  gap: 10px;
  padding: 40px 0 0;
}

#page #faq .global-search form div.feas-keyword-wrap,
#page #faq .global-search form div.feas-select-wrap {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

#page #faq .global-search form div.feas-keyword-wrap {
  padding-right: 20px;
}


#page #faq .global-search form div.feas-keyword-wrap::before,
#page #faq .global-search form div.feas-select-wrap::before {
  color: #3A45A5;
  font-size: clamp(1.25rem, 1.1rem + 0.8vw, 2rem);
  font-weight: 800;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: normal;
}

#page #faq .global-search form div.feas-keyword-wrap::before {
  content: "キーワードで検索する";
}

#page #faq .global-search form div.feas-select-wrap::before {
  content: "カテゴリから検索する";
}

#page #faq .global-search form input.feas_archive_freeword,
#page #faq .global-search form select.feas_term_dropdown,
#page #sitemap .global-search form>input {
  border: none;
  background-color: #DDF2F0;
  border-radius: 11px 0 0 11px;
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  font-weight: 600;
  height: 48px;
  width: 100%;
  max-width: 350px;
  padding: 2px 17px 0;
  box-sizing: border-box;
}

#page #faq .global-search form input.feas_archive_freeword,
#page #faq .global-search form select.feas_term_dropdown {
  border: solid 1px #707070;
  border-radius: 5px;
  background-color: #fff;
  max-width: initial;
  padding: 2px 17px 0;
}

#page #faq .global-search form select.feas_term_dropdown {
  cursor: pointer;
  color: #3A45A5;
  opacity: .8;
}

#page #sitemap .global-search form>input::placeholder {
  color: #7BC6B9;
  opacity: .9;
}

#page #faq .global-search form input.feas_archive_freeword::placeholder {
  color: #C4C4C4;
  opacity: .9;
}

#page #faq .global-search form div.feas-submit-wrap {
  position: relative;
}

#page #faq .global-search form div.feas-submit-wrap input.feas-submit-button,
#page #sitemap .global-search form>button {
  border: none;
  background-color: #00A291;
  width: 64px;
  height: 50px;
  border-radius: 0 11px 11px 0;
  position: relative;
  cursor: pointer;
}

#page #faq .global-search form div.feas-submit-wrap input.feas-submit-button {
  color: #00A291;
  width: 50px;
  border-radius: 5px;
}

#page #sitemap .global-search form>button img {
  display: none;
}


#page #sitemap .global-search form>button::after {
  content: "";
  position: absolute;
  background-image: url(../img/loupe-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 11px;
  left: 50%;
  translate: -50%;
  width: 24px;
  height: 32px;
  transform: rotate(45deg);
  pointer-events: none;
}

#page #faq .global-search form div.feas-submit-wrap::after {
  content: "";
  position: absolute;
  background-image: url(../img/loupe-icon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
  height: 29px;
  pointer-events: none;
}




/* 共通パーツ　カプセル　capsule-wrap */
#page #contact .capsule-wrap,
#page #works .capsule-wrap,
#page #recruit #information .capsule-wrap,
#page #policy #information .capsule-wrap,
#page #policy #information .capsule-wrap,
#page #about #information .capsule-wrap,
#page.branch-page #facility_area .capsule-wrap {
  row-gap: 20px;
  column-gap: 40px;
}

#page #contact .capsule-wrap,
#page #works .capsule-wrap,
#page article#recruit .capsule-wrap,
#page #about #information .capsule-wrap,
#page #policy #information .capsule-wrap {
  padding: 30px 0;
}

#page #contact .capsule-wrap {
  padding: 10px 0;
}

#page.branch-page #facility_area .capsule-wrap {
  margin-top: 70px;
}

#page.branch-page #facility_area .capsule-wrap .cap-box #page #contact .capsule-wrap .cap-box,
#page #contact .capsule-wrap .cap-box,
#page #works .capsule-wrap .cap-box,
#page article#recruit .capsule-wrap .cap-box,
#page #about #information .capsule-wrap .cap-box,
#page #policy #information .capsule-wrap .cap-box {
  background-color: #fff;
}

#page #contact .capsule-wrap .cap-box img,
#page #works .capsule-wrap .cap-box img,
#page article#recruit .capsule-wrap .cap-box img,
#page #about #information .capsule-wrap .cap-box img,
#page #policy #information .capsule-wrap .cap-box img {
  width: 280px;
}

#page #contact .capsule-wrap.capsule-two .cap-box:nth-child(5) img,
#page.branch-page #facility_area .capsule-wrap .cap-box:first-child img {
  object-position: -110px 0;
}

#page.branch-page #facility_area .capsule-wrap .cap-box:nth-child(3) img {
  object-position: -30px 0;
}

#page #about #information .capsule-wrap .cap-box img.icon_pdf {
  display: none;
}

#page #contact .capsule-wrap .cap-box h3,
#page #works .capsule-wrap .cap-box h3,
#page article#recruit .capsule-wrap .cap-box h3,
#page #about #information .capsule-wrap .cap-box h3,
#page #policy #information .capsule-wrap .cap-box h3 {
  color: #3A45A5;
  font-size: clamp(1rem, calc(0.393519rem + 1.234568vw), 1.875rem);
}

#page.branch-page #facility_area .capsule-wrap .cap-box:last-child h3 {
  margin-top: 40px;
}

#page #works #finance .capsule-wrap .cap-box h3 {
  color: #981A45;
}

#page #works #csr .capsule-wrap .cap-box h3 {
  color: #006351;
}

#page #contact .capsule-wrap .cap-box h3,
#page #works .capsule-wrap .cap-box h3,
#page #policy #information .capsule-wrap .cap-box h3 {
  line-height: 2rem;
  text-align: center;
}

#page #contact .capsule-wrap .cap-box span.small,
#page #works .capsule-wrap .cap-box span.small,
#page #about #information .capsule-wrap .cap-box h3 span.small,
#page #about #information .capsule-wrap .cap-box h3 span.small,
#page #policy #information .capsule-wrap .cap-box h3 span.small {
  font-size: clamp(0.875rem, calc(0.783981rem + 0.38835vw), 1.25rem);
}

#page #policy #information .capsule-wrap .cap-box:not(:first-child) h3 {
  margin-top: 40px;
}

#page.branch-page #facility_area .capsule-wrap .cap-box .btn-green button {
  background-color: #00A291;
  border-radius: calc(infinity * 1px);
  color: #ffffff;
  font-size: clamp(0.9rem, 0.629rem + 0.52vw, 1.25rem);
  line-height: clamp(1.125rem, 0.943rem + 0.78vw, 1.875rem);
  white-space: nowrap;
  height: calc(48px - 1px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  padding-bottom: 1px;
  width: 100%;
}


/* 共通パーツ　catch */
#page #privacy .catch,
#page #site_use .catch,
#page #training #nurturing .item-box .catch,
#page article#recruit #recruit-about .catch,
#page #irumanosdgs .catch,
#page #aid_claim .catch,
#page #policy .catch,
#page #disclosure .catch,
#page #basis .catch,
#page #about #character .catch {
  color: #3A45A5;
  font-size: clamp(0.875rem, 0.755rem + 0.78vw, 1.25rem);
  line-height: clamp(1.5rem, calc(1.427184rem + 0.194175vw), 1.8rem);
  max-width: 990px;
  margin: 0 auto 30px;
}

#page #irumanosdgs .catch,
#page #aid_claim .catch,
#page #policy .catch,
#page #basis .catch {
  margin: 0 auto 40px;
}

#page #training #nurturing .item-box .catch {
  margin: 20px auto;
}

#page article#recruit #recruit-about .catch {
  margin: 30px auto;
}

#page #site_use .catch,
#page #disclosure .catch {
  margin: auto;
}

#page #basis .catch {
  max-width: 1040px;
}

#page #irumanosdgs .catch {
  max-width: 900px;
}

#page #irumanosdgs .policy-card .catch {
  padding-top: 20px;
}


/* 共通パーツ　policy-card */
#page #emergency .policy-card,
#page #privacy .policy-card,
#page #site_use .policy-card,
#page #part_time_job .policy-card,
#page #irumanosdgs .policy-card,
#page #aid_claim .policy-card {
  max-width: 1040px;
  margin: auto;
}

#page #part_time_job .policy-card {
  margin: 50px auto;
}

#page #site_use .policy-card .img,
#page #part_time_job .policy-card .img {
  display: flex;
  justify-content: center;
}

#page #irumanosdgs .policy-card:last-child {
  padding-top: 20px;
}

#page #emergency .policy-card,
#page #privacy .policy-card,
#page #site_use .policy-card,
#page #aid_claim #link-list .policy-card,
#page #policy .policy-card {
  background-image: linear-gradient(to right, rgb(0, 0, 0) 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  max-width: 1040px;
  margin: 0 auto 30px;
  padding-bottom: 20px;
}

#page #policy #financial .policy-card {
  background-image: initial;
}

#page #aid_claim #link-list .policy-card {
  padding-bottom: 30px;
}

#page #aid_claim #link-list .policy-card:first-of-type {
  background-image:
    linear-gradient(to right, rgb(0, 0, 0) 2px, transparent 2px),
    linear-gradient(to right, rgb(0, 0, 0) 2px, transparent 2px);
  background-size: 6px 2px, 6px 2px;
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
  margin: 30px auto;
  padding-top: 20px;
}

#page #privacy .policy-card:last-child,
#page #site_use .policy-card:last-child,
#page #aid_claim #link-list .policy-card:nth-last-child(2),
#page #aid_claim #link-list .policy-card:last-child,
#page #policy .policy-card:last-child {
  background-image: initial;
}

#page #privacy .policy-card:last-child,
#page #site_use .policy-card:last-child,
#page #aid_claim #link-list .policy-card:nth-last-child(2),
#page #aid_claim #link-list .policy-card:last-child {
  padding-bottom: 10px;
}

#page #privacy .policy-card h3,
#page #site_use .policy-card h3,
#page #part_time_job .policy-card h3,
#page #irumanosdgs .policy-card h3,
#page #aid_claim .policy-card h3,
#page #policy .policy-card h3 {
  color: #3A45A5;
  font-size: clamp(1rem, calc(0.848301rem + 0.647249vw), 1.625rem);
  text-align: center;
  margin-bottom: 15px;
  background-color: #F0EEEB;
  padding: 15px;
  border-radius: 6px;
  box-sizing: border-box;
}

#page #privacy .policy-card p,
#page #site_use .policy-card p,
#page #aid_claim .note-red,
#page #aid_claim .policy-card p,
#page #policy .policy-card p {
  font-size: clamp(0.75rem, calc(0.71966rem + 0.12945vw), 0.875rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
}


#page #part_time_job .policy-card p {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
}

#page #privacy .policy-card p,
#page #site_use .policy-card p,
#page #part_time_job .policy-card p,
#page #aid_claim .policy-card p,
#page #policy .policy-card p {
  max-width: 860px;
  margin: auto;
}

#page #aid_claim .note-red {
  display: block;
  color: #E20000;
}

#page #aid_claim .sect6 .note-red {
  position: relative;
  top: 20px;
}

#page #aid_claim #link-list .policy-card p {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
}

#page #part_time_job .policy-card p.text-center {
  text-align: center;
  margin-bottom: 30px;
}

#page #aid_claim .policy-card p.note,
#page #policy .policy-card p.note {
  padding-top: 15px;
}

#page #emergency .policy-card p.freedial-text {
  color: #3A45A5;
  font-weight: 800;
  font-size: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  text-align: center;
  border: solid 2px currentColor;
  border-radius: 6px;
  width: fit-content;
  padding: 5px 15px;
  margin: auto;
  box-sizing: border-box;
}

#page #emergency .policy-card p.freedial-no {
  text-align: center;
}

#page #emergency .policy-card p.freedial-no a {
  color: #3A45A5;
  font-weight: 800;
  font-size: clamp(2.25rem, 1.734rem + 2.201vw, 4.375rem);
  line-height: clamp(2.25rem, 1.734rem + 2.201vw, 4.375rem);
  box-sizing: border-box;
  pointer-events: none;
}


#page #privacy .policy-card ol,
#page #site_use .policy-card ol,
#page #part_time_job .policy-card ol,
#page #aid_claim .policy-card ol,
#page #policy .policy-card ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-inline-start: 10px;
  padding-left: 15px;
  box-sizing: border-box;
  max-width: 860px;
  margin: auto;
}

#page #privacy .policy-card ol,
#page #site_use .policy-card ol {
  list-style-type: none;
}

#page #part_time_job .policy-card ol {
  margin: 20px auto;
}

#page #policy #financial .policy-card ol {
  max-width: 850px;
}

#page #privacy .policy-card ol li,
#page #aid_claim .policy-card ol li,
#page #policy .policy-card ol li {
  font-size: clamp(0.75rem, calc(0.71966rem + 0.12945vw), 0.875rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
}


#page #part_time_job .policy-card ol li {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  margin-bottom: 5px;
}

#page #site_use .policy-card ol li {
  font-size: clamp(0.75rem, 0.595rem + 0.66vw, 1.125rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  margin-bottom: 5px;
}

#page #site_use .policy-card ol li {
  text-align: center;
}

#page #privacy .policy-card ol li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}

#page #privacy .policy-card ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: currentColor;
  transform: rotate(45deg);
}

#page #part_time_job .policy-card ol li a {
  color: #00A291;
  text-decoration: underline;
}

#page #site_use .policy-card .btn-green,
#page #part_time_job .policy-card .btn-green {
  width: calc(490px - 1rem);
  height: calc(40px - 1px);
  margin: auto;
  color: #00A291;
  border: 3px solid;
  background-color: #ffffff;
}

#page #privacy .policy-card .btn-green {
  width: calc(500px - 1rem);
  height: calc(60px - 1px);
  margin: 80px auto 20px;
  font-size: clamp(1rem, 0.8635rem + 0.5825vw, 1.5625rem);
  font-weight: 800;
}

#page #emergency .flex-wrapper .btn-green img,
#page #privacy .policy-card .btn-green img,
#page #site_use .policy-card .btn-green img {
  margin-left: 10px;
}

#page #privacy .policy-card .btn-green img {
  max-width: 16px;
}



/* 共通パーツ　ボーダーボックス　border-wrapper */
#page #faq .border-wrapper,
#page #emergency .border-wrapper,
#page #contact .border-wrapper,
#page #part_time_job .border-wrapper,
#page #guideline .border-wrapper,
#page #training #nurturing .border-wrapper,
#page #aid_claim .border-wrapper,
#page #policy #financial .border-wrapper {
  border: solid 4px #8C94D8;
  padding: 10px 20px 20px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 30px;
}

#page #search .border-wrapper,
#page #faq .border-wrapper,
#page #emergency .border-wrapper,
#page #contact .border-wrapper {
  max-width: 1260px;
  margin: auto;
  padding: 30px min(340px, 6vw) 50px;
}

#page #faq .border-wrapper {
  margin: 60px auto 0;
}

#page #faq .global-search.border-wrapper {
  padding: 20px 40px;
  margin: 0 auto 60px;
}


#page #part_time_job .border-wrapper,
#page #guideline .border-wrapper,
#page #aid_claim .border-wrapper {
  margin: 40px auto;
}

#page #aid_claim .border-wrapper .flex-wrapper {
  justify-content: center;
}

#page #aid_claim .border-wrapper .flex-wrapper .set {
  display: flex;
  gap: 30px;
}

#page #part_time_job .border-wrapper h4,
#page #guideline .border-wrapper h4,
#page #training #nurturing .border-wrapper h4,
#page #aid_claim .border-wrapper h3,
#page #policy #financial .border-wrapper h3 {
  color: #3A45A5;
  font-size: clamp(1.125rem, calc(1.0643rem + 0.2591vw), 1.375rem);
  background-image: radial-gradient(circle, #8C94D8 2px, transparent 2px);
  background-size: 12px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 0 auto 20px;
  padding-bottom: 15px;
  text-align: center;
}

#page #search .border-wrapper p,
#page.single-qa .border-wrapper p,
#page #faq .border-wrapper p,
#page #emergency .border-wrapper p,
#page #contact .border-wrapper p,
#page #part_time_job .border-wrapper p,
#page #guideline .border-wrapper p,
#page #aid_claim .border-wrapper p,
#page #policy #financial .border-wrapper p {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  max-width: 550px;
  margin: auto;
}

#page #part_time_job .border-wrapper p {
  max-width: 470px;
}

#page #guideline .border-wrapper p {
  font-size: clamp(0.875rem, calc(0.850728rem + 0.064725vw), 1rem);
}

#page #search .border-wrapper p,
#page.single-qa .border-wrapper p,
#page #faq .border-wrapper p,
#page #emergency .border-wrapper p,
#page #contact .border-wrapper p,
#page #aid_claim .border-wrapper p {
  max-width: 740px;
}

#page #search .border-wrapper p,
#page.single-qa .border-wrapper p,
#page #faq .border-wrapper p,
#page #emergency .border-wrapper p,
#page #contact .border-wrapper p {
  text-align: center;
}

#page #search .border-wrapper p a,
#page.single-qa .border-wrapper p a,
#page #faq .border-wrapper p a,
#page #emergency .border-wrapper p a,
#page #contact .border-wrapper p a {
  color: #00A291;
  text-decoration: underline;
}

#page #search .border-wrapper a.btn-green,
#page.single-qa .border-wrapper a.btn-green,
#page #faq .border-wrapper a.btn-green,
#page #emergency .border-wrapper a.btn-green,
#page #contact .border-wrapper a.btn-green {
  font-size: clamp(1.313rem, 1.176rem + 0.58vw, 1.875rem);
  max-width: calc(650px - 1rem);
  height: calc(100px - 1px);
  margin: 30px auto 0;
}


#page #aid_claim .border-wrapper p.tel,
#page #policy #financial .border-wrapper p.tel {
  color: #3A45A5;
  font-size: clamp(0.875rem, calc(0.875rem + 0.35vw), 1.125rem);
  font-weight: 800;
  text-align: center;
  max-width: 570px;
  margin: 20px auto;
}

#page #part_time_job .border-wrapper p.text-large,
#page #guideline .border-wrapper p.text-large,
#page #training #nurturing .border-wrapper p.text-large {
  color: #3A45A5;
  font-size: clamp(0.875rem, 0.755rem + 0.78vw, 1.25rem);
  line-height: clamp(1.5rem, calc(1.427184rem + 0.194175vw), 1.8rem);
  max-width: 770px;
  margin: 10px auto;
}

#page #part_time_job .border-wrapper p.text-large,
#page #guideline .border-wrapper p.text-large {
  font-weight: 800;
  text-align: center;
}

#page #guideline .border-wrapper .flex-wrapper {
  margin: 15px auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

#page #guideline .border-wrapper .flex-wrapper p.text-contact {
  margin: initial;
  display: flex;
  align-items: center;
  gap: 10px;
}

#page #guideline .border-wrapper .flex-wrapper p.text-contact a {
  pointer-events: none;
}

#page #guideline .border-wrapper .flex-wrapper p.text-contact span.contact {
  color: #3A45A5;
  font-weight: 800;
  border: solid 1px #3A45A5;
  border-radius: 6px;
  padding: 1px 10px;
}



/* 共通パーツ　ボタンリンク　voice-lin系k */
#page #site_use #term-prologue .white-wrapper,
#page #guideline #voice-link .white-wrapper {
  margin: auto;
}

#page #emergency .flex-wrapper,
#page #site_use #term-prologue .flex-wrapper,
#page #part_time_job #job-link .flex-wrapper,
#page #guideline #voice-link .flex-wrapper,
#page #training #voice-link .flex-wrapper,
#page #recruit #recruit-about .flex-wrapper,
#page.single-voice #voice-link .flex-wrapper,
#page #staff-voice #voice-link .flex-wrapper {
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}

#page #emergency .flex-wrapper,
#page #part_time_job #job-link .flex-wrapper,
#page #site_use #term-prologue .flex-wrapper {
  padding-bottom: initial;
}

#page #emergency .flex-wrapper {
  padding-top: 30px;
}

#page #site_use #term-prologue .flex-wrapper {
  padding-top: 20px;
}

#page #part_time_job #job-link .flex-wrapper {
  flex-direction: column;
  gap: 15px;
}

#page #guideline #voice-link .flex-wrapper .col,
#page #training #voice-link .flex-wrapper .col,
#page #recruit #recruit-about .flex-wrapper .col,
#page.single-voice #voice-link .flex-wrapper .col,
#page #staff-voice #voice-link .flex-wrapper .col {
  width: 28%;
}

#page #guideline #voice-link .flex-wrapper .col p,
#page #training #voice-link .flex-wrapper .col p,
#page #recruit #recruit-about .flex-wrapper .col p,
#page.single-voice #voice-link .flex-wrapper .col p,
#page #staff-voice #voice-link .flex-wrapper .col p {
  color: #3A45A5;
  font-size: clamp(1.125rem, calc(1.0643rem + 0.2591vw), 1.375rem);
  font-weight: 800;
  text-align: center;
  padding: 10px;
}

#page #site_use #term-prologue .flex-wrapper .btn-green,
#page #guideline #voice-link .flex-wrapper .btn-green,
#page #training #voice-link .flex-wrapper .btn-green,
#page #recruit #recruit-about .flex-wrapper .btn-green,
#page.single-voice #voice-link .flex-wrapper .btn-green,
#page #staff-voice #voice-link .flex-wrapper .btn-green {
  font-weight: 800;
  margin: auto;
}

#page #guideline #voice-link .flex-wrapper .btn-green,
#page #training #voice-link .flex-wrapper .btn-green,
#page #recruit #recruit-about .flex-wrapper .btn-green,
#page.single-voice #voice-link .flex-wrapper .btn-green,
#page #staff-voice #voice-link .flex-wrapper .btn-green {
  width: calc(335px - 2rem);
}


#page #emergency .flex-wrapper .btn-green,
#page #site_use #term-prologue .flex-wrapper .btn-green,
#page #part_time_job #job-link .flex-wrapper .btn-green {
  margin: auto;
  color: #00A291;
  border: 3px solid currentColor;
  background-color: #ffffff;
  padding: 0 30px;
  box-sizing: border-box;
}


#page #part_time_job #job-link .flex-wrapper .btn-green {
  width: calc(490px - 1rem);
  height: calc(40px - 1px);
}

#page #site_use #term-prologue .tore-deco,
#page #part_time_job #job-link .tore-deco,
#page #guideline #voice-link .tore-deco,
#page #training #voice-link .tore-deco,
#page.single-voice #voice-link .tore-deco,
#page #staff-voice #voice-link .tore-deco {
  height: 0;
  position: relative;
}

#page #site_use #term-prologue .deco1,
#page #part_time_job #job-link .deco1,
#page #guideline #voice-link .tore-deco .deco1,
#page #training #voice-link .tore-deco .deco1,
#page.single-voice #voice-link .tore-deco .deco1,
#page #staff-voice #voice-link .tore-deco .deco1 {
  position: absolute;
  bottom: -70px;
  left: -3.6vw;
  width: min(213px, 11vw);
}

#page #site_use #term-prologue .deco1 {
  bottom: -15px;
  left: 0.4vw;
  width: min(115px, 8vw);
}

#page #part_time_job #job-link .deco1 {
  bottom: 45px;
}

#page #guideline #voice-link .tore-deco .deco1 {
  bottom: -230px;
}

#page #site_use #term-prologue .deco2,
#page #part_time_job #job-link .deco2,
#page #guideline #voice-link .tore-deco .deco2,
#page #training #voice-link .tore-deco .deco2,
#page.single-voice #voice-link .tore-deco .deco2,
#page #staff-voice #voice-link .tore-deco .deco2 {
  position: absolute;
  bottom: -70px;
  right: -3.2vw;
  width: min(218px, 11vw);
}

#page #site_use #term-prologue .deco2 {
  bottom: -15px;
  right: 1vw;
  width: min(95px, 8vw);
}


#page #part_time_job #job-link .deco2 {
  bottom: 45px;
}

#page #guideline #voice-link .tore-deco .deco2 {
  bottom: -230px;
}





/* メールフォームプロ */
form#mailformpro input::placeholder,
form#mailformpro textarea::placeholder {
  color: #C4C4C4;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.05em;
  opacity: 1;
}

/* フォーカス時はより淡く */
form#mailformpro input:focus::placeholder,
form#mailformpro textarea:focus::placeholder {
  color: #d7e1e9;
}

form#mailformpro .mfp_element_all,
form#mailformpro .mfp_element_text,
form#mailformpro .mfp_element_number,
form#mailformpro .mfp_element_select-one,
form#mailformpro .mfp_element_email,
form#mailformpro .mfp_element_tel,
form#mailformpro .mfp_element_textarea,
form#mailformpro .mfp_element_date,
form#mailformpro .mfp_element_password {
  box-shadow: initial;
  max-width: calc(100% - 20px);
  border: solid 1px #707070;
  border-radius: 5px;
  border-spacing: 0.8em 0.9em;
  height: 30px;
}


form#mailformpro .mfp_element_tel,
form#mailformpro .mfp_element_email,
form#mailformpro .mfp_element_text {
  width: 70%;
}

form#mailformpro .mfp_element_textarea {
  width: 100% !important;
  height: 150px !important;
}

form#mailformpro .mfp_element_radio,
form#mailformpro .mfp_element_checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

form#mailformpro .mfp_check .mfp_element_checkbox {
  border-radius: 25%;
  margin-bottom: 2px;
  margin-right: 8px;
}

form#mailformpro .mfp_element_radio:checked,
form#mailformpro .mfp_element_checkbox:checked {
  background-color: #006351;
}

form#mailformpro .mfp_element_radio:checked::after,
form#mailformpro .mfp_element_checkbox:checked::after {
  content: "✔";
  color: #fff;
  font-size: 13px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

#form form#mailformpro input.age {
  width: 80px;
}

#form form#mailformpro span.age-text {
  margin-left: 10px;
}

form#mailformpro input.mfp_ok,
form#mailformpro select.mfp_ok,
form#mailformpro textarea.mfp_ok {
  background-color: initial;
}

form#mailformpro table {
  border-collapse: separate;
  border-spacing: 12px 1em;
  margin-left: -12px;
  margin-right: -12px;
}

#form form#mailformpro table.mailform-tab {
  margin-top: -1em;
}

form#mailformpro tr {
  height: 40px;
}

form#mailformpro tr#mfp-border {
  height: 20px;
}

form#mailformpro tr:nth-child(odd) {
  background-color: initial;
}

form#mailformpro th {
  color: #ffffff;
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
  background-color: #006351;
  width: 350px;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  padding: 10px 45px;
}

#form form#mailformpro th {
  background-color: #3A45A5;
}


form#mailformpro tr#mfp-border th {
  position: relative;
  padding-bottom: 30px;
  background-color: initial;
  background-image: linear-gradient(to right, rgb(0, 0, 0) 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: center;
}

form#mailformpro tr#mfp-border th::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  right: 0;
  bottom: -10px;
}

form#mailformpro th::after {
  content: initial;
}


form#mailformpro th .must {
  font-weight: 800;
  font-size: 14px;
  line-height: 1rem;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #FF4444;
  background-color: #FFFFFF;
  border: solid 1px currentColor;
  text-shadow: initial;
  padding: 0 5px;
  margin: 0 5px;
  border-radius: 4px;
  box-shadow: initial;
  background-image: initial;
}

#form form#mailformpro tr.choice th .set {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#form form#mailformpro tr.choice th .set .bottom {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
}

#form form#mailformpro tr.choice td .label-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  gap: 0 10px;
}

#form form#mailformpro tr.choice td .label-list label {
  white-space: normal;
  display: block;
  min-width: 180px;
  margin: initial;
  padding: initial;
}

form#mailformpro td {
  padding: initial;
}

form#mailformpro td p {
  margin-left: initial;
  display: flex;
  align-items: center;
}

#form form#mailformpro td p:last-child {
  margin-left: initial;
}

form#mailformpro td ol {
  list-style: none;
  padding-inline-start: initial;
  margin: initial;
}

form#mailformpro td ol li {
  margin-bottom: 5px;
}


form#mailformpro .mfp_check label.mfp_not_checked,
form#mailformpro td label.mfp_not_checked {
  border: initial;
}

form#mailformpro .mfp_check {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px auto;
}

form#mailformpro .mfp_check p a {
  color: #00A291;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  pointer-events: all;
}

#page.eventinfo-page .event-note p a,
#form form#mailformpro .mfp_note p a {
  color: #00A291;
  text-decoration: underline;
}


form#mailformpro div.prefcodeResult {
  z-index: 1;
}

form#mailformpro .mfp_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

form#mailformpro .mfp_buttons .mfp_element_reset,
form#mailformpro .mfp_buttons .mfp_element_submit {
  border-radius: 9999px;
  width: 304px;
  height: 60px;
  font-size: clamp(1rem, 0.85rem + 0.8vw, 1.5625rem);
  text-shadow: initial;
  background: initial;
  padding: 5px 0 0;
}

form#mailformpro .mfp_buttons .mfp_element_reset {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #00A291;
  background-color: #ffffff;
  border: solid 3px currentColor;
}

form#mailformpro .mfp_buttons .mfp_element_submit {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: #00A291;
  border: solid 3px currentColor;
}

#form form#mailformpro .mfp_note {
  max-width: 660px;
  margin: 20px auto;
}

#form form#mailformpro .mfp_note h3 {
  text-align: center;
  margin-bottom: 5px;
}

#form form#mailformpro .mfp_note p {
  font-size: clamp(0.625rem, calc(0.595rem + 0.129vw), 0.75rem);
  line-height: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
}


/* Googleマップ　ピン表示基本設定 */
#map_item #map_canvas,
#map_item #map_canvas2,
#map_item #map_canvas3,
#map_item #map_canvas4,
#map_item #map_canvas5 {
  height: 625px;
  width: 100%;
  border: 1px solid #ccc;
}

#page.market-page #map_item #map_canvas3 {
  height: 505px;
}

#page.single.market-page #map_item #map_canvas3 {
  height: 290px;
  border: initial;
  border-radius: 20px;
}

#map_item #map_canvas3 .gm-style .gm-style-iw-c {
  max-height: initial !important;
}


#map_item .info_window__more {
  margin-top: 10px;
}

#map_item .info_window a.more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: #00A291;
  background: #F6F3E1;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 1;
  position: relative;
}

#map_item .map_btn {
  margin: 50px auto 30px;
}

#map_item .ChangeElem_Panel_Content,
#map_item .ChangeElem_Btn_Content {
  list-style: none;
  padding: initial;
}

#map_item .ChangeElem_Panel_Content {
  max-width: 1140px;
  margin: auto;
}


#page.market-page #map_item .ChangeElem_Panel_Content {
  max-width: 945px;
}

#page.single-market-list #map_item .ChangeElem_Panel_Content {
  max-width: initial;
}

#map_item .ChangeElem_Btn_Content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}


/* ページネーション基本 */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto 10px;
  gap: 10px;
  position: relative;
}

#page #faq .pagination {
  margin: 80px auto 0;
}


.pagination span,
.pagination a {
  font-size: clamp(0.875rem, 0.46rem + 1.25vw, 1.5rem);
  font-weight: 800;
  padding: 6px 30px 8px;
  border-radius: 8px;
}

.pagination span {
  color: #C3E5E1;
  background: #fff;
  border: 2px solid #fff;
}

#page #search .pagination span,
#page #faq .pagination span,
#page #irumanosdgs .pagination span,
#page.news-page .pagination span {
  color: #fff;
  background: #C3E5E1;
  border: 2px solid #C3E5E1;
}


.pagination a {
  color: #fff;
  background: #00A291;
  border: 2px solid #00A291;

}

.pagination a:hover {
  opacity: .8;
}

.pagination a.next {
  margin-left: 20px;
}

.pagination a.prev {
  margin-right: 20px;
}






/* サイドバー */
#page.news-page .content .side_bar,
#page.single .content .side_bar {
  width: 230px;
}

#page.news-page .content .side_bar.sdgs_bar,
#page #irumanosdgs .content .side_bar.sdgs_bar {
  width: 285px;
}

#category-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

#category-nav a {
  font-size: clamp(0.75rem, 1.2vw, 1.0625rem);
  width: 100%;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
}

#category-nav.sdgs_nav a {
  font-size: 14px;
  text-align: left;
  padding: 2px 10px;
}




#archive-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

#archive-nav h3 {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-size: clamp(2.8rem, 1.002rem + 1.25vw, 2.5rem);
  line-height: clamp(4rem, 1.445rem + 1.96vw, 3.8rem);
  font-weight: 700;
  font-style: italic;
}

#page.news-page #category-head-nav {
  display: none;
}

.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.accordion>li {
  margin-bottom: 12px;
}

.accordion>li>p {
  font-size: clamp(0.95rem, 1.2vw, 1.0625rem);
  color: #00A291;
  position: relative;
  border: solid 2px #00A291;
  border-radius: 6px;
  padding: 3px 0;
  text-align: center;
  cursor: pointer;
}

.accordion>li>p::after {
  content: '';
  color: #00A291;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/accordion.svg);
  transform: translateY(-50%) rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform .5s ease;
}

.accordion>li>p.open {
  background-color: #DBFBF7;
  border: solid 2px #DBFBF7;
}


.accordion>li>p.open::after {
  background-image: url(../img/accordion2.svg);
}

.accordion>li>ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  padding: 10px;
}

.accordion>li>ul>li {
  font-size: clamp(0.9rem, 1.3vw, 1.125rem);
}

#single-nav {
  display: none;
  text-align: center;
}

#page #single-nav a.btn-green {
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
  font-weight: 600;
  background-color: #fff;
  color: #00A291;
  border: solid 2px #00A291;
}

#page #single-nav a:hover,
#page #single-nav a:focus-visible {
  color: #fff;
  background-color: #00A291;
  border-color: #00A291;
  opacity: 1;
}



/* 緊急情報 */
#page.news-page .em-area {
  background-color: #ffffff;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
  display: flex;
  padding: min(7px, 0.4vw);
  gap: min(39px, 2vw);
  width: min(996px, 52vw);
  margin: 0 auto 40px;
  position: relative;
}

#page.news-page .em-area h2 {
  background-color: #C14F24;
  border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: clamp(0.938rem, 0.581rem + 0.56vw, 1.25rem);
  line-height: clamp(0.938rem, 0.581rem + 0.56vw, 1.25rem);
  font-weight: 800;
  padding: 10px min(57px, 2.7vw);
  width: 30%;
  margin: 0 auto;
}

#page.news-page .em-area a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(33px, 1vw);
}


#page.news-page .em-area ul {
  margin: 0;
  padding: 0 min(34px, 1.8vw) 0 0;
  list-style: none;
  width: 70%;
}

#page.news-page .em-area li {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

#page.news-page .em-area li .em-date {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  color: #70B4A7;
  flex: 0 0 80px;
}

#page.news-page .em-area h3 {
  font-size: clamp(0.875rem, 0.59rem + 0.45vw, 1.125rem);
  line-height: clamp(0.875rem, 0.59rem + 0.45vw, 1.125rem);
  font-weight: 400;
}

/* ピックアップ一覧/イベント一覧/直売所一覧 - セクション */
#page #market section,
#page #event section,
#page #pickup section {
  padding-bottom: 80px;
}

/** グリッドコンテナー  **/
.market-container,
.event-container,
.pickup-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, 404px);
  justify-content: center;
  gap: 50px 26px;
}

.market-container {
  gap: 30px 26px;
}


/***  グリッドカード  ***/
.market-card,
.event-card,
.pickup-card {
  display: grid;
  justify-items: start;
  align-content: start;
  width: 405px;
  height: 100%;
  min-height: 540px;
  border-radius: 20px;
}

.market-card {
  background-color: #fff;
  min-height: 520px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, .1);
}

.event-card {
  background-color: #fff;
  min-height: 470px;
}

.market-card a,
.market-card div,
.event-card a,
.event-card div,
.pickup-card a,
.pickup-card div {
  color: #fff;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.market-card a,
.market-card div,
.event-card a,
.event-card div {
  color: #006351;
}

.event-card h3,
.pickup-card h3 {
  font-size: clamp(1.125rem, 0.875rem + 1.25vw, 1.5rem);
  font-weight: 400;
  line-height: 1.8rem;
  margin: 10px auto 20px;
}

.event-card h3 {
  font-size: clamp(1.125rem, calc(1.0643rem + 0.2591vw), 1.375rem);
  margin: 15px 0 20px;
}

.market-card h3 {
  font-size: clamp(0.875rem, calc(0.6171rem + 1.1003vw), 1.9375rem);
}


.pickup-card .pickup-head {
  position: relative;
}

.market-card .market-body,
.event-card .event-body,
.pickup-card .pickup-body {
  width: 100%;
  padding: 20px;
}

.event-card .event-body {
  padding: 10px 20px;
}


.market-card .market-head .market-image img,
.event-card .event-head .event-image img,
.pickup-card .pickup-head .pickup-image img {
  width: 404px;
  height: 223px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.pickup-card .pickup-head .pickup-category {
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
  font-weight: 800;
  background-color: #fff;
  position: absolute;
  right: 21px;
  bottom: -10px;
  padding: 5px 15px;
  border-radius: 6px;
}


#page #pickup .pickup-card.info-products .detail_btn a:hover {
  color: #0C9B24;
}

#page #pickup .pickup-card.info-news .detail_btn a:hover {
  color: #D84857;
}

#page #pickup .pickup-card.info-event .detail_btn a:hover {
  color: #CE5520;
}

#page #pickup .pickup-card.info-finance a:hover {
  color: #0C3C9B;
}


/**** イベント一覧ページ - カード  *****/
#page.single .single-meta .event-period,
#page #event .event-card .event-period {
  font-size: clamp(0.9375rem, calc(0.9375rem + 0.52vw), 1.3125rem);
  background-color: #707070;
  border-radius: 6px;
  color: #ffffff;
  width: 206px;
  margin: 0 auto;
  padding: 6px 1rem 8px;
  text-align: center;
  box-sizing: border-box;
}

#page.single .single-meta .event-period.accept,
#page #event .event-card .event-period.accept {
  background-color: #E34F03;
}

.event-card .event-body {
  display: flex;
  flex-direction: column;
  height: 230px;
  box-sizing: border-box;
}

.event-card .date {
  margin-top: auto;
  padding-top: 15px;
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: top;
  position: relative;
}

.event-card .date p {
  font-size: clamp(0.875rem, calc(0.875rem + 0.35vw), 1.125rem);
}

.event-card .date::after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  pointer-events: none;
}

/**** 記事一覧ページ - ニュースリスト ****/
#page #market-news .content .news_list .col,
#page #search .content .news_list .col,
#page #irumanosdgs .content.sdgs_content .news_list .col,
#page.news-page .content .news_list .col {
  background-image: linear-gradient(to right, rgb(0, 0, 0) 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  position: relative;
  background-position: center bottom;
  padding: 22px min(26px, 1.4vw) 15px;
}

#page #market-news .content .news_list .news-card,
#page #search .content .news_list .news-card,
#page #irumanosdgs .content.sdgs_content .news_list .news-card,
#page.news-page .content .news_list .news-card {
  display: flex;
  gap: 30px;
}

#page #market-news .content .news_list .news-card .news-img,
#page #search .content .news_list .news-card .news-img,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-img,
#page.news-page .content .news_list .news-card .news-img {
  width: 280px;
}

#page #market-news .content .news_list .news-card .news-img img,
#page #search .content .news_list .news-card .news-img img,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-img img,
#page.news-page .content .news_list .news-card .news-img img {
  width: 280px;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
}

#page #market-news .content .news_list .news-card .news-img.none img,
#page #search .content .news_list .news-card .news-img.none img,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-img.none img,
#page.news-page .content .news_list .news-card .news-img.none img {
  border: solid 1px #A8CFCB;
}

#page #market-news .content .news_list .news-card .news-text,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-text,
#page.news-page .content .news_list .news-card .news-text {
  width: 61%;
}

#page #search .content .news_list .news-card .news-text {
  width: 71%;
}

#page #market-news .content .news_list .news-card .news-text h3,
#page #search .content .news_list .news-card .news-text h3,
#page.news-page .content .news_list .news-card .news-text h3 {
  font-size: clamp(0.875rem, calc(0.75rem + 0.67vw), 1.25rem);
  font-weight: 400;
  padding: 10px 0;
}


#page.news-page .content.sdgs_content .news_list .news-card .news-text h3,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-text h3 {
  color: #3A45A5;
  font-weight: 800;
  line-height: 1.5rem;
  padding: 5px 0;
}


#page #market-news .content .news_list .news-card .news-meta,
#page #search .content .news_list .news-card .news-meta,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-meta,
#page.news-page .content .news_list .news-card .news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

#page.news-page .content.sdgs_content .news_list .news-card .news-meta,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-meta {
  gap: 20px;
  justify-content: flex-start;
}

#page #market-news .content .news_list .news-card .news-meta .category,
#page.news-page .content .news_list .news-card .news-meta .category {
  font-size: clamp(0.6875rem, 3.5vw, 1.125rem);
  font-weight: 800;
  padding: 3px 10px;
  min-width: 140px;
  text-align: center;
}

#page #market-news .content .news_list .news-card .news-meta .date,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-meta .date,
#page.news-page .content .news_list .news-card .news-meta .date {
  font-size: clamp(0.75rem, calc(0.71966rem + 0.12945vw), 0.875rem);
}

#page.news-page .content.sdgs_content .news_list .news-card .news-meta,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-meta .date {
  color: #3A45A5;
}

#page.news-page .content.sdgs_content .news_list .news-card .news-meta .branch,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .news-meta .branch {
  color: #3A45A5;
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  font-weight: 800;
  padding: 3px 10px;
  text-align: center;
  border: solid 1px #3A45A5;
}

#page #market-news .content .news_list .news-card .text,
#page #search .content .news_list .news-card .text,
#page.news-page .content .news_list .news-card .text {
  padding-bottom: 20px;
}

#page.news-page .content.sdgs_content .news_list .news-card .text,
#page #irumanosdgs .content.sdgs_content .news_list .news-card .text {
  font-size: clamp(0.75rem, calc(0.71966rem + 0.12945vw), 0.875rem);
  line-height: clamp(1.125rem, calc(1.07949rem + 0.19417vw), 1.3125rem);
  padding-bottom: initial;
}

#page #market-news .content .news_list .news-card .detail_btn,
#page #search .content .news_list .news-card .detail_btn,
#page.news-page .content .news_list .news-card .detail_btn {
  display: flex;
  justify-content: end;
}

#page #market-news .content .news_list .news-card .detail_btn a,
#page #search .content .news_list .news-card .detail_btn a,
#page.news-page .content .news_list .news-card .detail_btn a {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  color: #00A291;
  margin: initial;
  padding: 4px 1.8rem;
  border: 3px solid #00A291;
}

#page #market-news .content .news_list .news-card .detail_btn a:hover,
#page #search .content .news_list .news-card .detail_btn a:hover,
#page.news-page .content .news_list .news-card .detail_btn a:hover,
#page.news-page .content .news_list .news-card .detail_btn a:focus-visible {
  color: #fff;
  background-color: #00A291;
  border-color: #00A291;
  opacity: 1;
}



/* 記事ページ/記事一覧/サンクス - セクション */
#page #search section,
#page #thanks section,
#page.news-page section,
#page.single section {
  padding-bottom: 55px;
}


/** 記事ページ/記事一覧/サンクス - コンテンツ外枠 **/
#page.single-market-list #market-news .content,
#page #search .content,
#page #form .content,
#page #irumanosdgs #sdgs-list .content.sdgs_content,
#page #thanks .content,
#page.news-page .content,
#page.single .content {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  gap: 60px;
  padding: 60px;
  box-sizing: border-box;
}

#page.news-page .content.sdgs_content,
#page #irumanosdgs #sdgs-list .content.sdgs_content {
  gap: 40px;
}


#page #thanks .content {
  padding: 40px 60px;
}

#page #form .content {
  padding: 20px 60px 60px;
}


/*** 記事ページ/記事一覧/サンクス - コンテンツ本文 ***/
#category-head-nav a,
#category-nav a,
#page.news-page .category,
#page.single .category {
  color: #fff;
  background-color: #00A291;
  border: solid 2px #00A291;
  border-radius: 6px;
}

#page.market-news .category,
#page.news-page .post-type-market-news .category,
#page.single.market-news .content .content_body .single-meta .category,
#page.single-market-list #market-news .category {
  color: #006351;
  background-color: #C2E987;
  border-color: #C2E987;
}

#page.news-page .info-products,
#page.single .info-products {
  background-color: #0C9B24;
  border-color: #0C9B24;
}

#page.news-page .info-news,
#page.single .info-news {
  background-color: #D84857;
  border-color: #D84857;
}

#page.news-page .info-event,
#page.single .info-event {
  background-color: #CE5520;
  border-color: #CE5520;
}

#page.news-page .info-finance,
#page.single .info-finance {
  background-color: #0C3C9B;
  border-color: #0C3C9B;
}

#page #irumanosdgs #category-nav .sdgs1,
#page.news-page .sdgs1 {
  background-color: #E5243B;
  border-color: #E5243B;
}

#page #irumanosdgs #category-nav .sdgs2,
#page.news-page .sdgs2 {
  background-color: #DDA63A;
  border-color: #DDA63A;
}

#page #irumanosdgs #category-nav .sdgs3,
#page.news-page .sdgs3 {
  background-color: #4C9F38;
  border-color: #4C9F38;
}

#page #irumanosdgs #category-nav .sdgs4,
#page.news-page .sdgs4 {
  background-color: #C5192D;
  border-color: #C5192D;
}

#page #irumanosdgs #category-nav .sdgs5,
#page.news-page .sdgs5 {
  background-color: #FF3A21;
  border-color: #FF3A21;
}

#page #irumanosdgs #category-nav .sdgs6,
#page.news-page .sdgs6 {
  background-color: #26BDE2;
  border-color: #26BDE2;
}

#page #irumanosdgs #category-nav .sdgs7,
#page.news-page .sdgs7 {
  background-color: #FCC30B;
  border-color: #FCC30B;
}

#page #irumanosdgs #category-nav .sdgs8,
#page.news-page .sdgs8 {
  background-color: #A21942;
  border-color: #A21942;
}


#page #irumanosdgs #category-nav .sdgs9,
#page.news-page .sdgs9 {
  background-color: #FD6925;
  border-color: #FD6925;
}


#page #irumanosdgs #category-nav .sdgs10,
#page.news-page .sdgs10 {
  background-color: #DD1367;
  border-color: #DD1367;
}


#page #irumanosdgs #category-nav .sdgs11,
#page.news-page .sdgs11 {
  background-color: #FD9D24;
  border-color: #FD9D24;
}


#page #irumanosdgs #category-nav .sdgs12,
#page.news-page .sdgs12 {
  background-color: #BF8B2E;
  border-color: #BF8B2E;
}

#page #irumanosdgs #category-nav .sdgs13,
#page.news-page .sdgs13 {
  background-color: #3F7E44;
  border-color: #3F7E44;
}


#page #irumanosdgs #category-nav .sdgs14,
#page.news-page .sdgs14 {
  background-color: #0A97D9;
  border-color: #0A97D9;
}


#page #irumanosdgs #category-nav .sdgs15,
#page.news-page .sdgs15 {
  background-color: #56C02B;
  border-color: #56C02B;
}

#page #irumanosdgs #category-nav .sdgs16,
#page.news-page .sdgs16 {
  background-color: #00689D;
  border-color: #00689D;
}

#page #irumanosdgs #category-nav .sdgs17,
#page.news-page .sdgs17 {
  background-color: #19486A;
  border-color: #19486A;
}

#category-head-nav a.all.current,
#category-nav a.all.current {
  color: #00A291;
  background-color: #fff;
}

#page.news-page .info-products.current,
#page.single .info-products.current {
  color: #0C9B24;
  background-color: #fff;
}

#page.news-page .info-news.current,
#page.single .info-news.current {
  color: #D84857;
  background-color: #fff;
}

#page.news-page .info-event.current,
#page.single .info-event.current {
  color: #CE5520;
  background-color: #fff;
}

#page.news-page .info-finance.current,
#page.single .info-finance.current {
  color: #0C3C9B;
  background-color: #fff;
}


#page #search .content .news_body,
#page #form .content .form_body,
#page.news-page .content .sdgs_body,
#page #irumanosdgs .content .sdgs_body,
#page #thanks .content .thanks_body,
#page.single .content .news_body,
#page.news-page .content .news_body,
#page.single .content .content_body {
  width: 100%;
  max-width: 840px;
}

#page #search .content .news_body {
  max-width: initial;
}

#page.news-page .content .sdgs_body,
#page #irumanosdgs .content .sdgs_body {
  max-width: 820px;
}


#page.single .content .content_body h2 {
  font-size: clamp(1.25rem, 1.216rem + 1.23vw, 2.6rem);
  line-height: clamp(1.875rem, 1.526rem + 1.49vw, 3.3125rem);
  text-align: initial;
  margin: 0 auto 16px;
}

#page.single .content .content_body .single-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: top;
}

#page.single .content .content_body .single-meta .category {
  font-size: clamp(0.6875rem, 3.5vw, 1.125rem);
  font-weight: 800;
  padding: 5px 25px;
  margin-left: 10px;
}

#page.single .content .content_body .single-meta .date {
  font-size: clamp(0.75rem, 4vw, 1.3125rem);
}

#page.single .content .content_body .text {
  max-width: 770px;
  margin: 20px auto;
}

#page.single .content .content_body .text p {
  font-size: clamp(0.875rem, 0.815rem + 0.259vw, 1.125rem);
  padding-bottom: 20px;
}

#page.single .content .content_body .text p:last-of-type {
  padding-bottom: initial;
}

#page.single .main-img {
  text-align: center;
  margin: 20px auto;
}

#page.single .img-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px auto;
}

#page.single .img-container img,
#page.single .main-img img {
  width: 350px;
  height: 234px;
  object-fit: cover;
}

#page.single .pagination {
  justify-content: space-between;
  max-width: 780px;
  margin: 60px auto 10px;
  padding-top: 40px;
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: top;
}

#page.single .pagination:not(:has(.next)) {
  justify-content: flex-end;
}

#page.single .pagination a {
  padding: 0 40px;
  border: none;
}

#page.single .pagination a.next {
  margin-left: 1rem;
}

#page.single .pagination a.prev {
  margin-right: 1rem;
}


#page.single .btn-back {
  font-size: clamp(0.75rem, 0.715rem + 0.45vw, 1.25rem);
  line-height: clamp(1.125rem, 1.072rem + 0.67vw, 1.875rem);
  color: #00A291;
  display: block;
  border: 3px solid #00A291;
  height: calc(48px - 1px);
  width: 100%;
  max-width: calc(220px - 2rem);
  background-color: #ffffff;
  border-radius: calc(infinity * 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all 0.3s ease;
}

#page.single .btn-back:hover {
  background-color: #00A291;
  color: #fff;
  border: 3px solid #fff;
}



/* イベント詳細ページ - 基礎  */
#page.eventinfo-page section:first-of-type {
  padding-bottom: 15px;
}

#page.eventinfo-page section:last-of-type {
  padding-bottom: 100px;
}


/** イベント詳細ページ - コンテンツ外枠 **/
#page.eventinfo-page .event-box {
  padding: 40px 60px;
}

#page.eventinfo-page .event-box .content_body {
  max-width: initial;
}

#page.eventinfo-page .event-box .content_body h2 {
  max-width: 900px;
}


/*** イベント詳細ページ - イベント本文  ***/
#page.eventinfo-page .event-box .content_body .single-meta {
  justify-content: center;
}

#page.eventinfo-page .event-imagebox {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 30px auto;
}

#page.eventinfo-page .event-imagebox .event-image:not(:only-child) {
  max-width: 470px;
}

#page.eventinfo-page .event-imagebox .event-image img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

#page.eventinfo-page .event-body {
  max-width: 900px;
  margin: 0 auto;
}

#page.eventinfo-page .event-item {
  display: flex;
  gap: 30px;
  margin: 15px auto;
}

#page.eventinfo-page .event-item .event-title {
  flex: 0 0 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #83B832;
  border-radius: 6px;
}

#page.eventinfo-page .event-item .event-title p {
  font-size: clamp(1.125rem, calc(1.0643rem + 0.2591vw), 1.375rem);
  font-weight: 800;
  color: #fff;
  text-align: center;
}

#page.eventinfo-page .event-item .event-contents {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page.eventinfo-page .event-item .event-contents p {
  padding: 5px 0;
}

#page.eventinfo-page .event-item .event-contents p img {
  vertical-align: middle;
}


/* イベント詳細フォームエリア - 基礎  */
#page.eventinfo-page .mfp-box {
  padding: 40px 60px 60px;
}

#page.eventinfo-page h2.mfp-title {
  position: relative;
}

#page.eventinfo-page h2.mfp-title::before {
  content: '';
  position: absolute;
  left: -5.8vw;
  top: 50%;
  width: min(91.41px, 5vw);
  height: min(64.88px, 5vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/event/yuzu.svg);
  transform: translateY(-50%) rotate(0deg);
}

#page.eventinfo-page h2.mfp-title::after {
  content: '';
  position: absolute;
  right: -5.8vw;
  top: 50%;
  width: min(86.35px, 5vw);
  height: min(76.12px, 5vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/event/chestnut.svg);
  transform: translateY(-50%) rotate(0deg);
}

/** イベント詳細フォームエリア - コンテンツ外枠 **/
#page.eventinfo-page .mfp-box .content_body {
  max-width: 900px;
}

#page.eventinfo-page .mfp-box .content_body h3 {
  font-size: clamp(1.125rem, calc(1.0643rem + 0.2591vw), 1.375rem);
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
}

#page.eventinfo-page .mfp-box .content_body h3.reception-closed {
  padding-top: 15px;
}



/*** イベント詳細フォームエリア - 本文 ***/
#page.eventinfo-page h2.mfp-title {
  font-size: clamp(1.25rem, 1.1rem + 0.8vw, 2rem);
}


#page.eventinfo-page .event-note {
  margin: 20px auto;
  max-width: 660px;
}

#page.eventinfo-page .event-note h3.event-note-title {
  font-weight: 800;
  margin-bottom: 10px;
}

#page.eventinfo-page .event-note p {
  font-size: 12px;
  line-height: 1.2rem;
}


/* サンクスページ */
#page #thanks .content .thanks_body {
  max-width: 600px;
}

#page #thanks .content .thanks-text {
  text-align: center;
}

#page #thanks .content .thanks-text h3 {
  font-size: clamp(1.5625rem, 1.23rem + 1.38vw, 2.5rem);
  line-height: clamp(1.875rem, 1.43rem + 1.85vw, 3.125rem);
  padding: 20px 0 30px;
}

#page #thanks #form-thanks .content .thanks-text h3 {
  color: #3A45A5;
}


#page #thanks .content a.btn-green {
  font-size: clamp(1rem, 0.67rem + 0.89vw, 1.5625rem);
  font-weight: 800;
  max-width: 300px;
  margin: 40px auto 0;
  height: clamp(2.8125rem, 2.48rem + 1.38vw, 3.5rem);
}


#page #thanks .content .list ul {
  list-style: none;
  padding-left: 0;
  width: fit-content;
  margin: 0 auto;
}

#page #thanks .content .list ul li {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  position: relative;
  padding-left: 1.2rem;
}

#page #thanks #form-thanks .content .list ul li {
  color: #2A3061;
}



#page #thanks .content .list ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: 1;
}





/* 店舗施設ページ(branch)　共通タイトル */
#page.branch-page .cap-box h3,
#page.branch-page article h2 {
  color: #3A45A5;
}

#page.branch-page .cap-box h3 {
  font-size: clamp(1.125rem, 0.943rem + 0.776vw, 1.875rem);
  line-height: clamp(2.125rem, 2.095rem + 0.129vw, 2.25rem);
}

#page.branch-page .AddressBlock h3 {
  padding: 10px;
  color: #fff;
  font-size: clamp(1.125rem, calc(1.0643rem + 0.2591vw), 1.375rem);
  text-align: center;
  background-color: #3A45A5;
  position: relative;
  border-radius: 6px;
  margin-bottom: 15px;
}

#page.branch-page .AddressBlock h3 span.TermTitle__note {
  position: absolute;
  right: 15px;
  font-size: clamp(0.625rem, calc(0.3393rem + 0.4464vw), 0.875rem);
}



/* 店舗施設ページ(branch)　共通ボタン */
#page.branch-page button,
#page.branch-page input[type="button"],
#page.branch-page input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  box-shadow: none;
}

#page.branch-page .CityListNav {
  display: flex;
  flex-direction: column;
}

#page.branch-page .CityMap {
  margin: auto;
  position: relative;
}

#page.branch-page .CityMap::before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 50px;
  width: min(354.08px, 25vw);
  height: min(130.43px, 25vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/branch/torefami4.svg);
}



#page.branch-page .CityMap svg {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

#page.branch-page .CityMap g {
  pointer-events: none;
}

#page.branch-page .CityMap svg #maps *,
#page.branch-page .CityMap svg #text2 *,
#page.branch-page .CityMap svg #fujimi,
#page.branch-page .CityMap svg #fujimino,
#page.branch-page .CityMap svg #sen2,
#page.branch-page .CityMap svg #sen1 {
  pointer-events: auto;
  cursor: pointer;
}



#page.branch-page .CityCard {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 870px;
  margin: 20px auto 30px;
}

#page.branch-page .CityCardBtns {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  gap: 10px;
}

#page.market-page .MarketCardBtn,
#page.branch-page .btnMap,
#page.branch-page .ChangeElem_Btn,
#page.branch-page .FacilityCardBtn,
#page.branch-page .CityMapBtn,
#page.branch-page .CityCardBtn {
  cursor: pointer;
}

#page.market-page .MarketCardBtn,
#page.branch-page .btnMapBox .btnMap,
#page.branch-page .js-areaBtn,
#page.branch-page .ChangeElem_Btn,
#page.branch-page .CityCardBtn {
  display: block;
  color: #00A291;
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: clamp(1.438rem, calc(1.301630rem + 0.363108vw), 2rem);
  border: 3px solid #00A291;
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  padding: 2px 20px 0;
  width: fit-content;
  min-width: 165px;
  height: calc(40px - 1px);
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#page.market-page .MarketCardBtn:hover,
#page.branch-page .btnMapBox .btnMap:hover,
#page.branch-page .js-areaBtn:hover,
#page.branch-page .ChangeElem_Btn:hover,
#page.branch-page .CityMapBtn:hover,
#page.branch-page .CityCardBtn:hover {
  opacity: .8;
}

#page.branch-page #parent-844 .CityCardBtns,
#page.branch-page #parent-846 .CityCardBtns {
  justify-content: center;
}

#page.branch-page #parent-846 .CityCardBtn {
  min-width: 250px;
}

#page.branch-page #parent-844 .CityCardBtn {
  min-width: 350px;
}



#page.branch-page .ChangeElem_Btn.is-active {
  border: 3px solid #DBFBF7;
  background-color: #DBFBF7;
}

#page.branch-page .btnMapBox {
  display: flex;
  justify-content: end;
}

#page.branch-page .btnMapBox .btnMap {
  font-size: clamp(0.625rem, calc(0.43rem + 0.52vw), 1.125rem);
  min-width: initial;
  margin-right: 10px;
}

#page.branch-page .btnMapBox .btnMap::after {
  content: '';
  width: clamp(0.597rem, calc(0.5rem + 0.412vw), 0.995rem);
  height: clamp(0.597rem, calc(0.5rem + 0.412vw), 0.995rem);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/branch/link_square.svg);
  margin-left: 5px;
}


/* 店舗施設ページ(branch)　市町村で探す(city_area) */
#page.branch-page #city_area {
  padding-top: initial;
  padding-bottom: 80px;
}

#page.branch-page #city_area h2 {
  margin: 0 auto 15px;
}

/* 店舗施設ページ(branch)　施設別で探す(facility_area) */
#page.branch-page #facility_area {
  padding-bottom: 100px;
}


/* 店舗施設ページ(branch)　施設MAP(map_area) */
#page.branch-page #map_area {
  padding-top: 80px;
}


/* 店舗施設ページ(branch)　店舗簡易モーダル表示エリア */
#page.market-page section.AddressBlock,
#page.branch-page section.AddressBlock {
  border: 3px solid #B9BDE2;
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
  padding-top: 25px;
  padding-bottom: 25px;
}

#page.market-page section.AddressBlock {
  border: 3px solid #A8CFCB;
}

#page.market-page section.AddressBlock[hidden],
#page section.AddressBlock[hidden] {
  display: none;
}

#page.market-page .ParentOverlay,
#page.branch-page .ParentOverlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease;
}

#page.market-page .ParentOverlay.is-active,
#page.branch-page .ParentOverlay.is-active {
  opacity: 1;
}

/** 店舗施設ページ(branch)　店舗簡易モーダル表示エリア **/
#page.market-page .AddressBlock.is-modal,
#page.branch-page .AddressBlock.is-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  margin: auto;
  max-width: 1267px;
  max-height: calc(100dvh - 100px);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.1s ease;
}

#page.market-page .AddressBlock.is-modal.is-active,
#page.branch-page .AddressBlock.is-modal.is-active {
  opacity: 1;
  transform: translateY(0);
}


#page.market-page .AddressBlock .in1267,
#page.branch-page .AddressBlock .in1267 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#page.market-page .AddressBlock .MarketIndex,
#page.branch-page .AddressBlock .CityIndex {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}


#page.branch-page .AddressBlock .CityIndex .CityCardBtns {
  display: flex;
  gap: 10px;
  max-width: 870px;
  margin: 0 auto 30px;
}

#page.market-page .AddressBlock .MarketSections,
#page.branch-page .AddressBlock .TermSections,
#page.branch-page .AddressBlock .AreaSections {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  padding: 10px;
}


/*** モーダル表示中は背景をスクロールさせない ***/
html.is-lock,
body.is-lock {
  overflow: hidden;
}

@supports (scrollbar-gutter: stable) {
  html.is-lock {
    scrollbar-gutter: stable;
  }
}


/**** 店舗表示エリア　住所セクション ****/
.AddressBlock .TermSections,
.AddressBlock .AreaSections {
  width: 100%;
}

.AddressBlock .MarketSections .MarketSection,
.AddressBlock .TermSections .TermSection,
.AddressBlock .AreaSections .AreaSection {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
}

.AddressBlock .MarketSections .MarketSection {
  max-width: 560px;
}


/***** 住所セクション　テーブル設定 *****/
.TermSection table,
.AreaSection table {
  table-layout: fixed;
}

.TermSection table tr.branchRow,
.AreaSection table tr.branchRow {
  position: relative;
}

.TermSection table tr.branchRow::after,
.AreaSection table tr.branchRow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  pointer-events: none;
}

.TermSection table th,
.TermSection table td,
.AreaSection table th,
.AreaSection table td {
  width: 100%;
}


.TermSection table th:first-child,
.TermSection table td:first-child,
.AreaSection table th:first-child,
.AreaSection table td:first-child {
  width: 380px;
}

.TermSection table th:last-child,
.TermSection table td:last-child,
.AreaSection table th:last-child,
.AreaSection table td:last-child {
  width: 190px;
}

.TermSection table th.jurisdiction,
.TermSection table td.branchRow__district,
.AreaSection table th.jurisdiction,
.AreaSection table td.branchRow__district {
  width: 140px;
}



.TermSection table thead th,
.AreaSection table thead th {
  color: #3A45A5;
  font-size: 18px;
  background-color: #DDE0FB;
  padding: 5px;
  background-image: linear-gradient(to bottom, #3A45A5 2px, transparent 2px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: right top;
}

.TermSection table thead th:first-child,
.AreaSection table thead th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.TermSection table thead th:last-child,
.AreaSection table thead th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: initial;
  background-size: initial;
  background-repeat: initial;
  background-position: initial;
}

.TermSection table tbody th,
.AreaSection table tbody th {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  color: #2A3061;
}

.TermSection table tbody th .branchRow__nameText,
.AreaSection table tbody th .branchRow__nameText {
  font-size: clamp(1.125rem, calc(1.0643rem + 0.2591vw), 1.375rem);
}

.TermSection table tbody th .branchRow__code,
.AreaSection table tbody th .branchRow__code {
  font-size: clamp(0.625rem, calc(0.534rem + 0.388vw), 1rem);
  border: solid 1px #2A3061;
  border-radius: 6px;
  padding: 2px 10px;
}


.TermSection table tbody th .branchRow__set,
.AreaSection table tbody th .branchRow__set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
}

.TermSection table tbody td,
.AreaSection table tbody td {
  padding: 20px 10px;
  box-sizing: border-box;
  color: #2A3061;
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
}






/* 直売所ページ(market) 基本 */
#page.single.market-page #calendar .white-wrapper {
  background-color: initial;
  padding: initial;
}

/** Googleカレンダー **/
#page.market-page #calendar {
  padding-top: 35px;
  padding-bottom: 120px;
}

#page.market-page #calendar .g-calendar {
  display: flex;
  justify-content: center;
}

#page.market-page #market-shoplist #map_item,
#page.market-page #calendar .g-calendar {
  position: relative;
}

#page.market-page #market-shoplist #map_item::before,
#page.market-page #calendar .g-calendar::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-image: url(../img/tore-slide.svg);
  bottom: -10px;
  left: -5.2vw;
  width: min(124px);
  height: min(139px);
  z-index: 2;
}

#page.market-page #market-shoplist #map_item::before {
  bottom: -20px;
  left: -20px;
}

#page.market-page #market-shoplist #map_item::after,
#page.market-page #calendar .g-calendar::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-image: url(../img/toremi.svg);
  bottom: 0px;
  right: -4.6vw;
  width: min(108px);
  height: min(127px);
  z-index: 2;
}

#page.market-page #market-shoplist #map_item::after {
  bottom: -20px;
  right: -20px;
}


#page.market-page #calendar .sm-calendar {
  display: none;
}

#page.market-page #calendar iframe {
  border: solid 1px #777;
}

/*** 旬の野菜 ***/
#page.market-page #seasonal-vegetables-recommended {
  padding-top: 100px;
  padding-bottom: 180px;
}

#page.market-page .season-vege-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, 300px);
  gap: 22px;
  justify-content: center;
  margin-top: 62px;
}


#page.market-page .season-vege-wrap .s-vege-card {
  border: 3px solid #91CE35;
  width: calc(100% - 6px);
  gap: 16px;
}

#page.market-page .season-vege-wrap .s-vege-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 28px 22px;
  gap: 11px;
}

#page.market-page .season-vege-wrap .s-vege-card img {
  width: 100%;
  height: 224px;
  object-fit: cover;
  object-position: center;
}


#page.market-page .season-vege-wrap .s-vege-card h3 {
  font-size: clamp(1rem, 0.863rem + 0.58vw, 1.563rem);
  line-height: clamp(1.5rem, 1.288rem + 0.91vw, 2.375rem);
  font-weight: 400;
  text-align: center;
}


#page.market-page .season-vege-wrap .s-vege-card a:has(h3) {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**** 直売所一覧 ****/
#page.market-page .market-wrap {
  padding-top: 50px;
  padding-bottom: 80px;
}

#page.market-page .market-info {
  padding: 20px 0;
  line-height: 1.625rem;
}

#page.market-page .market-info dl {
  display: flex;
  flex-wrap: wrap;
  margin-block-start: initial;
  margin-block-end: initial;
}

#page.market-page .market-info dd {
  margin-inline-start: 5px;
}

/***** LINEリンク *****/
#page.market-page #line {
  padding-bottom: initial;
}

#page.market-page #line .line-box {
  margin-top: 40px;
  position: relative;
}

#page.market-page #line .line-title h2 {
  line-height: clamp(3rem, 1.824rem + 1.84vw, 3.2rem);
}



#page.market-page #line .line-box .tore-deco {
  height: 0;
}


#page.market-page #line .line-box .tore-deco .deco1 {
  position: absolute;
  bottom: 40px;
  left: -3.1vw;
  width: min(213px, 11vw);
}

#page.market-page #line .line-box .tore-deco .deco2 {
  position: absolute;
  bottom: 40px;
  right: -2.8vw;
  width: min(218px, 11vw);
}




/***** 直売所記事ページ ******/
#page.single-market-list #calendar {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 80px;
}

#page.single-market-list #map_item {
  padding-top: 20px;
  padding-bottom: initial;
}

#page.single-market-list #map_item .map_link_btn {
  width: calc(340px - 1rem);
  margin: 20px auto;
}

#page.single.market-page #map_item .map_link_btn a {
  color: #00A291;
  border: 2px solid #00A291;
  background-color: #fff;
  height: 38px;
}

#page.single.market-page #map_item .map_link_btn a::before {
  content: '';
  width: clamp(1.0625rem, calc(1.0625rem + 0.647vw), 1.6875rem);
  height: clamp(1.0625rem, calc(1.0625rem + 0.647vw), 1.6875rem);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/market/google.svg);
  margin-right: 5px;
}



#page.single-market-list #market-shopinfo {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

#page.single-market-list .content {
  display: block;
}

#page.single-market-list #market-news .content {
  max-width: 910px;
  padding: 30px;
}


#page.single-market-list .content .content_body {
  width: 100%;
  max-width: 1160px;
  display: grid;
  grid-template-columns: 26vw 1fr;
  gap: 40px;
}


#page.single-market-list .content .content_body h3 {
  font-size: clamp(1.5rem, calc(1.5rem + 0.776vw), 2.25rem);
  line-height: clamp(1.6875rem, calc(1.6875rem + 0.906vw), 2.5625rem);
  text-align: center;
  background-image:
    linear-gradient(to right, #000 2px, transparent 2px),
    linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: top, bottom;
  padding: 15px 0;
  margin: 0 auto 20px;
}


#page.single-market-list .content .content_body .market-head {
  display: flex;
  justify-content: center;
}

#page.single-market-list .content .content_body .market-head h3 {
  display: none;
}

#page.single-market-list .content .content_body .market-head img {
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 350px;
  object-fit: cover;
  border-radius: 20px;
}


#page.single-market-list .market-info {
  padding: 0 0 20px;
}

#page.single-market-list .market-info .market-equipment {
  padding-top: 10px;
  max-width: 520px;
  margin: auto;
}

#page.single-market-list .market-info dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  column-gap: 16px;
  row-gap: 10px;
  align-items: start;
  max-width: 520px;
  margin: auto;
}

#page.single-market-list .market-info dt {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2rem;
  background-color: #83B832;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 8px;
  box-sizing: border-box;
}

#page.single-market-list .market-info dt .dt-title {
  text-align: center;
}


#page.single-market-list .market-info dd {
  font-size: clamp(0.875rem, calc(0.8447rem + 0.1294vw), 1rem);
}


#page.single-market-list .market-info dd .parking-box {
  display: flex;
  align-items: center;
  gap: 10px;
}


/* JAいるま野のこと(about) */
#page #about #greeting h3 {
  max-width: 415px;
  margin-top: 50px;
}

/** ごあいさつ **/
#page #about #greeting .greeting-card {
  background-image: linear-gradient(to right, #2A3061 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 10px min(85px, 2.4vw) 50px;
}


#page #about #greeting .flex-wrapper {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 70px;
  max-width: 1015px;
  margin: auto;
}

#page #about #greeting .flex-wrapper img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 20px;
}

#page #about #greeting .flex-wrapper p {
  font-size: clamp(0.875rem, calc(0.850728rem + 0.064725vw), 1rem);
  line-height: 1.8rem;
}

#page #about #greeting .flex-wrapper .name {
  display: flex;
  justify-content: right;
  padding-top: 10px;
}

#page #about #greeting .flex-wrapper .name span {
  font-size: clamp(1.5rem, calc(1.408981rem + 0.38835vw), 1.875rem);
  margin-left: 10px;
}

/*** 理念 ***/
#page #about #greeting .philosophy-card .philosophy {
  font-size: clamp(1.8125rem, calc(1.569781rem + 1.035599vw), 2.8125rem);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}

#page #about #greeting .philosophy-card ul {
  list-style: none;
  display: grid;
  gap: 30px;
  padding: 20px 20px 40px;
}

#page #about #greeting .philosophy-card ul li {
  font-size: clamp(0.85rem, calc(0.813592rem + 0.15534vw), 1rem);
  line-height: clamp(1.275rem, calc(1.220388rem + 0.23301vw), 1.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#page #about #greeting .philosophy-card ul li span.title {
  color: #3A45A5;
  font-weight: 800;
  font-size: clamp(1rem, calc(0.833131rem + 0.711974vw), 1.6875rem);
}

/***** キャラクターとれ蔵 *****/
#page #about #character {
  padding-bottom: 120px;
  margin-bottom: 100px;
}


#page #about #character h3 {
  max-width: 1040px;
}

#page #about #character .contents-box {
  max-width: 860px;
  margin: auto;
}

#page #about #character .contents-box .text p {
  font-size: clamp(0.75rem, calc(0.71966rem + 0.12945vw), 0.875rem);
  line-height: clamp(1.125rem, calc(1.07949rem + 0.19417vw), 1.3125rem);
  padding-top: 10px;
}

#page #about #character .contents-box .flex-wrapper {
  gap: 60px;
  padding: 20px 0;
  flex-wrap: wrap;
  justify-content: center;
}

#page #about #character .contents-box .flex-wrapper dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  column-gap: 16px;
  row-gap: 5px;
  align-items: start;
  margin-block-start: initial;
  margin-block-end: initial;
  padding-top: 10px;
}

#page #about #character .contents-box .flex-wrapper dd,
#page #about #character .contents-box .flex-wrapper dt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

#page #about #character .contents-box .flex-wrapper dt {
  color: #3A45A5;
  font-weight: 800;
  line-height: 1.2rem;
  background-color: #F0EEEB;
  border-radius: 6px;
  padding: 8px;
}

#page #about #character .contents-box .flex-wrapper dd {
  font-size: 14px;
  justify-content: start;
  margin-inline-start: initial;
}

#page #about #character .contents-box .youtube {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

/****** 地域貢献活動 ******/
#page #about #local-contribution {
  padding-bottom: 100px;
}


#page #about #local-contribution h2 span {
  display: block;
  font-size: 20px;
  line-height: 1rem;
}


#page #about #local-contribution .torezo-copyright::after {
  top: 35px;
}

#page #about #local-contribution h2::after,
#page #about #local-contribution h2::before {
  top: 15px;
}

#page #about #local-contribution .catch {
  font-size: clamp(0.875rem, 0.755rem + 0.78vw, 1.125rem);
  max-width: 940px;
  margin: 20px auto 40px;
}

#page #about #local-contribution .flex-wrapper {
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

#page #about #local-contribution .flex-wrapper .white-wrapper {
  max-width: 610px;
  margin: initial;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, .1);
}

#page #about #local-contribution .flex-wrapper .white-wrapper .title-blue {
  margin: initial;
}


#page #about #local-contribution .flex-wrapper .white-wrapper ul {
  list-style: none;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#page #about #local-contribution .flex-wrapper .white-wrapper ul>li {
  position: relative;
  padding-left: calc(0.9em + 0.4em);
  color: #3A45A5;
  font-size: clamp(0.875rem, 0.755rem + 0.78vw, 1.5rem);
  font-weight: 800;
  line-height: 1.2;
  min-width: 180px;
}

#page #about #local-contribution .flex-wrapper .white-wrapper ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background: #548DFF;
}

#page #about #local-contribution .flex-wrapper .white-wrapper .img {
  display: flex;
  justify-content: center;
  padding: 20px;
}


/* JA綱領ページ(/about/basis/) */
#page #basis .white-wrapper {
  padding: 40px 65px;
}

#page #basis h3 {
  color: #3A45A5;
  font-size: clamp(1rem, calc(0.848301rem + 0.647249vw), 1.625rem);
  text-align: center;
  margin-bottom: 30px;
}

#page #basis .sub-title {
  color: #2A3061;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding-top: 8px;
  text-align: center;
}



/** 序章 **/
#page #basis #prologue {
  padding-top: 5px;
}

#page #basis #prologue .flex-wrapper {
  justify-content: center;
  gap: 20px;
}

#page #basis #prologue .flex-wrapper ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-inline-start: 10px;
  padding-left: 15px;
  box-sizing: border-box;
}

#page #basis #prologue .flex-wrapper ol li {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
}

/*** 概況・沿革 ***/
#page #basis #history .summary-card,
#page #basis #history .establishment-card,
#page #basis #history .philosophy-card,
#page #basis #history .overview-card {
  background-color: initial;
  background-image: linear-gradient(to right, #2A3061 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#page #basis #history .overview-card {
  position: relative;
}

#page #basis #history .overview-card .photo {
  height: 0;
}

#page #basis #history .overview-card .photo img {
  position: absolute;
  right: 180px;
  top: 120px;
  width: 370px;
  height: 290px;
  object-fit: cover;
}

#page #basis #history dl {
  display: grid;
  grid-template-columns: 290px 1fr;
  column-gap: 12px;
  row-gap: 12px;
  align-items: start;
  max-width: 1000px;
  margin: auto;
}

#page #basis #history dd,
#page #basis #history dt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}

#page #basis #history dt {
  color: #fff;
  font-size: clamp(1.125rem, calc(1.0643rem + 0.2591vw), 1.375rem);
  font-weight: 800;
  line-height: 1.8rem;
  background-color: #3A45A5;
  padding: 10px;
  border-radius: 6px;
}

#page #basis #history dd {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  align-items: flex-start;
  margin-inline-start: 15px;
  gap: 10px;
}

#page #basis #history .philosophy-card dd {
  margin-inline-start: initial;
}

#page #basis #history dd .row {
  display: grid;
  grid-template-columns: 270px 1fr;
}

#page #basis #history dd .row .text,
#page #basis #history dd .row .title {
  padding: 10px 30px;
}

#page #basis #history dd .row .title {
  color: #3A45A5;
  font-size: clamp(1rem, calc(0.9697rem + 0.1294vw), 1.125rem);
  font-weight: 800;
  line-height: 1.8rem;
  background-color: #F0EEEB;
}

#page #basis #history dd .row .text {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
}

#page #basis #history .flex-wrapper {
  gap: 20px;
  max-width: 900px;
  margin: auto;
  font-size: clamp(0.75rem, calc(0.71966rem + 0.12945vw), 0.875rem);
  line-height: clamp(1.125rem, calc(1.07949rem + 0.19417vw), 1.3125rem);
}

#page #basis #history .flex-wrapper .text {
  max-width: 490px;
}

#page #basis #history .flex-wrapper .photo {
  max-width: 370px;
}

#page #basis #history .production-card {
  padding-bottom: 80px;
}

#page #basis #history .production-card .btn .btn-green {
  color: #00A291;
  border: 3px solid;
  background-color: #ffffff;
  max-width: calc(406px - 2rem);
  height: calc(38px - 1px);
  margin: 30px auto 0;
}

/**** いるま野農業協同組合機構図 ****/
#page #basis #composition .photo {
  display: flex;
  justify-content: center;
}

/* ディスクロジャーページ(/about/disclosure/) */
/* 地域農業振興計画ページ(/about/plan/) */

#page #plan #local-agriculture-promotion-plan .title-blue,
#page #disclosure .title-blue {
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
  margin: initial;
  padding: 5px;
}

#page #disclosure .white-wrapper.is-prologue {
  margin: 0 auto;
  position: relative;
}

#page #disclosure .white-wrapper.is-prologue::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: min(119.74px, 20vw);
  height: min(101.56px, 20vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/tore-kuwa-standing.webp);
}


#page #disclosure .white-wrapper.is-prologue::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  width: min(90.55px, 20vw);
  height: min(106.09px, 20vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/toremi-ladle.webp);
}

#page #plan #local-agriculture-promotion-plan .flex-wrapper,
#page #disclosure .flex-wrapper {
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

#page #plan #local-agriculture-promotion-plan .flex-wrapper {
  justify-content: center;
}


#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper,
#page #disclosure .flex-wrapper .white-wrapper {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, .1);
  margin: initial;
}


#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper,
#page #disclosure .flex-wrapper.is-recent .white-wrapper {
  max-width: 605px;
}

#page #disclosure .flex-wrapper.is-archive .white-wrapper {
  max-width: 380px;
}


#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  margin: 30px auto;
}





#page #disclosure .flex-wrapper .white-wrapper ul {
  list-style: none;
  height: auto;
  margin-block: auto;
  padding: 25px 0;
}

#page #disclosure .flex-wrapper .white-wrapper ul li {
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#page #disclosure .flex-wrapper .white-wrapper ul li:last-child {
  background-image: initial;
  padding-bottom: initial;
  margin-bottom: initial;
}

#page #disclosure .flex-wrapper.is-recent {
  margin: 80px auto;
}

#page #disclosure .flex-wrapper.is-recent .white-wrapper ul li .item-box {
  display: grid;
  grid-template-columns: 138px 1fr;
  column-gap: 25px;
  align-items: center;
  max-width: 465px;
  margin: auto;
}

#page #disclosure .flex-wrapper .white-wrapper ul li .item-box .img {
  width: 138px;
  height: 197px;
}

#page #disclosure .flex-wrapper .white-wrapper ul li .item-box .img img {
  object-fit: cover;
  object-position: right center;
  width: 138px;
  height: 197px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .1);
}

#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper .item-box .text,
#page #disclosure .flex-wrapper .white-wrapper ul li .item-box .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper .item-box .text {
  width: 100%;
  gap: 20px;
}



#page #disclosure .flex-wrapper .white-wrapper ul li .item-box .text .title {
  color: #3A45A5;
  font-size: clamp(1rem, 0.845rem + 0.66vw, 1.375rem);
  font-weight: 800;
  text-align: center;
}

#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper .item-box .text .title,
#page #disclosure .flex-wrapper .white-wrapper ul li .item-box .text .sub-title {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  text-align: center;
  padding: 20px 0;
}

#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper .item-box .text .title{
  text-align: left;
}

#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper .item-box .text .bt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper .item-box .text a.btn-green,
#page #disclosure .flex-wrapper .white-wrapper ul li .item-box .text a.btn-green {
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
  color: #00A291;
  border: 3px solid;
  background-color: #ffffff;
  width: calc(315px - 2rem);
  height: calc(38px - 1px);
  gap: 10px;
}

#page #plan #local-agriculture-promotion-plan .flex-wrapper .white-wrapper .item-box .text a.btn-green .icon_pdf,
#page #disclosure .flex-wrapper .white-wrapper ul li .item-box .text a.btn-green .icon_pdf {
  width: 14.83px;
  height: 17.3px;
}





/* 業務運営の方針(/about/policy/) + 苦情処理措置(/about/policy/aid_claim) + SDGs(/about/policy/irumanosdgs) */
/***** 苦情処理措置(/about/policy/aid_claim) + SDGs(/about/policy/irumanosdgs)共通 *****/
#page #irumanosdgs .img,
#page #aid_claim .img {
  margin: auto;
  max-width: 660px;
  text-align: center;
}

#page #irumanosdgs .img {
  max-width: 1010px;
  padding: 10px 0;
}


/****** SDGs(/about/policy/irumanosdgs)限定 ******/
#page.news-page .sdgs_body .news_list ul,
#page #irumanosdgs #sdgs-list .news_list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
  margin: initial;
  padding: 10px 0 0;
}

#page #irumanosdgs .tore-deco {
  padding: 10px;
  position: relative;
}

#page #irumanosdgs .tore-deco .deco1 {
  position: absolute;
  bottom: 80px;
  left: -4.9vw;
  width: min(213px, 11vw);
}

#page #irumanosdgs .tore-deco .deco2 {
  position: absolute;
  bottom: 80px;
  right: -4.6vw;
  width: min(218px, 11vw);
}


/* 採用情報ページ/recruit/ */
#page article#recruit #recruit-about .white-wrapper {
  margin: auto;
}

#page article#recruit #recruit-about .img {
  display: flex;
  justify-content: center;
}

#page article#recruit #recruit-about .bt-center {
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  max-width: 1040px;
  margin: 0 auto 30px;
  padding-bottom: 35px;
}

#page article#recruit #recruit-about .bt-center .btn-green {
  color: #00A291;
  background: #ffffff;
  border: solid 3px #00A291;
  font-weight: 800;
  max-width: 310px;
  margin: auto;
}


/** 先輩の声スライダー **/
#page article#recruit .staff_body,
#page article#recruit .recruit-slide-wrap {
  padding-bottom: 50px;
}

#page.single-voice #voice-slider .border-wrapper,
#page article#recruit #voice-slider .border-wrapper {
  padding: 20px 0;
  border: solid 5px #8C94D8;
  position: relative;
}

#page.single-voice #voice-slider .swiper-slide.swiper-slide-next,
#page.single-voice #voice-slider .swiper-slide.swiper-slide-active,
#page article#recruit #voice-slider .swiper-slide.swiper-slide-next,
#page article#recruit #voice-slider .swiper-slide.swiper-slide-active {
  background-image: linear-gradient(to bottom, #8C94D8 2px, transparent 2px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position: right;
  transition: opacity 0.4s ease;
}

#page.single-voice #voice-slider .voice_item,
#page article#recruit #voice-slider .voice_item {
  padding: 0 40px;
  margin: auto;
}

#page.single-voice #voice-slider .voice_item .voice_photo,
#page article#recruit #voice-slider .voice_item .voice_photo {
  display: flex;
  justify-content: center;
}

#page.single-voice #voice-slider .voice_item .voice_photo img,
#page article#recruit #voice-slider .voice_item .voice_photo img {
  object-fit: cover;
  object-position: center top;
  width: 310px;
  height: 175px;
  border-radius: 20px;
}

#page.single-voice #voice-slider .voice_item .voice_head,
#page article#recruit #voice-slider .voice_item .voice_head {
  margin-top: 10px;
  min-height: 70px;
  margin-bottom: 10px;
}

#page.single-voice #voice-slider .voice_item .voice_head p,
#page article#recruit #voice-slider .voice_item .voice_head p {
  color: #3A45A5;
  font-size: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  font-weight: 800;
}

#page.single-voice #voice-slider .voice_item .voice_info,
#page article#recruit #voice-slider .voice_item .voice_info {
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#page.single-voice #voice-slider .voice_item .voice_info p,
#page article#recruit #voice-slider .voice_item .voice_info p {
  color: #3A45A5;
  font-size: clamp(0.875rem, calc(0.8447rem + 0.1294vw), 1rem);
  font-weight: 800;
}

#page.single-voice #voice-slider .voice_item .voice_content p,
#page article#recruit #voice-slider .voice_item .voice_content p {
  font-size: 14px;
  line-height: 20px;
}

#page.single-voice #voice-slider .voice_item .btn-green,
#page article#recruit #voice-slider .voice_item .btn-green {
  color: #00A291;
  background: #ffffff;
  border: solid 3px #00A291;
  border-radius: calc(infinity * 1px);
  font-size: clamp(1rem, calc(0.7143rem + 0.4464vw), 1.25rem);
  line-height: clamp(2rem, calc(1.4286rem + 0.8929vw), 2.5rem);
  white-space: nowrap;
  height: calc(38px - 1px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px auto 5px;
  max-width: 260px;
}

#page.single-voice #voice-slider .recruit-slide-wrap .swiper-button-prev>svg,
#page.single-voice #voice-slider .recruit-slide-wrap .swiper-button-next>svg,
#page article#recruit #voice-slider .recruit-slide-wrap .swiper-button-prev>svg,
#page article#recruit #voice-slider .recruit-slide-wrap .swiper-button-next>svg {
  display: none;
}

#page.single-voice #voice-slider .recruit-slide-wrap .swiper-button-prev,
#page.single-voice #voice-slider .recruit-slide-wrap .swiper-button-next,
#page article#recruit #voice-slider .recruit-slide-wrap .swiper-button-prev,
#page article#recruit #voice-slider .recruit-slide-wrap .swiper-button-next {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: calc(infinity * 1px);
  background-image: url(../img/top/slide-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  transform: translateY(-50%);
}

#page.single-voice #voice-slider .recruit-slide-wrap .swiper-button-prev,
#page article#recruit #voice-slider .recruit-slide-wrap .swiper-button-prev {
  left: -28px;
  right: unset;
  transform: translateY(-50%) rotate(180deg);
}

#page.single-voice #voice-slider .recruit-slide-wrap .swiper-button-next,
#page article#recruit #voice-slider .recruit-slide-wrap .swiper-button-next {
  right: -28px;
  left: unset;
}

#page.single-voice .recruit-slide-wrap .bt-center .btn-green,
#page article#recruit .staff_body .bt-center .btn-green,
#page article#recruit .recruit-slide-wrap .bt-center .btn-green {
  font-size: clamp(1rem, calc(0.7143rem + 0.4464vw), 1.25rem);
  line-height: clamp(2rem, calc(1.4286rem + 0.8929vw), 2.5rem);
  max-width: 380px;
  margin: 30px auto 0;
}



/* 社員インタビュー一覧ページ/recruit/staff/ */
#page #staff-voice #voice-list .flex-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
  padding-top: 20px;
}

#page #staff-voice #voice-list .flex-wrapper .col {
  width: 45%;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}

#page #staff-voice #voice-list .voice-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 560 / 560;
}

#page #staff-voice #voice-list .voice-card .img {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#page #staff-voice #voice-list .voice-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#page #staff-voice #voice-list .voice-card .mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(3, 135, 121, 0.6);
  transition: opacity 0.4s ease;
  pointer-events: none;
}

#page #staff-voice #voice-list .voice-card:hover .mask {
  opacity: 0;
}

#page #staff-voice #voice-list .voice-card .voice-text {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 40px 24px;
}

#page #staff-voice #voice-list .voice-card .voice-text h3 {
  font-size: clamp(1.75rem, calc(1.4466rem + 1.2945vw), 3rem);
  line-height: clamp(2.3125rem, calc(2.0091rem + 1.2945vw), 3.5625rem);
}

#page #staff-voice #voice-list .voice-card .voice-text p.name {
  font-size: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  line-height: clamp(1rem, calc(0.848301rem + 0.647249vw), 1.625rem);
  font-weight: 800;
  background-image: linear-gradient(to right, #ffffff 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

#page #staff-voice #voice-list .voice-card .voice-text p.info {
  font-size: clamp(0.75rem, 0.595rem + 0.66vw, 1.125rem);
}

#page #staff-voice #voice-list .voice-card .staff {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#page #staff-voice #voice-list .voice-card:hover .staff {
  opacity: 0;
  transform: translateY(-10px);
}

#page #staff-voice #voice-list .voice-card .bt {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 4;
}

#page #staff-voice #voice-list .voice-card .btn-green {
  color: #00A291;
  background: #ffffff;
  border-radius: calc(infinity * 1px);
  font-size: clamp(1rem, calc(0.9393rem + 0.2589vw), 1.25rem);
  line-height: clamp(2rem, calc(1.8786rem + 0.5178vw), 2.5rem);
  white-space: nowrap;
  height: calc(48px - 1px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  padding: 0 30px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#page #staff-voice #voice-list .voice-card .btn-green:hover {
  color: #ffffff;
  background: #00A291;
}






/* お客様の声記事ページ/single-voice/ */
#page.single-voice .content.voice-box {
  padding: 40px 50px;
}

#page.single-voice .content.voice-box .content_body {
  max-width: fit-content;
}

#page.single-voice .flex-wrapper {
  gap: 40px;
}

#page.single-voice .voice-head .flex-wrapper>div {
  width: 50%;
}

#page.single-voice .voice-head .flex-wrapper .left img {
  object-fit: cover;
  object-position: center top;
  width: 600px;
  height: 100%;
}

#page.single-voice .voice-head .flex-wrapper .right {
  color: #fff;
  background-color: #3A45A5;
  border-radius: 10px;
  padding: 40px 50px;
}

#page.single-voice .voice-head .flex-wrapper .right h3 {
  font-size: clamp(1.25rem, 0.107rem + 1.786vw, 2.25rem);
  line-height: clamp(1.625rem, 0.482rem + 1.786vw, 2.625rem);
  background-image: linear-gradient(to right, #fff 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

#page.single-voice .voice-head .flex-wrapper .right p.name {
  font-size: clamp(1rem, 0.845rem + 0.66vw, 1.375rem);
  font-weight: 800;
  padding-bottom: 10px;
}

#page.single-voice .voice-head .flex-wrapper .right p.info {
  font-size: clamp(0.75rem, 0.595rem + 0.66vw, 1.125rem);
}

#page.single-voice .voice-body .flex-wrapper {
  font-size: clamp(0.875rem, 0.446rem + 0.670vw, 1.25rem);
  line-height: clamp(1.25rem, 0.393rem + 1.339vw, 2rem);
  padding: 50px;
}

#page.single-voice .voice-body .flex-wrapper .img {
  display: flex;
  justify-content: center;
}

#page.single-voice .voice-body .flex-wrapper .torezo {
  position: relative;
  padding: 6.25vw 0 9.375vw;
}

#page.single-voice .voice-body .flex-wrapper .torezo::after {
  content: "";
  position: absolute;
  background-image: url(../img/tore-kuwa-standing.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160.74px;
  height: 136.56px;
}

#page.single-voice .voice-body .flex-wrapper .torezo p {
  color: #3A45A5;
  font-size: clamp(1.875rem, 1.446rem + 0.67vw, 2.25rem);
  line-height: clamp(2.25rem, 1.821rem + 0.67vw, 2.625rem);
  font-weight: 800;
  text-align: center;
}


#page.single-voice .voice-body .flex-wrapper.box-one .left {
  width: 55%;
}

#page.single-voice .voice-body .flex-wrapper.box-one .right {
  width: 45%;
}

#page.single-voice .voice-body .flex-wrapper.box-two {
  padding: 10px 50px;
}

#page.single-voice .voice-body .flex-wrapper.box-two .img {
  padding-top: 20px;
}

#page.single-voice .voice-body .flex-wrapper.box-two .left {
  width: 35%;
}

#page.single-voice .voice-body .flex-wrapper.box-two .right {
  width: 65%;
}

#page.single-voice #voice-slider h2 {
  display: none;
}

/* 人材育成ページ/recruit/training/ */
#page #training #nurturing {
  padding-bottom: 40px;
}

#page #training #nurturing .white-wrapper {
  margin: auto;
  padding: 10px 40px;
}

#page #training #nurturing .flex-wrapper {
  justify-content: center;
  gap: 40px;
}

#page #training #nurturing .item-box .flex-wrapper {
  flex-wrap: wrap;
}


#page #training #nurturing .about-box .flex-wrapper {
  flex-wrap: nowrap;
  max-width: 850px;
  margin: auto;
  gap: 0;
}

#page #training #nurturing .about-box .flex-wrapper .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: auto 320px;
  background-position: center;
  background-image: url(../img/recruit/hashira.svg);
  height: 340px;
  width: 280px;
  padding-top: 90px;
}

#page #training #nurturing .item-box {
  max-width: 1040px;
  margin: 0 auto 80px;
}

#page #training #nurturing .item-box.about-box {
  margin: 0 auto 20px;
}

#page #training #nurturing .item-box.about-box .btn-green {
  width: calc(200px - 2rem);
}

#page #training #nurturing .item-box h3.title-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

#page #training #nurturing .item-box h3.title-blue span.hashira {
  font-size: clamp(0.875rem, 0.46rem + 1.25vw, 1.5rem);
}

#page #training #nurturing .item-box p {
  font-size: 14px;
  max-width: 830px;
  margin: 20px auto;
}

#page #training #nurturing .item-box.about-box p.bt-title {
  color: #00A291;
  font-size: clamp(1rem, calc(0.393519rem + 1.234568vw), 1.875rem);
  font-weight: 800;
  margin: 10px auto;
}

#page #training #nurturing .item-box.about-box p.bt-title a {
  color: #00A291;
}

#page #training #nurturing .item-box .img img {
  object-fit: cover;
  width: 315px;
  height: 215px;
}

#page #training #nurturing .item-box .item-card {
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#page #training #nurturing .item-box .item-card:last-of-type {
  background-image: initial;
  padding-bottom: initial;
  margin-bottom: initial;
}

#page #training #nurturing .item-box .item-card h4 {
  color: #3A45A5;
  font-weight: 800;
  font-size: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  line-height: clamp(1.25rem, calc(0.6786rem + 0.8929vw), 1.75rem);
  padding: 5px 20px;
  border: solid 4px #3A45A5;
  border-radius: 6px;
  width: 230px;
  text-align: center;
  margin: 0 auto 20px;
}

#page #training #nurturing .item-box .item-card dl {
  display: grid;
  grid-template-columns: 260px 1fr;
  column-gap: 16px;
  row-gap: 10px;
  align-items: center;
  max-width: 920px;
  margin: auto;
}

#page #training #nurturing .item-box .item-card dt {
  color: #3A45A5;
  font-weight: 800;
  font-size: clamp(1rem, 0.845rem + 0.66vw, 1.375rem);
  line-height: clamp(1.25rem, calc(0.6786rem + 0.8929vw), 1.75rem);
  background-color: #F0EEEB;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
}

#page #training #nurturing .item-box .item-card dd {
  font-size: clamp(0.875rem, calc(0.8447rem + 0.1294vw), 1rem);
  margin-inline-start: initial;
  padding: 10px 0;
}

#page #training #nurturing .item-box .item-card dd .st-r {
  color: #3A45A5;
  font-weight: 800;
  margin-right: 20px;
}

#page #training #nurturing .item-box .item-card dd ul {
  list-style: none;
  padding-inline-start: initial;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

#page #training #nurturing .item-box .item-card dd ul.column {
  flex-direction: column;
}


/* 募集要項ページ/recruit/guideline/ */
#page #guideline #graduate {
  padding-top: 70px;
}

#page #guideline #parttime .white-wrapper,
#page #guideline #experienced .white-wrapper,
#page #guideline #graduate .white-wrapper {
  padding: 10px 40px;
}

#page #guideline .white-wrapper .border-wrapper a,
#page #guideline .white-wrapper .img a {
  color: #2A3061;
}


#page #guideline div.img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

#page #guideline div.img,
#page #guideline div.info,
#page #guideline div.link {
  margin: 40px auto;
}

#page #guideline h3 {
  color: #3A45A5;
  font-size: clamp(1.125rem, calc(1.0643rem + 0.2591vw), 1.375rem);
  line-height: clamp(1.5rem, calc(1.408981rem + 0.38835vw), 1.875rem);
  text-align: center;
  max-width: 850px;
  margin: 40px auto;
}

#page #guideline p.note {
  font-size: 14px;
  max-width: 850px;
  margin: -20px auto 40px;
}

#page #guideline p.text-medium {
  color: #3A45A5;
  font-weight: 800;
  font-size: clamp(0.875rem, 0.755rem + 0.78vw, 1.25rem);
  line-height: clamp(1.5rem, calc(1.427184rem + 0.194175vw), 1.8rem);
  text-align: center;
  max-width: 850px;
  margin: 15px auto;
}

#page #guideline .btn-outer a {
  background-color: #00A291;
  flex-direction: row;
  gap: 10px;
  max-width: calc(330px - 2rem);
  padding: 5px 1rem 8px;
}

#page #guideline dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  column-gap: 25px;
  row-gap: 15px;
  align-items: center;
  max-width: 850px;
  margin: auto;
}

#page #guideline dt {
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(1rem, 0.845rem + 0.66vw, 1.375rem);
  line-height: clamp(1.25rem, calc(0.6786rem + 0.8929vw), 1.75rem);
  background-color: #3A45A5;
  height: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
}

#page #guideline dd {
  font-size: clamp(0.875rem, calc(0.8447rem + 0.1294vw), 1rem);
  margin-inline-start: initial;
  padding: 10px 0;
}

/* 農作業パート・アルバイトについて/part_time_job/ */
#page #part_time_job .white-wrapper p {
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  max-width: 860px;
  margin: 10px auto;
}

#page #part_time_job .white-wrapper p.catch {
  color: #3A45A5;
  font-size: clamp(0.875rem, 0.755rem + 0.78vw, 1.25rem);
  line-height: clamp(1.5rem, calc(1.427184rem + 0.194175vw), 1.8rem);
  max-width: 990px;
  margin: 0 auto 25px;
  text-align: center;
}

#page #part_time_job #introduction .white-wrapper .flex-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 150px;
  max-width: 860px;
  margin: auto;
}

#page #part_time_job .icon_pdf {
  width: 14px;
  height: 14px;
  margin-bottom: -1px;
}


#page #part_time_job a.btn-green .icon_pdf {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-bottom: initial;
}


#page #part_time_job .white-wrapper .flex-wrapper .img .icon_pdf {
  display: none;
}

#page #part_time_job .white-wrapper .flex-wrapper .img span.pdf {
  color: #3A45A5;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 10px;
}

#page #part_time_job .white-wrapper .flex-wrapper .img span.pdf::after {
  content: "";
  background-image: url(../img/recruit/pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-top: 3px;
}

/* JAいるま野の事業内容/works/ */
#page #works section {
  padding-bottom: 80px;
}

#page #works #csr,
#page #works #finance {
  margin-top: 80px;
}

#page #works #finance h2 {
  color: #981A45;
}

#page #works #csr h2 {
  color: #006351;
}

/* 定型約款/yakkan/ */
#page #yakkan .white-wrapper {
  padding: 30px 40px 40px;
}

#page #yakkan .caption {
  color: #3A45A5;
  text-align: right;
  padding-right: 10px;
  font-size: clamp(0.625rem, 0.564rem + 0.26vw, 0.875rem);
  line-height: clamp(0.938rem, 0.846rem + 0.39vw, 1.313rem);
}

#page #yakkan .note {
  text-align: right;
  padding-right: 10px;
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  margin-top: 15px;
}

#page #yakkan table {
  border-collapse: separate;
  border-spacing: 8px;
  position: relative;
}

#page #yakkan table::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  translate: -50%;
  width: calc(100% - 32px);
  height: 2px;
  background-image: linear-gradient(to right, #3A45A5 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
}

#page #yakkan table th {
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  line-height: clamp(1.313rem, 1.176rem + 0.58vw, 1.875rem);
  font-weight: 800;
  color: #ffffff;
  background-color: #3A45A5;
  border-radius: 6px;
  padding: 4px 0 6px;
}

#page #yakkan table td {
  position: relative;
}

#page #yakkan table td.classification {
  color: #3A45A5;
  text-align: center;
  background-color: #F0EEEB;
  border-radius: 6px;
  font-weight: 800;
  font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
  line-height: clamp(1.313rem, 1.176rem + 0.58vw, 1.875rem);
  padding: 4px 10px 6px;
  width: 290px;
}

#page #yakkan table td.taC {
  width: 160px;
}

#page #yakkan table td:not(.classification)::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #3A45A5 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
}

#page #yakkan table tr:last-child td:not(.classification)::after {
  content: initial;
}

#page #yakkan table td .icon_pdf {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

#page #yakkan td a {
  color: #00A291;
  text-decoration: underline;
}

#page #yakkan td a.small {
  font-size: clamp(0.625rem, calc(0.595rem + 0.129vw), 0.75rem);
}

#page #yakkan table td .flex-wrapper {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: center;
  gap: 5px;
}

#page #yakkan table td .flex-wrapper .name {
  font-size: clamp(0.875rem, calc(0.8447rem + 0.1294vw), 1rem);
  line-height: clamp(1.125rem, 1.072rem + 0.67vw, 1.875rem);
}


#page #yakkan table td .flex-wrapper .btn-green {
  color: #00A291;
  background: #ffffff;
  border: solid 3px #00A291;
  font-size: clamp(0.625rem, calc(0.534rem + 0.388vw), 1rem);
  height: calc(30px - 1px);
  margin: 10px auto;
  text-decoration: none;
}

/* 本サイトのご利用にあたって/site_use/ */
#page #site_use p.heading {
  font-size: clamp(0.75rem, calc(0.71966rem + 0.12945vw), 0.875rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  max-width: 850px;
  margin: 0 auto 40px;
}

#page #site_use p.note {
  font-size: clamp(0.75rem, calc(0.71966rem + 0.12945vw), 0.875rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  max-width: 480px;
  margin: auto;
}

#page #site_use p.p-margin {
  margin: 20px auto;
}

/* 緊急時のご連絡/emergency/ */
#page #emergency p.note {
  font-size: clamp(0.875rem, 0.755rem + 0.78vw, 1.125rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  text-align: center;
}

/* サイトマップ/sitemap/ */
#page #sitemap .white-wrapper {
  padding: 30px 40px 80px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  min-height: 900px;
}

#page #sitemap .white-wrapper .tore-deco {
  height: auto;
  width: max-content;
  display: flex;
  gap: 20px;
  position: absolute;
  left: 180px;
  bottom: 170px;
}

#page #sitemap .flex-wrapper {
  gap: 40px;
  margin: 0 auto;
  max-width: 980px;
  flex-wrap: wrap;
}

#page #sitemap ul.sitemap-menu>li>ul.sub-menu>li>ul.sub-menu,
#page #sitemap ul.sitemap-menu>li>ul.sub-menu,
#page #sitemap ul.sitemap-menu {
  list-style: none;
}

#page #sitemap ul.sitemap-menu {
  margin: 0;
  padding: 0;
  min-width: 290px;
}

#page #sitemap ul.sitemap-menu>li>ul.sub-menu {
  padding-inline-start: 25px;
}

#page #sitemap ul.sitemap-menu>li>ul.sub-menu>li>ul.sub-menu {
  padding-inline-start: 15px;
}

#page #sitemap ul.sitemap-menu li.overline {
  padding-top: 18px;
  margin-top: 18px;
  position: relative;
}

#page #sitemap ul.sitemap-menu li.overline::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: top;
}

#page #sitemap ul.sitemap-menu>li a {
  font-size: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  line-height: clamp(1rem, 0.857rem + 0.22vw, 1.125rem);
  color: #00A291;
  font-weight: 800;
  display: block;
  padding: 6px 0 6px 24px;
  position: relative;
}

#page #sitemap ul.sitemap-menu>li a::before {
  content: "";
  position: absolute;
  background-image: url(../img/nav-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
  left: 0;
  width: 16px;
  height: 17px;
  pointer-events: none;
}

#page #sitemap ul.sitemap-menu>li>ul.sub-menu li a {
  font-size: clamp(0.875rem, calc(0.8447rem + 0.1294vw), 1rem);
  padding: 3px 0 3px 15px;
  font-weight: 600;
}

#page #sitemap ul.sitemap-menu>li>ul.sub-menu>li>ul.sub-menu li a {
  font-size: clamp(0.75rem, calc(0.71966rem + 0.12945vw), 0.875rem);
  padding: 3px 0 3px 15px;
  font-weight: 400;
}


#page #sitemap ul.sitemap-menu>li>ul.sub-menu li a::before {
  background-image: url(../img/nav-dot.svg);
  transform: translateY(-50%);
}


/* よくある質問一覧、記事、検索結果 /faq/～.single-qa */
#page #faq .faq_body {
  width: 100%;
}

#page.single-qa #lead,
#page #faq #lead {
  background-color: #397CD2;
}

#page article#faq .faq-list,
#page article#recruit .faq-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#page article#faq .faq-list p.ng,
#page article#recruit .faq-list p.ng {
  text-align: center;
  font-weight: 800;
}

#page.single-qa .content.qa-box,
#page article#faq .faq-list .faq-card,
#page article#recruit .faq-list .faq-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, .1);
  position: relative;
}

#page.single-qa .content.qa-box {
  padding: 50px 25px 80px;
}


#page.single-qa .content.qa-box .content_body {
  max-width: initial;
}


#page article#faq .faq-list .faq-card,
#page article#recruit .faq-list .faq-card {
  position: relative;
}



#page.single-qa .content.qa-box .content_body .qa-head {
  background-image: linear-gradient(to right, #000000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

#page.single-qa .content.qa-box .content_body .qa-body .flex-wrapper,
#page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper,
#page article#faq .faq-list .faq-card .flex-wrapper,
#page article#recruit .faq-list .faq-card .flex-wrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-left: 60px;
  margin-right: 180px;
}

#page article#faq .faq-list .faq-card .flex-wrapper::before,
#page article#recruit .faq-list .faq-card .flex-wrapper::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 5px;
  width: min(52px, 5vw);
  height: min(52px, 5vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/faq/q.svg);
}



#page.single-qa .content.qa-box .content_body .qa-body .flex-wrapper,
#page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper {
  margin-left: 130px;
  margin-right: 180px;
  position: relative;
}

#page.single-qa .content.qa-box .content_body .qa-body .flex-wrapper {
  margin-right: 150px;
}



#page.single-qa .content.qa-box .content_body .qa-body .flex-wrapper::before,
#page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper::before {
  content: '';
  position: absolute;
  left: -90px;
  top: -18px;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/faq/q2.svg);
}

#page.single-qa .content.qa-box .content_body .qa-body .flex-wrapper::before {
  top: 0px;
  background-image: url(../img/faq/a.svg);
}

#page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper h3,
#page article#faq .faq-list .faq-card .flex-wrapper .title>p,
#page article#recruit .faq-list .faq-card .flex-wrapper .title>p {
  color: #3A45A5;
  font-size: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
  line-height: clamp(1.25rem, calc(0.6786rem + 0.8929vw), 1.75rem);
  font-weight: 800;
}

#page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper h3 a,
#page article#faq .faq-list .faq-card .flex-wrapper .title>p a,
#page article#recruit .faq-list .faq-card .flex-wrapper .title>p a {
  color: #3A45A5;
}

#page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper h3 {
  font-size: clamp(1.1875rem, 0.8447rem + 1.4628vw, 2.6rem);
  line-height: clamp(1.5rem, 1.0601rem + 1.877vw, 3.3125rem);
}

#page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper .cat p,
#page article#faq .faq-list .faq-card .flex-wrapper .cat p,
#page article#recruit .faq-list .faq-card .flex-wrapper .cat p {
  color: #3A45A5;
  font-size: clamp(0.625rem, calc(0.3393rem + 0.4464vw), 0.875rem);
  line-height: clamp(1.25rem, calc(0.6786rem + 0.8929vw), 1.75rem);
  font-weight: 800;
  background-color: #D4D8FF;
  padding: 2px 10px;
  width: fit-content;
}

#page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper .cat p a,
#page article#faq .faq-list .faq-card .flex-wrapper .cat p a,
#page article#recruit .faq-list .faq-card .flex-wrapper .cat p a {
  color: #3A45A5;
}

#page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper .cat p {
  font-size: clamp(0.875rem, calc(0.783981rem + 0.38835vw), 1.25rem);
  padding: 2px 20px;
}



#page article#faq .faq-list .faq-card .flex-wrapper .bt,
#page article#recruit .faq-list .faq-card .flex-wrapper .bt {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

#page article#faq .faq-list .faq-card .flex-wrapper .bt .btn-green,
#page article#recruit .faq-list .faq-card .flex-wrapper .bt .btn-green {
  color: #00A291;
  background: #ffffff;
  border: solid 3px #00A291;
  border-radius: calc(infinity * 1px);
  font-size: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  line-height: clamp(0.75rem, calc(0.68932rem + 0.25890vw), 1rem);
  white-space: nowrap;
  height: calc(30px - 1px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 165px;
  padding: 0 20px;
}

/** qa記事 .single-qa **/
#page.single-qa #faq-contents .qa-body .contents span,
#page.single-qa #faq-contents .qa-body .contents li,
#page.single-qa #faq-contents .qa-body .contents p {
  font-size: clamp(0.875rem, calc(0.850728rem + 0.064725vw), 1rem);
  line-height: clamp(1rem, calc(0.87864rem + 0.51780vw), 1.5rem);
}


#page.single-qa #faq-contents .qa-body .contents>ul,
#page.single-qa #faq-contents .qa-body .contents>ol {
  padding-inline-start: 20px;
}

#page.single-qa #faq-contents .qa-body .contents>ul li,
#page.single-qa #faq-contents .qa-body .contents>ol li {
  margin-bottom: 5px;
}

#page.single-qa #faq-contents .qa-body .contents>ul li>ul,
#page.single-qa #faq-contents .qa-body .contents>ol li>ul,
#page.single-qa #faq-contents .qa-body .contents>ul li>ol,
#page.single-qa #faq-contents .qa-body .contents>ol li>ol {
  margin-top: 10px;
  padding-inline-start: initial;
  list-style-type: none;
  counter-reset: qa-num;
}

#page.single-qa #faq-contents .qa-body .contents>ul li>ul li,
#page.single-qa #faq-contents .qa-body .contents>ol li>ul li,
#page.single-qa #faq-contents .qa-body .contents>ul li>ol li,
#page.single-qa #faq-contents .qa-body .contents>ol li>ol li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
  counter-increment: qa-num;
}

#page.single-qa #faq-contents .qa-body .contents>ul li>ol li,
#page.single-qa #faq-contents .qa-body .contents>ol li>ol li {
  margin-bottom: 10px;
}

#page.single-qa #faq-contents .qa-body .contents>ul li>ol li::before,
#page.single-qa #faq-contents .qa-body .contents>ol li>ol li::before {
  content: "(" counter(qa-num) ")";
  position: absolute;
  left: -5px;
  top: 0;
  width: 20px;
  height: 20px;
}

#page.single-qa #faq-contents .qa-body .contents>ul li>ul li,
#page.single-qa #faq-contents .qa-body .contents>ol li>ul li {
  margin-bottom: 0;
}

#page.single-qa #faq-contents .qa-body .contents>ul li>ul li::before,
#page.single-qa #faq-contents .qa-body .contents>ol li>ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: currentColor;
  transform: rotate(45deg);
}

#page.single-qa #faq-contents .bt {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

#page.single-qa #faq-contents .bt .btn-green {
  padding: 0 30px;
  font-size: clamp(1rem, 0.8635rem + 0.5825vw, 1.5625rem);
  font-weight: 800;
}





/* 画面幅に対する調節 */
@media (max-width: 1700px) {}

@media (max-width: 1600px) {

  /* in1267 */
  #page #irumanosdgs .in1267 {
    max-width: min(1000px, 80vw);
  }


  /* 固定ページ　文字色・サイズ */
  #page #aid_claim h2 {
    max-width: 38vw;
  }

  /*** 記事一覧/記事ページ - コンテンツ本文 ***/
  #page.single-market-list #market-news .content,
  #page #search .content,
  #page #form .content,
  #page #irumanosdgs #sdgs-list .content.sdgs_content,
  #page #thanks .content,
  #page.news-page .content,
  #page.single .content {
    max-width: min(1000px, 80vw);
    padding: 40px;
    gap: 40px;
  }

  #page.single-voice .content {
    max-width: 1267px;
  }

  #page #form .content {
    padding: 20px 40px 40px;
  }

  #page #thanks .content {
    margin: 0 auto;
  }

  #page.news-page .content .sdgs_body,
  #page #irumanosdgs .content .sdgs_body {
    max-width: 600px;
  }

  #page.single .img-container img {
    width: auto;
    height: auto;
    object-fit: initial;
  }


  /** グリッドカード  **/
  .pickup-card .pickup-container {
    padding: 0 60px;
  }

  /* 直売所ページ(market) 基本 */
  #page.market-page .season-vege-wrap,
  #page.market-page .white-wrapper,
  #page.market-page .border-wrapper {
    max-width: min(1000px, 75vw);
    margin: auto;
  }

  #page.market-page #line .line-box {
    max-width: min(1000px, 70vw);
    margin: auto;
  }

  #page.market-page #market-shoplist #map_item::before,
  #page.market-page #calendar .g-calendar::before {
    left: -9.2vw;
  }

  #page.market-page #market-shoplist #map_item::after,
  #page.market-page #calendar .g-calendar::after {
    right: -8.6vw;
  }


  /****** SDGs(/about/policy/irumanosdgs)限定 ******/
  #page #irumanosdgs .catch {
    margin: 0 auto 15px;
  }


  /* 共通パーツ設定#voice-link */
  #page #site_use #term-prologue .white-wrapper,
  #page #part_time_job #job-link .white-wrapper,
  #page #guideline #voice-link .white-wrapper,
  #page #training #voice-link .white-wrapper,
  #page.single-voice #voice-link .white-wrapper,
  #page #staff-voice #voice-link .white-wrapper {
    margin: auto;
  }

  #page #site_use #term-prologue .white-wrapper {
    padding: 20px 20px 50px;
  }

  #page #site_use #term-prologue .flex-wrapper .col,
  #page #part_time_job #job-link .flex-wrapper .col,
  #page #guideline #voice-link .flex-wrapper .col,
  #page #training #voice-link .flex-wrapper .col,
  #page #recruit #recruit-about .flex-wrapper .col,
  #page.single-voice #voice-link .flex-wrapper .col,
  #page #staff-voice #voice-link .flex-wrapper .col {
    width: initial;
  }

  #page.single-voice .voice-body .flex-wrapper .torezo {
    padding: 50px 0 160px;
  }

  #page #site_use #term-prologue .tore-deco,
  #page #part_time_job #job-link .tore-deco,
  #page #guideline #voice-link .tore-deco,
  #page #training #voice-link .tore-deco,
  #page.single-voice #voice-link .tore-deco,
  #page #staff-voice #voice-link .tore-deco,
  #page #irumanosdgs .tore-deco {
    height: auto;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0 10px 30px;
  }


  #page #training #voice-link .tore-deco,
  #page.single-voice #voice-link .tore-deco,
  #page #staff-voice #voice-link .tore-deco {
    padding: initial;
    bottom: -20px;
  }


  #page #part_time_job #job-link .tore-deco {
    padding: initial;
    bottom: 10px;
  }

  #page #site_use #term-prologue .tore-deco {
    padding: initial;
    bottom: 30px;
  }

  #page #guideline #voice-link .in1267 {
    position: relative;
    padding-bottom: 70px;
  }

  #page #guideline #voice-link .tore-deco {
    padding: initial;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #page #site_use #term-prologue .tore-deco .deco2,
  #page #site_use #term-prologue .tore-deco .deco1,
  #page #part_time_job #job-link .tore-deco .deco2,
  #page #part_time_job #job-link .tore-deco .deco1,
  #page #guideline #voice-link .tore-deco .deco2,
  #page #guideline #voice-link .tore-deco .deco1,
  #page #training #voice-link .tore-deco .deco2,
  #page #training #voice-link .tore-deco .deco1,
  #page.single-voice #voice-link .tore-deco .deco2,
  #page.single-voice #voice-link .tore-deco .deco1,
  #page #staff-voice #voice-link .tore-deco .deco2,
  #page #staff-voice #voice-link .tore-deco .deco1,
  #page #irumanosdgs .tore-deco .deco2,
  #page #irumanosdgs .tore-deco .deco1 {
    position: initial;
  }

  #page #sitemap .white-wrapper .tore-deco .deco1,
  #page #part_time_job #job-link .tore-deco .deco1,
  #page #guideline #voice-link .tore-deco .deco1,
  #page #training #voice-link .tore-deco .deco1,
  #page.single-voice #voice-link .tore-deco .deco1,
  #page #staff-voice #voice-link .tore-deco .deco1,
  #page #irumanosdgs .tore-deco .deco1 {
    width: 153px;
  }

  #page #site_use #term-prologue .tore-deco .deco1 {
    width: 90px;
  }

  #page #sitemap .white-wrapper .tore-deco .deco2,
  #page #part_time_job #job-link .tore-deco .deco2,
  #page #guideline #voice-link .tore-deco .deco2,
  #page #training #voice-link .tore-deco .deco2,
  #page.single-voice #voice-link .tore-deco .deco2,
  #page #staff-voice #voice-link .tore-deco .deco2,
  #page #irumanosdgs .tore-deco .deco2 {
    width: 157px;
  }

  #page #site_use #term-prologue .tore-deco .deco2 {
    width: 70px;
  }

  /* よくある質問一覧、記事、検索結果 /faq/～.single-qa */
  #page.single-qa .content.qa-box .content_body .qa-body .flex-wrapper,
  #page.single-qa .content.qa-box .content_body .qa-head .flex-wrapper {
    margin-right: 40px;
  }


}

@media (max-width: 1440px) {


  /* in1267 */
  #page.single-qa .in1267,
  #page #faq .in1267,
  #page #sitemap .in1267,
  #page #emergency .in1267,
  #page #privacy .in1267,
  #page #site_use .in1267,
  #page #contact .in1267,
  #page #yakkan .in1267,
  #page #works .in1267,
  #page #part_time_job .in1267,
  #page #guideline .in1267,
  #page #training .in1267,
  #page.single-voice .in1267,
  #page #staff-voice .in1267,
  #page #recruit .in1267,
  #page #aid_claim .in1267,
  #page #policy .in1267,
  #page #disclosure .in1267,
  #page article#basis .in1267,
  #page article#about .in1267,
  #page.market-page .in1267,
  #page #eventlist-page .in1267,
  #page.branch-page .AddressBlock .in1267,
  #page.branch-page #map_area .in1267,
  #page.branch-page #facility_area .in1267,
  #page.branch-page #city_area .in1267 {
    max-width: min(1000px, 80vw);
  }

  /* 緊急情報 */
  #page.news-page .em-area .em-area {
    width: min(880px, 61vw);
  }

  /*** 記事ページ/記事一覧/サンクス - コンテンツ本文 ***/
  #page.single .pagination {
    padding-bottom: 60px;
  }

  #page.single .btn-back {
    bottom: 0;
    max-width: calc(220px - 3rem);
  }

  /* 店舗施設ページ(branch)　共通ボタン */
  #page.branch-page .CityCardBtns,
  #page.branch-page #parent-842 .CityCardBtns,
  #page.branch-page #parent-845 .CityCardBtns {
    max-width: 780px;
  }

  #page.branch-page .js-areaBtn,
  #page.branch-page .ChangeElem_Btn,
  #page.branch-page .CityCardBtn {
    min-width: 110px;
    padding: 0 5px;
  }

  #page.branch-page .CityCardBtn {
    min-width: 120px;
  }


  /* 店舗施設ページ(branch)　店舗簡易モーダル表示エリア */
  #page.market-page .AddressBlock.is-modal,
  #page.branch-page .AddressBlock.is-modal {
    max-width: calc(100dvw - 100px);
  }

  /* 直売所ページ(market) 基本 */
  #page.market-page .market-container {
    grid-template-columns: repeat(auto-fit, 354px);
  }

  #page.market-page .market-card {
    width: 350px;
  }

  #page.market-page #market-shoplist #map_item::after,
  #page.market-page #calendar .g-calendar::after,
  #page.market-page #market-shoplist #map_item::before,
  #page.market-page #calendar .g-calendar::before {
    display: none;
  }

  #page.market-page #line .border-wrapper .tore-deco {
    display: flex;
    justify-content: center;
  }

  #page.market-page #line .border-wrapper .tore-deco .deco1 {
    position: relative;
    bottom: -30px;
    left: -10px;
  }

  #page.market-page #line .border-wrapper .tore-deco .deco2 {
    position: relative;
    bottom: -30px;
    right: -10px;
  }

  /* 固定ページ(about) */
  /****** 地域貢献活動 ******/
  #page #about #local-contribution .flex-wrapper {
    justify-content: center;
  }


  /* JA綱領ページ(/about/basis/) */
  /*** 概況・沿革 ***/
  #page #basis #history .overview-card .photo {
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  #page #basis #history .overview-card .photo img {
    position: initial;
    right: initial;
    top: initial;
    width: 370px;
    height: 290px;
    object-fit: cover;
  }

  /* ディスクロジャーページ(/about/disclosure/) */
  #page #disclosure .white-wrapper.is-prologue {
    padding: 20px 40px 70px;
  }

  #page #disclosure .white-wrapper.is-prologue::before {
    left: 50%;
    bottom: -20px;
    width: min(92.67px);
    height: min(78.6px);
    transform: translateX(calc(-50% - 45px));
  }

  #page #disclosure .white-wrapper.is-prologue::after {
    right: initial;
    left: 50%;
    bottom: -20px;
    width: min(70.08px);
    height: min(82.11px);
    transform: translateX(calc(-50% + 45px));
  }

  #page #disclosure .flex-wrapper .white-wrapper {
    margin: 0 auto;
  }


  #page.single-voice #voice-slider .voice_item,
  #page article#recruit #voice-slider .voice_item {
    padding: 20px;
  }


  /* お客様の声記事ページ */
  #page.single-voice .content.voice-box {
    padding: 20px;
    border-radius: 10px;
  }

  #page.single-voice .flex-wrapper {
    gap: 20px;
  }

  #page.single-voice .voice-head .flex-wrapper .right {
    padding: 20px;
  }

  #page.single-voice .voice-body .flex-wrapper {
    padding: 20px 0;
  }

  #page.single-voice .voice-body .flex-wrapper.box-two {
    padding: 20px 0;
  }


  /* サイトマップ/sitemap/ */
  #page #sitemap .white-wrapper {
    padding: 20px 20px 130px;
    min-height: initial;
  }

  #page #sitemap .white-wrapper .tore-deco {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    gap: 5px;
  }

  #page #sitemap .flex-wrapper {
    gap: 20px;
    max-width: 450px;
  }

  #page #sitemap .global-search form {
    padding: 0 0 20px;
  }

  #page #sitemap ul.sitemap-menu {
    min-width: initial;
  }

  /* よくある質問一覧、記事、検索結果 /faq/～.single-qa */
  #page article #lead.question::after {
    right: 100px;
    width: min(240px);
    height: 130px;
  }



}

@media (max-width: 1300px) {}

@media (max-width: 1200px) {}

/* 画面高さに対する調節 */
@media (max-height: 970px) {}