@charset "UTF-8";
/*----------------------------
Foundation
------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*----------------------------
■■　サイトの基本設定　base.scss ■■
------------------------------*/
/* ブレークポイント
pc：$layout-width-innerまで
tab：$layout-width-inner　-　1px ~ 768px
sp767未満
*/
/*-----------------------------------------
メディアクエリテンプレ https://haniwaman.com/breakpoint/
使い方：
@include mq('sp') { スマホレイアウト }
@include mq('tab') { タブレットレイアウト }
------------------------------------------*/
/* コンテナ幅 */
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 11rem;
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    padding: 0 6.6rem;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}

/*----------------------------------------
フォント関係の設定
------------------------------------------*/
/*〇パソコン～768pxまでのフォントサイズ*/
/*----------------------------
基準フォント指定
使い方：
font-family: $font-base、$font-minchoなど
------------------------------*/
/*------------------------------------------
■各フォントサイズ自由設定

使用例：
CSSにて、fzでショートコード利用可能

左から、PC,SPのフォントサイズ指定
@include font--l(rem,rem);

左から、PC、TAB、SPのフォントサイズ指定
@include font--l3(rem,rem,rem);
--------------------------------------------*/
/*----------------------------------------
色関係の設定
------------------------------------------*/
/*----------------------------------------
全体構造：Structure
------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none !important;
}

html {
  font-size: 62.5%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: all 250ms;
  color: #000;
}
a:hover {
  opacity: 0.7;
}
a.u-pointer-events--pc {
  pointer-events: none;
  color: inherit;
}
@media screen and (max-width: 767px) {
  a.u-pointer-events--pc {
    pointer-events: auto;
  }
}
a.u-blue--link {
  text-decoration: underline;
  color: #0000ee;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

body {
  background: #eeece7;
  height: auto;
  width: 100%;
  font-size: 1.5rem;
  font-family: "fot-tsukuaoldmin-pr6n", "Shippori Mincho", "Noto Serif JP",
    serif;
  font-weight: normal;
  line-height: 1.66;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  color: #000;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  /*----------------------------
  ■ min-widthで、横スクロール調整するときは、以下をOFFにする
  ------------------------------*/
  /* スクロールバー非表示 IE, Edge 対応 */
  -ms-overflow-style: none;
  /* スクロールバー非表示 Firefox 対応 */
  scrollbar-width: none;
  /* スクロールバー非表示 Chrome Edge 対応 */
  /*----------------------------
  ■ ここまで
  ------------------------------*/
}
body::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    min-width: 32rem;
  }
}

button {
  font-family: "fot-tsukuaoldmin-pr6n", "Shippori Mincho", "Noto Serif JP",
    serif;
}

input,
select,
textarea {
  -webkit-appearance: none;
}

/* ユーザーエージェントスタイル（ブラウザ初期値）の上書き */
textarea {
  font-family: "fot-tsukuaoldmin-pr6n", "Shippori Mincho", "Noto Serif JP",
    serif;
}

/*----------------------------------------
〇ヘッダー固定の調整
概要：ヘッダーfixedの場合、メイン画像がヘッダーに隠れる為、その分の余白設定することで、下に隠れないようになる。
※ヘッダー固定の場合のみ調整
------------------------------------------*/
.main-body {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .main-body {
    padding-top: 6rem;
  }
}
.main-body.admin {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .main-body.admin {
    padding-top: 1.4rem;
  }
}

/*
WordPress管理バーの位置調整
使い方：
WordPress管理バーのずらしたい方向に、位置指定
*/
/*----------------------------
■　Chorome relタグ　自動赤点線の除去
------------------------------*/
body a[rel~="nofollow"],
body a[rel~="sponsored"],
body a[rel~="ugc"] {
  outline: none !important;
}

/*----------------------------
■ base.scssここまで
------------------------------*/
/*----------------------------
Layout
------------------------------*/
/*----------------------------
■■ フッター　■■
------------------------------*/
/*----------------------------
フッター　テキストカラー初期設定
使い方：colorに、$footer-txt-colorを入力。
color: $footer-txt-color;
------------------------------*/
.l-footer {
  background: #eeece7;
  color: #000;
  padding: 9.2rem 0 13.1rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1199px) {
  .l-footer {
    padding: 6.4rem 0 9.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6.1rem 0 5.5rem;
  }
}
.l-footer a {
  color: #000;
}
.l-footer__wrap {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 1199px) {
  .l-footer__wrap {
    display: -ms-grid;
    display: grid;
    padding-bottom: 8rem;
    row-gap: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    margin: 0 auto;
    max-width: 54rem;
    padding-bottom: 3.7rem;
  }
}
.l-footer__wrap--chisan-chisho {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8.9rem;
}
@media screen and (max-width: 1199px) {
  .l-footer__wrap--chisan-chisho {
    display: -ms-grid;
    display: grid;
    justify-content: center;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__wrap--chisan-chisho {
    padding-bottom: 5rem;
  }
}
.l-footer__lists {
  display: -ms-grid;
  display: grid;
  row-gap: 2.5rem;
  transform: translateY(15px);
}
@media screen and (max-width: 1199px) {
  .l-footer__lists {
    transform: initial;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    row-gap: 1.5rem;
  }
}
/* .l-footer__lists--chisan-chisho {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 3rem auto 3rem auto;
  grid-template-columns: repeat(3, auto);
  gap: 2.5rem 3rem;
  padding: 0 3rem 0 5.5rem;
} */

/* 項目追加・並び調整 - 修正202410 */
.l-footer__lists--chisan-chisho {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 6rem auto 6rem auto;
  grid-template-columns: repeat(6, auto);
  -ms-grid-rows: auto 2rem auto 2rem auto;
  grid-template-rows: repeat(2, auto);
  gap: 2.5rem 3rem;
  padding: 0 3rem 0 5.5rem;
}
@media screen and (max-width: 1199px) {
  .l-footer__lists--chisan-chisho {
    padding: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__lists--chisan-chisho {
    -ms-grid-columns: auto 5rem auto;
    grid-template-columns: repeat(6, auto);
    -ms-grid-rows: auto 3rem auto 3rem auto;
    grid-template-rows: repeat(3, auto);
    gap: 1.5rem 3rem;
    /* padding: 0 3.5rem; */
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
  }
}
.l-footer__item--chisan-chisho:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.l-footer__item--chisan-chisho:nth-child(2) {
  grid-column: 2 / 5;
  grid-row: 1 / 2;
}
.l-footer__item--chisan-chisho:nth-child(3) {
  grid-column: 5 / 7;
  grid-row: 1 / 2;
}

.l-footer__item--chisan-chisho:nth-child(4) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.l-footer__item--chisan-chisho:nth-child(5) {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}
.l-footer__item--chisan-chisho:nth-child(6) {
  grid-column: 4 / 6;
  grid-row: 2 / 3;
}
.l-footer__item--chisan-chisho:nth-child(7) {
  grid-column: 6 / 7;
  grid-row: 2/ 3;
}
@media screen and (max-width: 767px) {
  .l-footer__item--chisan-chisho:nth-child(1) {
    grid-column: 1 / 2; /* 1カラム目 */
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .l-footer__item--chisan-chisho:nth-child(2) {
    grid-column: 2 / 5; /* 2カラム目 */
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .l-footer__item--chisan-chisho:nth-child(3) {
    grid-column: 5 / 7; /* 3カラム目 */
    grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
  .l-footer__item--chisan-chisho:nth-child(4) {
    grid-column: 1 / 2; /* 1カラム目 */
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .l-footer__item--chisan-chisho:nth-child(5) {
    grid-column: 2 / 4; /* 2カラム目 */
    grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .l-footer__item--chisan-chisho:nth-child(6) {
    grid-column: 4 / 7; /* 3カラム目 */
    grid-row: 2;
    -ms-grid-column: 5;
    -ms-grid-row: 3;
  }
  .l-footer__item--chisan-chisho:nth-child(7) {
    grid-column: 1 / 2; /* 1カラム目 */
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
}

/* @media screen and (max-width: 767px) {
  .l-footer__item--chisan-chisho:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .l-footer__item--chisan-chisho:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .l-footer__item--chisan-chisho:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .l-footer__item--chisan-chisho:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .l-footer__item--chisan-chisho:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .l-footer__item--chisan-chisho:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
} */

.l-footer__list-inner {
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media screen and (max-width: 1199px) {
  .l-footer__list-inner {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__list-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 5rem auto;
    grid-template-columns: repeat(2, auto);
    gap: 1.5rem 5rem;
    letter-spacing: -0.05em;
  }
  /* デザインカンプ優先のため、コメントアウト - 修正202410 */
  /* .l-footer__list-inner:last-child {
    -ms-grid-columns: auto 2.2rem auto 2.2rem auto 2.2rem auto;
    grid-template-columns: repeat(4, auto);
    -webkit-column-gap: 2.2rem;
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem;
  } */
}
.l-footer__item {
  font-weight: normal;
  line-height: 1.33;
}
@media screen and (max-width: 1199px) {
  .l-footer__item {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__item {
    padding: 0;
  }
}
.l-footer__item a {
  display: block;
}
.l-footer__item--chisan-chisho {
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.05em;
}

.l-footer__item--chisan-chisho a {
  display: block;
}
/* 審査員・非リンク設定 - 202410 */
.l-footer__item--chisan-chisho-judge a,
.l-header__nav-item--judge a {
  /*pointer-events: none;
  color: #a8a8a8;*/
}
.l-footer__btn-wrap {
  font-weight: normal;
  /* 37rem → 32rem変更 - 修正202410 */
  width: 32rem;
  /* height: 6.5rem; */
  height: auto;
}

@media screen and (max-width: 1199px) {
  .l-footer__btn-wrap {
    /* width: 37rem; */
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__btn-wrap {
    /* width: 33rem; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.l-footer__btn-wrap a {
  display: -ms-grid;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-areas: "a c" "b c";
  width: 32rem;
  height: 100%;
  margin-top: -0.2rem;
}
@media screen and (max-width: 1199px) {
  .l-footer__btn-wrap a {
    /* width: 37rem; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btn-wrap a {
    /* width: 33rem; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
/* width 少し小さく - 修正202410 */
.l-footer__btn-wrap img {
  width: 90%;
}

@media screen and (max-width: 1199px) {
  .l-footer__btn-wrap img {
    width: 100%;
  }
}
.l-footer__btn-wrap a span.u-font--s {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
  font-size: 1.2rem;
  letter-spacing: -0.15em;
  line-height: 1.25;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__btn-wrap a span.u-font--s {
    font-size: 0.9rem;
  }
}
.l-footer__btn-wrap a span.u-font--m {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: b;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.43;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.3em;
  margin-top: -0.5rem;
  background: linear-gradient(transparent 10%, #e0fb55 10%);
}
@media screen and (max-width: 767px) {
  .l-footer__btn-wrap a span.u-font--m {
    font-size: 1.3rem;
  }
}
.l-footer__btn-wrap a span.u-font--l {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: c;
  font-size: 2.6rem;
  letter-spacing: -0.05em;
  line-height: 1.6;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__btn-wrap a span.u-font--l {
    font-size: 2.2rem;
  }
}
.l-footer__btn-wrap a span.u-font--l::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #e0fb55;
  left: 0;
  bottom: 0;
}
.l-footer__logo {
  width: 16.5rem;
}
@media screen and (max-width: 1199px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 10.7rem;
  }
}
.l-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 250ms all;
  background: #eeece7;
}
@media screen and (max-width: 1199px) {
  .l-footer__logo--chisan-chisho {
    margin: 0 auto 2.8rem;
  }
}
.ç a {
  display: block;
  width: 16.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo--chisan-chisho a {
    width: 14rem;
  }
}
.l-footer__copyright {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.66;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1199px) {
  .l-footer__copyright {
    display: flex;
    justify-content: center;
  }
}

/*----------------------------
ヘッダー　テキストカラー初期設定
使い方：color: $header-txt-color;
------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #eeece7;
  z-index: 1000;
  /*----------------------------
  PCヘッダー
  ------------------------------*/
  /*----------------------------
  ロゴ設定
  ------------------------------*/
  /*----------------------------
  プロジェクトロゴ 位置設定
  ------------------------------*/
  /*----------------------------
  〇ナビ設定
  ------------------------------*/
  /*----------------------------
  ■ハンバーガーメニュー■
  ------------------------------*/
  /*----------------------------
  ■バーガーメニュー表示設定
  ------------------------------*/
  /*----------------------------
  ■バーガーメニュー　線
  ------------------------------*/
  /*----------------------------
  MENU/CLOSE文字の設定
  ------------------------------*/
  /*----------------------------
  ■バーガーメニュ左に配置
  使い方：l-header__drawerに、leftクラスを付与すると、左側のメニューに変更可能
  ------------------------------*/
}
.l-header__wrap {
  height: 8.8rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    height: 6rem;
    padding: 0 3rem;
  }
}
.l-header__logo-wrap {
  flex: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo-wrap {
    flex: 0 0 4.9rem;
  }
}
.l-header__logo-wrap a {
  display: flex;
  align-items: center;
}
.l-header__img-wrap {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  transition: all 750ms ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header__img-wrap {
    top: 10px;
  }
}
.l-header__img-wrap.headerLogoPosition {
  top: 0;
  transform: translateX(-50%) scale(85%);
}
.l-header__lists {
  width: calc(100% - 20rem);
  margin: 0 auto;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .l-header__lists {
    width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 767px) {
  .l-header__lists {
    width: 22rem;
    padding-bottom: 6rem;
  }
}
.l-header__lists--logo {
  width: 12.4rem;
  margin-left: 10rem;
}
.l-header__lists a {
  display: block;
}
.l-header__item--entry {
  letter-spacing: -0.1em;
  position: absolute;
  right: 0;
  top: 0;
  background: #e0fb55;
  padding: 1.3rem 2.4rem 2.1rem;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header__item--entry {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__item--entry {
    top: inherit;
    bottom: 5.6rem;
    padding: 8.8px 24px 16.1px 12px;
  }
}
.l-header__item--logo1 {
  width: 19rem;
  margin-bottom: 9.4rem;
}
@media screen and (max-width: 767px) {
  .l-header__item--logo1 {
    display: none;
  }
}
.l-header__item--logo2 {
  width: 12.4rem;
}
@media screen and (max-width: 767px) {
  .l-header__item--logo2 {
    margin-left: -0.8rem;
  }
}
.l-header__item--copyright {
  font-size: 1.2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header__item--copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__item--copyright {
    padding-top: 0;
    position: absolute;
    left: 2.7rem;
    bottom: 7.4rem;
    display: none;
  }
}
.l-header__nav-lists {
  display: -ms-grid;
  display: grid;
  row-gap: 2.8rem;
  padding-bottom: 5.7rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav-lists {
    row-gap: 1.3rem;
    padding-bottom: 1.9rem;
  }
}
.l-header__nav-item {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .l-header__nav-item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-item:last-child {
    display: none;
  }
}
.l-header__drawer-bar {
  background-color: #000;
  width: 30px;
  height: 1px;
  display: block;
  transition: all 0.25s;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}
.l-header__drawer-bar--1 {
  top: 27px;
}
.l-header__drawer-bar--2 {
  top: 32px;
}
.l-header__drawer-menu-txt {
  bottom: 3px;
  font-size: 10px;
  font-weight: normal;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
}
.l-header__drawer-menu-txt.u-disable--hidetxt {
  display: none;
}
.l-header__drawer-btn {
  color: #000;
  width: 60px;
  height: 60px;
  background: transparent;
  top: 15px;
  left: 100px;
  z-index: 1001;
  position: fixed;
  padding: 0;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  /*----------------------------
  ■ボタンアクティブ時の制御
  ------------------------------*/
}
@media screen and (max-width: 767px) {
  .l-header__drawer-btn {
    left: 15px;
    top: 0;
  }
}
.l-header__drawer-btn.active {
  /*----------------------------
  ■メニュタップ時アニメーション　×に変更
  ------------------------------*/
}
.l-header__drawer-btn.active .l-header__drawer-bar {
  width: 30px;
  left: 8px;
  background: #333;
}
.l-header__drawer-btn.active .u-active--hidetxt {
  display: none;
}
.l-header__drawer-btn.active .u-disable--hidetxt {
  display: block;
  letter-spacing: 0.08em;
}
.l-header__drawer-btn.active .l-header__drawer-bar--1 {
  transform: rotate(0.385398rad) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.l-header__drawer-btn.active .l-header__drawer-bar--2 {
  transform: rotate(-0.385398rad) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.l-header__drawer-wrap {
  background: #eeece7;
  color: #000;
  width: 530px;
  padding-top: 19.5rem;
  padding-bottom: 10rem;
  transform: translate(1060px);
  overflow-y: auto;
  height: 100%;
  transition: all 0.55s;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 1199px) {
  .l-header__drawer-wrap {
    width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawer-wrap {
    background: transparent;
    width: 100%;
    top: 6rem;
    padding-top: 8.6rem;
  }
}
.l-header__drawer-wrap.open {
  transform: translate(0);
  height: 100%;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-wrap.open {
    padding-bottom: 1rem;
  }
}
.l-header__drawer-bg {
  width: 100%;
  height: calc(100% - 8.8rem);
  position: fixed;
  z-index: 999;
  background: url("../../../img/pages/chisan-chisho/common/drawer_bg-2024.jpg")
    no-repeat left bottom/cover;
  display: none;
  top: 8.8rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-bg {
    background: #eeece7;
    height: calc(100% - 6rem);
    top: 6rem;
  }
}
.l-header__drawer-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 53rem);
  height: 100%;
  background: url("../../../img/pages/chisan-chisho/common/drawer_bg-logo.svg")
    no-repeat left bottom/contain;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 1199px) {
  .l-header__drawer-bg::before {
    width: calc(100% - 38rem);
  }
}
@media screen and (max-width: 767px) {
  .l-header__drawer-bg::before {
    display: none;
  }
}
.l-header__drawer-bg--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__drawer-bg--sp {
    display: block;
    width: 100%;
    margin-bottom: 6rem;
  }
}
/* ヘッダーラベルテキスト変更 - 修正202410 */
.l-header__label {
  font-weight: normal;
  letter-spacing: -0.1em;
  line-height: 1.16;
  position: absolute;
  width: 26rem;
  height: 11rem;
  right: 0;
  top: 0;
  background: #e0fb55;
  z-index: 1001;
  /*font-size: 2.4rem;*/
  text-align: center;
  padding: 1rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .l-header__label {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__label {
    width: 9rem;
    height: 7rem;
    text-align: center;
  }
}

.l-header__label a {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}
.l-header__label .u-font--l {
  /*font-size: 2.8rem;*/
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .l-header__label .u-font--l {
    /*font-size: 1.3rem;*/
    font-size: 1rem;
  }
}
.l-header .l-header__drawer.left .l-header__drawer-wrap {
  transform: translate(-530px);
  right: auto;
  left: 0;
}
.l-header .l-header__drawer.left .l-header__drawer-wrap.open {
  transform: translate(0);
}
.l-header .l-header__drawer.left .l-header__drawer-btn {
  right: auto;
  left: 32px;
}

/*----------------------------
Object
------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  z-index: 100;
  width: 10rem;
  right: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .back-to-top-wrapper {
    width: 6rem;
  }
}

/*----------------------------
■■ ボタンコンポーネント　■■
使い方
<div class="c-btn__m-size">
  <a href="#" class="c-btn">
    <span class="c-btn__txt">テキスト</span>
  </a>
</div><!-- .c-btn__wrap -->

c-btn__m-sizeのクラス変更で、サイズ調整可能
------------------------------*/
/*----------------------------
■ ボタン基本設定
------------------------------*/
.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #1e202b;
  text-align: center;
  text-decoration: none;
  transition: 0.25s;
  /*----------------------------
    ■ ボタンサイズ
    使い方：クラスの変えると、ボタンのサイズが変わる
    ------------------------------*/
  /*
      ・Sサイズ
      ------------------------------*/
  /*
      ・通常サイズ（Mサイズ）
      ------------------------------*/
  /*
    ・（Lサイズ）
    ------------------------------*/
  /*----------------------------
  ■ボタンカラーパターン
  使い方：c-btnにマルチクラスでカラー変更可能
  例）c-btn c-btn--2
  ------------------------------*/
  /*----------------------------
  ■ ボタン位置調整
  使い方：サイズがついているクラスに、マルチクラスをする。
  c-btn__left（左寄せ）
  c-btn__center（中央寄せ）
  c-btn__right（右寄せ）
  例：
  <div class="c-btn__m-size c-btn__center">
  ------------------------------*/
  /*----------------------------
    ■　フォント設定
    ------------------------------*/
  /*----------------------------
      ■ボタンアイコン設定
      使い方：c-btn__txt に、マルチクラスで付与すると、アイコン追加。
      <span class="c-btn__txt c-btn__left-icon">テキスト</span>

      fontawesomeアイコンは、以下より探す
      https://fontawesome.com/search?s=solid%2Cbrands
      ------------------------------*/
  /*
  ・ボタンアイコン左
  ------------------------------*/
  /*
        ・ボタンアイコン右
        ------------------------------*/
}
.c-btn:focus,
.c-btn:hover {
  opacity: 0.7;
}
.c-btn__s-size {
  width: 20rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__s-size {
    width: 20rem;
    height: 5rem;
  }
}
.c-btn__m-size {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.c-btn__m-size a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.c-btn__m-size a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #e0fb55;
  left: 0;
  bottom: 2px;
  z-index: -1;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
}
.c-btn__m-size a:hover::after {
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
.c-btn__m-size a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #e0fb55;
  left: 0;
  bottom: 2px;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s ease 0.3s;
}
.c-btn__m-size a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.3s ease 0.3s;
}
.c-btn__m-size a:hover {
  opacity: 1;
}
@-webkit-keyframes txthover {
}
@keyframes txthover {
}
.c-btn__l-size {
  width: 100%;
  height: 10rem;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-btn__l-size {
    height: 5rem;
  }
}
.c-btn__l-size a span.c-btn__txt {
  font-size: 4rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn__l-size a span.c-btn__txt {
    font-size: 2rem;
  }
}
.c-btn__l-size a span.c-btn__txt::before {
  content: "";
  position: absolute;
  background: #e0fb55;
  width: 100%;
  height: 2rem;
  z-index: -1;
  left: 0;
  bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-btn__l-size a span.c-btn__txt::before {
    height: 7px;
    bottom: 8px;
  }
}
.c-btn.c-btn--2 {
  background: #000;
  color: #fff;
}
.c-btn.c-btn--2:hover {
  background: #fff;
  color: #000;
}
.c-btn__left {
  margin: 0 auto 0 0;
}
.c-btn__center {
  margin: 0 auto;
}
.c-btn__right {
  margin: 0 0 0 auto;
}
.c-btn__left-pc {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .c-btn__left-pc {
    margin: 0;
  }
}
.c-btn__center-pc {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn__center-pc {
    margin: 0;
  }
}
.c-btn__right-pc {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn__left-sp {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__center-sp {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__right-sp {
    margin: 0 0 0 auto;
  }
}
.c-btn__margin--x {
  margin: 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-btn__margin--x {
    margin: 0;
  }
}
.c-btn__txt {
  font-weight: normal;
  padding: 0 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__txt {
    font-size: 1.5rem;
  }
}
.c-btn__txt.u-font--l {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn__txt.u-font--l {
    font-size: 1.5rem;
  }
}
.c-btn__left-icon {
  padding-left: 3.1rem;
  position: relative;
}
.c-btn__left-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 6px;
  background: url("../images/common/ファイル名.svg") no-repeat center
    center/contain;
}
.c-btn:hover .c-btn__left-icon::before {
  background: url("../images/common/.svg") no-repeat center center/contain;
}
.c-btn__right-icon {
  padding-right: 3.1rem;
  position: relative;
}
.c-btn__right-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 6px;
  background: url("../images/common/.svg") no-repeat center center/contain;
}
.c-btn:hover .c-btn__right-icon::before {
  background: url("../images/common/.svg") no-repeat center center/contain;
}

.pager .wp-pagenavi {
  text-align: center;
  margin: 5rem 0;
}
.pager .wp-pagenavi span.current {
  width: 5rem;
  height: 5rem;
  margin: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #2c2c2c;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
  border: 1px solid #2c2c2c;
  transition: 250ms all;
  font-family: "fot-tsukuaoldmin-pr6n", "Shippori Mincho", "Noto Serif JP",
    serif;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi span.current {
    width: 3rem;
    height: 3rem;
  }
}
.pager .wp-pagenavi span.current:hover {
  background: #2c2c2c;
  color: #fff;
}
.pager .wp-pagenavi .page {
  width: 5rem;
  height: 5rem;
  margin: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2c2c2c;
  font-weight: normal;
  border: 1px solid #2c2c2c;
  transition: 250ms all;
  border-radius: 0;
  font-family: "fot-tsukuaoldmin-pr6n", "Shippori Mincho", "Noto Serif JP",
    serif;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .page {
    width: 3rem;
    height: 3rem;
  }
}
.pager .wp-pagenavi .page:hover {
  background: #2c2c2c;
  color: #fff;
  opacity: 1;
}
.pager .wp-pagenavi .nextpostslink,
.pager .wp-pagenavi .previouspostslink {
  width: 5rem;
  height: 5rem;
  margin: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2c2c2c;
  font-weight: normal;
  border: 1px solid #2c2c2c;
  transition: 250ms all;
  border-radius: 0;
  font-family: "fot-tsukuaoldmin-pr6n", "Shippori Mincho", "Noto Serif JP",
    serif;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .nextpostslink,
  .pager .wp-pagenavi .previouspostslink {
    width: 3rem;
    height: 3rem;
  }
}
.pager .wp-pagenavi .nextpostslink:hover,
.pager .wp-pagenavi .previouspostslink:hover {
  background: #2c2c2c;
  color: #fff;
  opacity: 1;
}
.pager .wp-pagenavi .pages {
  display: none;
}
.pager .wp-pagenavi .first,
.pager .wp-pagenavi .last {
  border: none;
}
.pager .wp-pagenavi .first:hover,
.pager .wp-pagenavi .last:hover {
  opacity: 0.7;
}
.pager .wp-pagenavi .extend {
  border: none;
}
.pager .wp-pagenavi .extend:hover {
  opacity: 0.7;
}

.p-faq .c-label__txt {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq .c-label__txt {
    font-size: 2rem;
  }
}
.p-faq .faq__sect {
  padding-bottom: 9.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq .faq__sect {
    padding-bottom: 6.2rem;
  }
}
.p-faq .faq__wrap {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq .faq__wrap {
    padding-top: 4rem;
  }
}
.p-faq .faq__lists {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq .faq__lists {
    margin-top: 2rem;
  }
}
.p-faq .faq__item {
  margin-bottom: 4.8rem;
}
.p-faq .faq__item a {
  text-decoration: underline;
}
.p-faq .faq__question {
  border: 1px solid #000;
  padding: 1.8rem 4rem 1.7rem 5rem;
  line-height: 1.75;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq .faq__question {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq .faq__question {
    padding: 1.2rem 1rem 1.1rem 1.5rem;
    letter-spacing: -0.05em;
    line-height: 1.47;
  }
}
.p-faq .faq__question p {
  position: relative;
  padding-left: 1.5em;
}
.p-faq .faq__question p::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
}
.p-faq .faq__answer {
  padding: 1.5rem 4rem 1.7rem 5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq .faq__answer {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq .faq__answer {
    letter-spacing: -0.05em;
    padding: 2.1rem 0 0;
  }
}
.p-faq .faq__answer p {
  position: relative;
  padding-left: 1.5em;
  text-align: justify;
}
.p-faq .faq__answer p::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
}

/*----------------------------
■■　カードコンポーネント　■■
概要：一覧(archive)などで、カード一覧
を使用する際に、使う事が多いコンポーネント
------------------------------*/
/*----------------------------
■　カード基準設定
------------------------------*/
.c-card {
  /*----------------------------
  ■カードグループ設定
  ------------------------------*/
  /*----------------------------
  ■カード画像設定
  ------------------------------*/
  /*----------------------------
  ■カードタイトル設定
  ------------------------------*/
  /*----------------------------
  ■カードinner設定
  概要：slickを使用する際に、c-cardを直接
  触ると、エラーが起こる。その為、内側のクラスとしてinnerを設けている。
  ------------------------------*/
  /*----------------------------
  ■カードラベル設定
  ------------------------------*/
  /*----------------------------
  ■カードボディ設定
  ------------------------------*/
  /*----------------------------
  ■カード日付設定
  ------------------------------*/
}
.c-card__groups {
  display: -ms-grid;
  display: grid;
  padding: 6.4rem 0 0;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 4.8rem;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1199px) {
  .c-card__groups {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-card__groups {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-card__img-wrap {
  margin-bottom: 1.6rem;
  width: 100%;
  position: relative;
  border: 1px solid transparent;
  /*
  ・画像のレスポンシブ設定
  ------------------------------*/
}
.c-card__img-wrap.c-card__img-wrap1x1::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.c-card__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card__ttl {
  font-weight: normal;
  line-height: 1.43;
}
.c-card__inner {
  transition: 250ms all;
  position: relative;
}
.c-card__label {
  color: #fff;
  background: #3b454d;
  height: 3.2rem;
  min-width: 16rem;
  padding: 0 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 1199px) {
  .c-card__label {
    height: 2.5rem;
  }
}
.c-card__body {
  padding: 0;
}
.c-card__date {
  font-size: 1.2rem;
  font-weight: normal;
  color: #adadad;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-size: 1.2rem;
  }
}

/*----------------------------
■■ パンくずコンポーネント　■■
------------------------------*/
.bread-nav__wrapper {
  padding: 5rem 0 2.5rem;
  line-height: 1;
}

/*----------------------------
■■ お問い合わせテンプレート　■■
------------------------------*/
/*----------------------------
カラー初期設定
------------------------------*/
.p-form {
  /*----------------------------
  ■お問い合わせボックス
  ------------------------------*/
  /*
  ・お問い合わせフローアイコン設定
  ------------------------------*/
  /*
  ・フローアイコン　間の線
  ------------------------------*/
  /*
  ・フローアイコン設定
  ------------------------------*/
  /*----------------------------
  ■入力項目　見出し　設定
  ------------------------------*/
  /*----------------------------
  ■テーブル設定
  ------------------------------*/
  /*----------------------------
  ■ボタンラップ
  ------------------------------*/
  /*----------------------------
  ■確認ページ confirm
  ------------------------------*/
  /*----------------------------
  ■　完了ページ thanks
  ------------------------------*/
  /*----------------------------
  ■recaptchaテキスト
  ------------------------------*/
  /*----------------------------
  ■ トップテキスト
  ------------------------------*/
  /*----------------------------
  ■　必須ラベル
  ------------------------------*/
  /*----------------------------
  ■ safari　ボタンバグ回避
  ------------------------------*/
}
.p-form__box {
  background: #fff;
  padding: 3.2rem 1rem 6.4rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    padding-bottom: 3.2rem;
  }
}
.p-form__flow-icon-inner {
  width: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-form__flow-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 0;
}
.p-form__border {
  width: 10rem;
  background: #1e202b;
  height: 1px;
  margin: -4rem 2rem 0;
}
.p-form__flow-icon {
  font-size: 1.6rem;
  width: 5rem;
  height: 5rem;
  border: 1px solid #1e202b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__flow-icon {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__flow-icon {
    margin-bottom: 1.3rem;
  }
}
.p-form__flow-icon.active {
  background: #1e202b;
  color: #fff;
}
.p-form__flow-icon p {
  font-weight: normal;
}
.p-form__heading {
  font-size: 2rem;
  font-weight: normal;
  padding-left: 3.5rem;
  position: relative;
  margin-bottom: 1.5rem;
  /*
  ・見出し横のマーク設定
  ------------------------------*/
}
@media screen and (max-width: 767px) {
  .p-form__heading {
    font-size: 1.6rem;
  }
}
.p-form__heading::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #1e202b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-form__table-wrap {
  max-width: 70rem;
  margin: 0 auto;
  /*
  ・テーブル行設定
  ------------------------------*/
  /*
  ・非表示テキスト設定（個人情報）
  ------------------------------*/
  /*
  ・ハイフンは入力不要の調整
  ------------------------------*/
  /*
  ・※郵便番号入力で住所が自動表示されます
  の調整
  ------------------------------*/
}
.p-form__table-wrap tr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 3rem;
  /*
  ・お名前、ふりがな行設定
  ------------------------------*/
}
.p-form__table-wrap tr.p-form__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  /*
  ・お名前、ふりがな　幅設定
  ------------------------------*/
}
.p-form__table-wrap tr.p-form__flex td {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(3) {
    order: 2;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(4) {
    order: 4;
  }
}
.p-form__table-wrap .u-hidden--txt {
  display: none;
}
.p-form__table-wrap .u-hidden--txt.active {
  display: flex;
}
.p-form__table-wrap .u-hidden--txt .u-padding--left {
  padding-left: 5rem;
}
.p-form__table-wrap .u-padding--top {
  padding-top: 0.4rem;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--top {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--top {
    padding-top: 1rem;
  }
}
.p-form__table-wrap .u-padding--y {
  padding: 1rem 0 2.3rem 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--y {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--y {
    padding: 1rem 0 2rem 0;
    line-height: 1.5;
  }
}
.p-form__table-wrap table {
  width: 100%;
}
.p-form__table-wrap input,
.p-form__table-wrap textarea,
.p-form__table-wrap select {
  border-radius: 0 !important;
  font-size: 1.6rem;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #d6d6d6;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap input,
  .p-form__table-wrap textarea,
  .p-form__table-wrap select {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap input,
  .p-form__table-wrap textarea,
  .p-form__table-wrap select {
    padding: 1.2rem 2rem;
  }
}
.p-form__table-wrap input.u-half--width,
.p-form__table-wrap textarea.u-half--width,
.p-form__table-wrap select.u-half--width {
  width: 15rem;
}
.p-form__btn-wrap {
  text-align: center;
  padding-bottom: 3.2rem;
  /*
  ・個人情報チェックラベル設定
  ------------------------------*/
}
.p-form__btn-wrap label {
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
}
.p-form__btn-wrap input {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0;
}
.p-form__btn-wrap.disable {
  display: none;
}
.p-form__btn-wrap input[type="checkbox"]:checked + .p-form__privacy-txt::after {
  opacity: 1;
}
.p-form__btn-wrap .p-form__privacy-txt {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2rem;
  text-align: left;
  /*
  ・カスタムチェックボックス
  戻るでチェック外れる為不採用 20230118
  ------------------------------*/
  /*
  ・カスタムチェックボックス　マーク
  戻るでチェック外れる為不採用 20230118
  ------------------------------*/
}
.p-form__btn-wrap .p-form__privacy-txt a {
  color: #0000ff;
  text-decoration: underline;
}
.p-form__btn-wrap .p-form__privacy-txt span {
  font-weight: normal;
}
.p-form__btn-wrap .p-form__privacy-txt::after,
.p-form__btn-wrap .p-form__privacy-txt::before {
  content: "";
  position: absolute;
  display: block;
}
.p-form__confirm-btn-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  row-gap: 4.8rem;
  -moz-column-gap: 6.4rem;
  column-gap: 6.4rem;
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-btn-groups {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
    align-items: center;
  }
}
.p-form__confirm-btn-groups .c-btn__m-size:nth-child(1) {
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-btn-groups .c-btn__m-size:nth-child(1) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
.p-form__confirm-btn-groups .c-btn__m-size:nth-child(2) {
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-btn-groups .c-btn__m-size:nth-child(2) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
.p-form__wrapper {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrapper {
    padding-top: 4rem;
  }
}
.p-form__thanks-txt {
  text-align: center;
  padding: 0 0 4.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-txt {
    text-align: left;
  }
}
.p-form__thanks-btn-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  justify-content: center;
  row-gap: 4.8rem;
  -moz-column-gap: 6.4rem;
  column-gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn-groups {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
    align-items: center;
  }
}
.p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) {
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
.p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) a {
  color: #e0fb55;
}
.p-form__thanks-btn-groups .c-btn__m-size:nth-child(2) {
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn-groups .c-btn__m-size:nth-child(2) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
.p-form__recaptcha-txt {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 1.2rem;
  padding-top: 4.4rem;
}
.p-form__txt-top {
  font-size: 2.4rem;
  color: #000;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__txt-top {
    font-size: 1.6rem;
  }
}
.p-form__tel-wrap {
  text-align: center;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__tel-wrap {
    padding-bottom: 1.8rem;
  }
}
.p-form__tel-link {
  color: #e0fb55;
  position: relative;
  font-size: 4.8rem;
  font-weight: normal;
  padding-left: 7rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-form__tel-link {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__tel-link {
    padding-left: 4rem;
  }
}
.p-form__tel-link::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #e0fb55;
  left: 0;
  top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-form__tel-link::before {
    top: 0.4rem;
  }
}
.p-form__label {
  background: #d9453b;
  color: #fff;
  padding: 0 5px;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.p-form input[type="radio"] {
  -webkit-appearance: auto;
  padding: 0;
}
.p-form input#privacy-policy {
  -webkit-appearance: auto;
  transform: scale(1);
  padding: 0;
}

/*----------------------------
■リキャプチャバッヂ削除
------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

/*----------------------------
■ 送信ボタン
------------------------------*/
button[type="submit"] {
  background: #ccc;
  border: 1px solid #ccc;
  pointer-events: none;
}
button[type="submit"].active {
  pointer-events: initial;
  cursor: pointer;
  background: red;
  border: 1px solid red;
  color: #fff;
}
button[type="submit"].active:hover {
  opacity: 0.7;
}

input#privacy-policy {
  -webkit-appearance: auto;
}

/*1.フェードインアニメーションの指定*/
.scroll-fade {
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .scroll-fade {
    opacity: 1;
  }
}

/*一瞬表示されるのを防ぐ*/
.scroll-load {
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .scroll-load {
    opacity: 1;
  }
}

/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(55px);
}

.fadeInDown {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}

.sidebar__ttl {
  color: #e0fb55;
  font-weight: normal;
  font-family: "bilo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidebar__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__ttl {
    margin-bottom: 1.5rem;
  }
}
.sidebar__cat-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sidebar__cat-txt {
    font-size: 1.4rem;
  }
}
.sidebar__archive-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sidebar__archive-txt {
    font-size: 1.4rem;
  }
}
.sidebar__flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sidebar__inner-pc {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .sidebar__inner-sp {
    width: 100%;
    position: static;
  }
}
.archive__wrapper select[name="archive-dropdown"] {
  border: 1px solid #c9c6c6;
  padding: 1.2rem 0.5em;
  background: #fff;
}
.archive__conts-wrapper {
  border-bottom: 1px solid #707070;
  width: 65rem;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .archive__conts-wrapper {
    width: 100%;
  }
}

.c-heading {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-weight: normal;
  letter-spacing: 0.4em;
  line-height: 1;
}
.c-heading__wrap {
  width: 5rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-heading__wrap {
    width: 4rem;
  }
}
.c-heading__right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-heading__right.u-left--sp {
    margin-left: initial;
  }
}

.bg.u-position--absolute {
  position: absolute;
  bottom: 10rem;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .bg.u-position--absolute {
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    width: auto;
    min-width: 39rem;
  }
}
@media screen and (max-width: 550px) {
  .bg.u-position--absolute {
    transform: translateX(0);
    width: 79%;
    left: 5rem;
    min-width: inherit;
  }
}
.bg.u-txt--right {
  text-align: right;
}

.bg-wrap.u-margin--top {
  margin-top: -1rem;
}
.bg-wrap.u-white-space--nowrap {
  white-space: nowrap;
}
.bg-wrap .u-icon--arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bg-wrap .u-icon--arrow.u-font--s {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .bg-wrap .u-icon--arrow.u-font--s {
    font-size: 1.6rem;
  }
}
.bg-wrap .u-icon--arrow img {
  width: 2.9rem;
}

.bg .bg-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 18rem 0 4rem;
  width: 5rem;
}

@media screen and (max-width: 767px) {
  .bg .bg-wrap {
    width: 4rem;
    padding: 7.5rem 0 2.4rem;
  }
}

.bg.is-active .bg-wrap::before {
  -webkit-animation: bg 1.2s cubic-bezier(0.78, 0.03, 0.66, 1.04) forwards;
  animation: bg 1.2s cubic-bezier(0.78, 0.03, 0.66, 1.04) forwards;
  background: #e0fb55;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center top;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    transform: scaleY(0) translateY(-5%);
  }
  30% {
    transform: scaleY(1) translateY(0);
  }
  100% {
    transform: scaleY(1) translateY(0);
  }
  100%,
  30% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleY(0) translateY(-5%);
  }
  30% {
    transform: scaleY(1) translateY(0);
  }
  100% {
    transform: scaleY(1) translateY(0);
  }
  100%,
  30% {
    opacity: 1;
  }
}
.slide-anime-txt {
  overflow: hidden;
  transform: translate(0, -100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  font-weight: normal;
  opacity: 0;
  font-size: 1.8rem;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .slide-anime-txt {
    font-size: 1.8rem;
  }
}

.slide-anime-txt span {
  display: block;
  transform: translate(0, 100%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.slide-anime-txt.is-active,
.slide-anime-txt.is-active span {
  transform: translate(0, 0);
  opacity: 1;
}

.p-single__conts-wrapper {
  width: 100%;
  /*----------------------------
  ■画像設定
  ------------------------------*/
  /*----------------------------
  ■見出しレイアウト
  ------------------------------*/
  /*----------------------------
  ■テーブルレイアウト
  ------------------------------*/
  /*----------------------------
  ■　文字装飾レイアウト
  ------------------------------*/
  /*
  ・太文字
  ------------------------------*/
  /*
  ・リスト
  ------------------------------*/
  /*
  ・引用ボックス
  ------------------------------*/
}
.p-single__conts-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-single__conts-wrapper a {
  text-decoration: underline;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-single__conts-wrapper a:has(.aligncenter) {
  margin: 0 auto;
}
.p-single__conts-wrapper a:has(.alignright) {
  margin-left: auto;
}
.p-single__conts-wrapper a:has(.alignleft) {
  margin-right: auto;
}
.p-single__conts-wrapper .aligncenter {
  display: block;
  margin: 0 auto;
}
.p-single__conts-wrapper .alignright {
  margin-left: auto;
  display: block;
}
.p-single__conts-wrapper .alignleft {
  margin-right: auto;
  display: block;
}
.p-single__conts-wrapper h1 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h1 {
    font-size: 2rem;
  }
}
.p-single__conts-wrapper h2 {
  margin: 3rem 0 2rem;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h2 {
    font-size: 1.8rem;
  }
}
.p-single__conts-wrapper h3 {
  padding-left: 3rem;
  border-left: 3px solid #1e202b;
  margin: 3rem 0 2rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h3 {
    font-size: 1.8rem;
  }
}
.p-single__conts-wrapper h4 {
  padding: 0.5rem 2rem;
  border-left: 3px solid #1e202b;
  margin: 3rem 0 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h4 {
    font-size: 1.8rem;
  }
}
.p-single__conts-wrapper table {
  width: 100%;
  border: 1px solid #acacac;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper table {
    margin-bottom: 2.4rem;
  }
}
.p-single__conts-wrapper td {
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
  height: 7rem;
  vertical-align: middle;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper td {
    padding: 0 1.5rem;
  }
}
.p-single__conts-wrapper tr:nth-child(1) {
  background: #1e202b;
  color: #fff;
  font-weight: normal;
  border-right: 1px solid #acacac;
  text-align: center;
}
.p-single__conts-wrapper strong,
.p-single__conts-wrapper b {
  font-weight: normal;
}
.p-single__conts-wrapper ul,
.p-single__conts-wrapper ol {
  margin-left: 2em;
}
.p-single__conts-wrapper ul {
  list-style: disc;
}
.p-single__conts-wrapper blockquote {
  position: relative;
  padding: 5px 12px 5px 56px;
  box-sizing: border-box;
  font-style: italic;
  color: #000;
  background: #f4f4f4;
}
.p-single__conts-wrapper blockquote::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 36px;
  background: url("../images/quote-left-solid.svg") no-repeat center
    center/contain;
}
.p-single__conts-wrapper blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}
.p-single__conts-wrapper blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.p-single__ttl-wrap {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-single__ttl-wrap {
    padding-bottom: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.p-single__date {
  line-height: 1;
}

.privacy__conts-wrap {
  padding-top: 7.1rem;
}
@media screen and (max-width: 767px) {
  .privacy__conts-wrap {
    padding-top: 5.1rem;
  }
}
.privacy__head-txt {
  padding-bottom: 5.5rem;
  border-bottom: 1px solid #4a4a4a;
}
@media screen and (max-width: 767px) {
  .privacy__head-txt {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy__lists .privacy__num:nth-child(1) {
    padding-top: 3.5rem;
  }
}
.privacy__num {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  padding: 4rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .privacy__num {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy__num {
    padding: 7rem 0 2.5rem;
  }
}

.privacy-contact__conts-wrap {
  padding: 0 3rem 3rem 3rem;
  background: #fff;
  border: 1px solid #282828;
  height: 22rem;
  overflow-y: scroll;
  max-width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .privacy-contact__conts-wrap {
    padding: 0 1rem 1rem 1rem;
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-contact__lists .privacy-contact__num:nth-child(1) {
    padding-top: 1.5rem;
  }
}
.privacy-contact__txt-wrap {
  line-height: 1.33;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy-contact__txt-wrap {
    font-size: 1.2rem;
  }
}
.privacy-contact__num {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  padding: 1.5em 0 1em;
}
@media screen and (max-width: 767px) {
  .privacy-contact__num {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-contact__num {
    padding: 1em 0 0.5em;
  }
}

.sub-view__sect {
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .sub-view__sect {
    margin-top: -1rem;
  }
}
.sub-view__bg {
  height: 12vw;
  max-height: 300px;
  background: url("../../../img/pages/chisan-chisho/kv/sub-kv-2025.jpg")
    no-repeat center top/contain;
}

@media screen and (max-width: 768px) {
  .sub-view__bg {
    height: 11vw;
    background: url("../../../img/pages/chisan-chisho/kv/sub-kv-2025.jpg")
      no-repeat center bottom/contain;
  }
}

/*----------------------------
■■　トップページ　■■
------------------------------*/
.p-top .mv__wrap {
  /* height: calc(100vh - 8.8rem); */
  overflow: hidden;
  position: relative;
}

.p-top .mv__btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 124px;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .p-top .mv__btn {
    bottom: 55px;
  }
}

.p-top .mv__wrap .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 120rem;
}

@media screen and (max-width: 767px) {
  .p-top .mv__wrap {
    /* height: calc(100vh - 6rem); */
  }
}
.p-top .mv__wrap div.mv__img-wrap {
  height: 100%;
}
.p-top .mv__wrap div.mv__img-wrap img {
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top .mv__txt-wrap {
  position: absolute;
  right: 0;
  top: 40%;
  width: 18.2%;
  max-width: 25.7rem;
  min-width: 20rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .p-top .mv__txt-wrap {
    right: 6.6rem;
    transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .p-top .mv__txt-wrap {
    top: 47%;
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-top .news__sect {
  padding-bottom: 25rem;
  margin-top: -5rem;
}
@media screen and (max-width: 1199px) {
  .p-top .news__sect {
    padding-bottom: 17.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .news__sect {
    padding-bottom: 8.2rem;
    margin-top: -1rem;
  }
}
.p-top .news__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 6rem 1fr;
  grid-template-columns: 5rem 1fr;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  align-items: end;
  padding-bottom: 4.5rem;
  margin-top: -5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .p-top .news__wrap {
    -moz-column-gap: 3.6rem;
    column-gap: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .news__wrap {
    display: block;
    margin-top: -1rem;
    padding-bottom: 1.4rem;
  }
}
.p-top .news__lists {
  border-top: 0.5px solid #000;
  margin-top: 16.6rem;
}
@media screen and (max-width: 767px) {
  .p-top .news__lists {
    margin-top: 1.9rem;
  }
}
.p-top .news__item {
  border-bottom: 0.5px solid #000;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 1.2rem 0 1.7rem;
  font-size: 1.5rem;
}
.p-top .news__item:nth-child(n+5) {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top .news__item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .news__item {
    line-height: 1.46;
    padding: 1rem 0 1.5rem;
  }
}
.p-top .news__date {
  padding: 0 5rem;
}
@media screen and (max-width: 1199px) {
  .p-top .news__date {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .news__date {
    display: block;
    padding: 0 0 1rem;
  }
}
.p-top .about__sect {
  padding-bottom: 21rem;
}
@media screen and (max-width: 1199px) {
  .p-top .about__sect {
    padding-bottom: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .about__sect {
    padding-bottom: 8.4rem;
  }
}
.p-top .about__sect.u-mt {
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-top .about__sect.u-mt {
    margin-top: -1rem;
  }
}
.p-top .about__img-wrap {
  width: 25rem;
  margin: 0 auto;
  padding-top: 19rem;
}
@media screen and (max-width: 1199px) {
  .p-top .about__img-wrap {
    padding-top: 12.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .about__img-wrap {
    width: 61.8%;
    max-width: 25rem;
    padding-top: 14.3rem;
    transform: translateX(-1.3rem);
  }
}
.p-top .about__wrap {
  position: relative;
}
.p-top .about__heading {
  position: absolute;
  right: 0;
  top: 0;
}
.p-top .about__txt--s {
  letter-spacing: 0.1em;
  line-height: 1.22;
  padding: 4.2rem 0 4.7rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .about__txt--s {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-top .about__txt--s {
    padding: 5.9rem 0 6.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .about__txt--s {
    line-height: 2;
    letter-spacing: -0.05em;
    padding: 5rem 0 3rem;
  }
}
.p-top .about__txt--m {
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .about__txt--m {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .about__txt--m {
    line-height: 1.33;
  }
}
.p-top .about__txt--l {
  letter-spacing: 0.1em;
  line-height: 1.66;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .p-top .about__txt--l {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .about__txt--l {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .about__txt--l {
    line-height: 1.38;
  }
}
.p-top .about__txt-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30rem 11rem 30rem;
  grid-template-columns: repeat(2, 30rem);
  -moz-column-gap: 11rem;
  column-gap: 11rem;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-top .about__txt-groups {
    -ms-grid-columns: 21rem 15.4rem 21rem;
    grid-template-columns: repeat(2, 21rem);
    -moz-column-gap: 15.4rem;
    column-gap: 15.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .about__txt-groups {
    -ms-grid-columns: 12.1rem 8.8rem 12.1rem;
    grid-template-columns: repeat(2, 12.1rem);
    -moz-column-gap: 8.8rem;
    column-gap: 8.8rem;
  }
}
.p-top .about__txt-groups::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-top .about__txt-groups::before {
    width: 4rem;
  }
}
.p-top .about__txt-groups::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-top .about__txt-groups::after {
    width: 4rem;
  }
}
.p-top .about__txt-groups .about__txt-wrap:nth-child(1) {
  justify-self: flex-end;
}
.p-top .about__txt-wrap {
  height: 15rem;
  width: 15rem;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-top .about__txt-wrap {
    height: 12.1rem;
    width: 12.1rem;
  }
}
.p-top .about__txt-wrap--l {
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid #000;
  border-radius: 50%;
  margin: -1.4rem auto 0;
  width: 20rem;
  height: 20rem;
}
@media screen and (max-width: 767px) {
  .p-top .about__txt-wrap--l {
    width: 16rem;
    height: 16rem;
    margin-top: -6px;
  }
}
.p-top .about__table-wrap {
  padding: 6rem 0 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .about__table-wrap {
    padding: 5rem 0 1.5rem;
  }
}
.p-top .about__table {
  margin: 0 auto;
}
.p-top .about__table th {
  color: #fff;
  display: inline-block;
  background: #000;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
  width: 15rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 6rem;
  padding: 0.3rem 0;
  font-weight: normal;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top .about__table th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .about__table th {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
    padding: 2px 0;
  }
}
.p-top .about__table th.u-mb--o {
  margin-bottom: 0;
}
.p-top .about__table td {
  line-height: 1.45;
  letter-spacing: 0;
  padding-left: 2.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top .about__table td {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .about__table td {
    display: block;
    letter-spacing: -0.08em;
    padding-left: 0;
    padding-bottom: 2.5rem;
    text-align: center;
  }
}
.p-top .vision__sect {
  padding-bottom: 25rem;
}
@media screen and (max-width: 1199px) {
  .p-top .vision__sect {
    padding-bottom: 17.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .vision__sect {
    padding-bottom: 10.9rem;
  }
}
.p-top .vision__ttl {
  font-size: 3.2rem;
  padding-bottom: 1.5rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.86;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .vision__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .vision__ttl {
    line-height: 1.53;
    padding: 3rem 0 2.5rem;
  }
}
.p-top .vision__txt--l {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.66;
  text-align: center;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top .vision__txt--l {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .vision__txt--l {
    letter-spacing: 0;
    line-height: 2;
    padding-bottom: 5rem;
  }
}
.p-top .vision__txt--m {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .p-top .vision__txt--m {
    font-size: 1.8rem;
  }
}
.p-top .vision__txt--m span.u-font--s {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .vision__txt--m span.u-font--s {
    font-size: 1.2rem;
  }
}
.p-top .vision__txt--m.u-pad--s {
  padding-bottom: 1.1rem;
}
.p-top .vision__txt--m.u-pad--m {
  padding-bottom: 1.4rem;
}
.p-top .vision__txt--m.u-pad--l {
  padding-top: 4rem;
}
.p-top .vision__txt--s {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.42;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-top .vision__txt--s {
    font-size: 1.4rem;
  }
}
.p-top .vision__txt--circle {
  font-size: 1.6rem;
  flex: 0 0 8.9rem;
  height: 9rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-top .vision__txt--circle {
    font-size: 1.6rem;
  }
}
.p-top .vision__card-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (26.9rem) [3];
  grid-template-columns: repeat(3, 26.9rem);
  justify-content: space-between;
  padding-bottom: 9.5rem;
  width: 92rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .p-top .vision__card-groups {
    -ms-grid-columns: 26.9rem;
    grid-template-columns: repeat(1, 26.9rem);
    justify-content: center;
    gap: 10.2rem 6.8rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top .vision__card-groups {
    -ms-grid-columns: (26.9rem) [1];
    grid-template-columns: repeat(1, 26.9rem);
    padding-bottom: 3.5rem;
    row-gap: 4.8rem;
  }
}
.p-top .vision__card {
  font-weight: normal;
  height: 24.5rem;
  text-align: center;
  position: relative;
}
.p-top .vision__card:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 2.1rem;
  background: url("../../../img/pages/chisan-chisho/common/triangle.svg")
    no-repeat center center/contain;
  left: -3.6rem;
  top: 55%;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 1199px) {
  .p-top .vision__card:nth-child(n + 2)::before {
    left: 50%;
    top: -6rem;
    transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .p-top .vision__card:nth-child(n + 2)::before {
    top: -3.7rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-top .vision__card:last-child {
    width: 26.9rem;
    margin: 0 auto;
  }
  .p-top .vision__card:last-child::before {
    left: 50%;
    top: -5.4rem;
    transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .p-top .vision__card:last-child {
    grid-column: inherit;
  }
  .p-top .vision__card:last-child::before {
    top: -3.7rem;
  }
}
.p-top .vision__card-inner {
  height: 100%;
  position: relative;
  padding: 0 1.6rem;
}
.p-top .vision__card-inner::before {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 21.7rem;
  background: url("../../../img/pages/chisan-chisho/common/kakoi-l.svg")
    no-repeat center center/contain;
  left: 0;
  bottom: 0;
}
.p-top .vision__card-inner::after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 21.7rem;
  background: url("../../../img/pages/chisan-chisho/common/kakoi-r.svg")
    no-repeat center center/contain;
  right: 0;
  bottom: 0;
}
.p-top .vision__card-ttl {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.16;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top .vision__card-ttl {
    font-size: 3rem;
  }
}
.p-top .vision__card-ttl.u-pad--m {
  padding-bottom: 2.9rem;
}
.p-top .vision__txt-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.9rem 4.1rem 8.9rem;
  grid-template-columns: repeat(2, 8.9rem);
  justify-content: center;
  -moz-column-gap: 4.1rem;
  column-gap: 4.1rem;
  padding: 0 0.8rem;
  position: relative;
}
.p-top .vision__txt-inner::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2.2rem;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-top .vision__txt-inner::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2.2rem;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-top .judge__sect {
  padding-bottom: 19rem;
}
@media screen and (max-width: 1199px) {
  .p-top .judge__sect {
    padding-bottom: 13.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .judge__sect {
    padding-bottom: 10rem;
  }
}

/* 11月下旬発表予定カード - 修正202410 */
.p-top .judge__card-november {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}

.p-top .judge__card-notes {
  padding-top: 1.8rem;
  line-height: 2;
  max-width: 64rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .judge__card-notes {
    padding-top: 0;
    max-width: 45rem;
    margin: -3rem auto 0;
  }
}
.p-top .judge__card-groups {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "a a b b" "c c d d";
  gap: 5rem 4rem;
  padding: 2.2rem 0 5.7rem;
  max-width: 64rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .p-top .judge__card-groups {
    gap: 3.5rem 2.8rem;
    padding: 2.5rem 0 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .judge__card-groups {
    grid-template-areas: inherit;
    row-gap: 3rem;
    max-width: 45rem;
    margin: 0 auto;
    padding-bottom: 2.5rem;
  }
}
.p-top .judge__card {
  text-align: center;
}
.p-top .judge__card:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}
.p-top .judge__card:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: b;
}
.p-top .judge__card:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: c;
}
.p-top .judge__card:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: d;
}
.p-top .judge__card:nth-child(5) {
  grid-area: e;
}
@media screen and (max-width: 767px) {
  .p-top .judge__card:nth-child(n + 1) {
    grid-area: auto;
  }
}
.p-top .judge__card-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0.9rem 0;
}
@media screen and (max-width: 767px) {
  .p-top .judge__card-txt {
    font-size: 2rem;
  }
}
.p-top .judge__card-desc {
  letter-spacing: 0;
  line-height: 1.33;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .judge__card-desc {
    font-size: 1.5rem;
  }
}
.p-top .entry__sect {
  padding-bottom: 25rem;
}
@media screen and (max-width: 1199px) {
  .p-top .entry__sect {
    padding-bottom: 17.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .entry__sect {
    padding-bottom: 12.4rem;
  }
}
.p-top .entry__ttl-wrap {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-top .entry__ttl-wrap {
    margin-top: 4rem;
  }
}
.p-top .entry__ttl {
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.66;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 1199px) {
  .p-top .entry__ttl {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .entry__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .entry__ttl {
    line-height: 1.53;
    padding-bottom: 2.1rem;
  }
}
@media screen and (max-width: 500px) {
  .p-top .entry__ttl {
    letter-spacing: 0em;
  }
}
.p-top .entry__ttl span {
  display: inline-block;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 767px) {
  .p-top .entry__ttl span {
    display: none;
  }
}
.p-top .entry__txt {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 1rem 0 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-top .entry__txt {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 2;
    padding: 2rem 0 3rem;
  }
}
@media screen and (max-width: 500px) {
  .p-top .entry__txt {
    letter-spacing: -0.2em;
  }
}
.p-top .entry__txt--l {
  font-size: 5rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.65;
}
@media screen and (max-width: 1199px) {
  .p-top .entry__txt--l {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .entry__txt--l {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .entry__txt--l {
    letter-spacing: -0.05em;
    line-height: 1.46;
  }
}
.p-top .entry__txt--l span {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-top .entry__txt--l span {
    display: inline;
  }
}
.p-top .award__sect {
  padding-bottom: 20.9rem;
}
@media screen and (max-width: 1199px) {
  .p-top .award__sect {
    padding-bottom: 18.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .award__sect {
    padding-bottom: 11rem;
  }
}
.p-top .award__txt-wrap {
  max-width: 62rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .award__txt-wrap {
    margin-top: 1.9rem;
    row-gap: 1rem;
  }
}
.p-top .award__txt {
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top .award__txt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .award__txt {
    letter-spacing: -0.05em;
    line-height: 1.88;
  }
}
.p-top .award__desc-wrap {
  max-width: 55rem;
  margin: 0 auto;
  padding: 3.9rem 0 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-top .award__desc-wrap {
    padding: 2.5rem 0 5.5rem;
  }
}
.p-top .award__desc {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-top .award__desc {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .award__desc {
    letter-spacing: 0;
    line-height: 2;
    text-indent: inherit;
    padding-left: 0;
  }
}
.p-top .schedule__sect {
  padding-bottom: 30.3rem;
}
@media screen and (max-width: 767px) {
  .p-top .schedule__sect {
    padding-bottom: 16.4rem;
  }
}
.p-top .schedule__table-wrap {
  padding: 0 0 5.9rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top .schedule__table-wrap {
    padding: 2.5rem 0 4rem;
  }
}
.p-top .schedule__table {
  font-size: 3.2rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.9;
}
@media screen and (max-width: 1199px) {
  .p-top .schedule__table {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .schedule__table {
    font-size: 1.8rem;
  }
}
.p-top .schedule__table tr + tr td {
  padding-top: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .p-top .schedule__table tr + tr td {
    padding-top: 1.9rem;
  }
}
.p-top .schedule__table td span.u-font--s {
  font-size: 3rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1199px) {
  .p-top .schedule__table td span.u-font--s {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .schedule__table td span.u-font--s {
    font-size: 1.6rem;
  }
}
.p-top .schedule__table td span.u-font--s.u-ls--s {
  letter-spacing: -0.1em;
}
.p-top .schedule__table td:nth-child(1) {
  width: 7em;
  letter-spacing: -0.05em;
}
.p-top .schedule__txt {
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2.5;
  padding-top: 25.1rem;
  max-width: 74rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .schedule__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-top .schedule__txt {
    padding-top: 16.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .schedule__txt {
    letter-spacing: 0;
    line-height: 1.66;
    text-align: center;
  }
  .p-top .schedule__txt span {
    display: inline-block;
    padding-top: 2.4rem;
  }
}
.p-top .schedule__btn-wrap {
  font-size: 4.5rem;
  max-width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .schedule__btn-wrap {
    font-size: 2rem;
  }
}
.p-top .schedule__btn-wrap .c-btn__txt {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-top .schedule__btn-wrap .c-btn__txt {
    margin-top: -0.5rem;
  }
}

/*----------------------------
地産地匠アワードとは　ページ
chisan-chisho-about.html
------------------------------*/
.p-about .about__sect {
  padding-bottom: 18.9rem;
}
@media screen and (max-width: 1199px) {
  .p-about .about__sect {
    padding-bottom: 13.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .about__sect {
    padding-bottom: 7.8rem;
  }
}
.p-about .about__wrap {
  position: relative;
}
.p-about .about__heading {
  position: absolute;
  left: 0;
  top: 0;
}
.p-about .about__inner {
  width: 46.3rem;
  margin: 0 auto;
  padding-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-about .about__inner {
    width: 100%;
    padding-top: 11.1rem;
  }
}
.p-about .about__img-wrap {
  width: 25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about .about__img-wrap {
    width: 61.8%;
    max-width: 25rem;
    margin: 0 auto;
    transform: translateX(13px);
  }
}
.p-about .about__txt--s {
  letter-spacing: 0.1em;
  line-height: 1.22;
  padding: 4.2rem 0 4.7rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about .about__txt--s {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .about__txt--s {
    line-height: 2;
    letter-spacing: 0;
    padding: 5.1rem 0 3rem;
  }
}
.p-about .about__txt--m {
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about .about__txt--m {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .about__txt--m {
    line-height: 1.33;
  }
}
.p-about .about__txt--l {
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.66;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about .about__txt--l {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .about__txt--l {
    line-height: 1.38;
  }
}
.p-about .about__txt-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30rem 11rem 30rem;
  grid-template-columns: repeat(2, 30rem);
  -moz-column-gap: 11rem;
  column-gap: 11rem;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .p-about .about__txt-groups {
    -ms-grid-columns: 21rem 15.4rem 21rem;
    grid-template-columns: repeat(2, 21rem);
    -moz-column-gap: 15.4rem;
    column-gap: 15.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .about__txt-groups {
    -ms-grid-columns: 12.1rem 8.8rem 12.1rem;
    grid-template-columns: repeat(2, 12.1rem);
    -moz-column-gap: 8.8rem;
    column-gap: 8.8rem;
  }
}
.p-about .about__txt-groups::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-about .about__txt-groups::before {
    width: 4rem;
  }
}
.p-about .about__txt-groups::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 0.1rem;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-about .about__txt-groups::after {
    width: 4rem;
  }
}
.p-about .about__txt-groups .about__txt-wrap:nth-child(1) {
  justify-self: flex-end;
}
.p-about .about__txt-wrap {
  height: 15rem;
  width: 15rem;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  border: 1px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-about .about__txt-wrap {
    height: 12.1rem;
    width: 12.1rem;
  }
}
.p-about .about__txt-wrap--l {
  background: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 20rem;
  height: 20rem;
  border: 1px solid #000;
  border-radius: 50%;
  margin: -1.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about .about__txt-wrap--l {
    width: 16rem;
    height: 16rem;
    margin-top: -6px;
  }
}
.p-about .about__table-wrap {
  padding-top: 9.1rem;
}
@media screen and (max-width: 767px) {
  .p-about .about__table-wrap {
    padding-top: 4.6rem;
  }
}
.p-about .about__table {
  margin: 0 auto;
}
.p-about .about__table tr + tr th,
.p-about .about__table tr + tr td {
  margin-top: 7rem;
}
@media screen and (max-width: 1199px) {
  .p-about .about__table tr + tr th,
  .p-about .about__table tr + tr td {
    margin-top: 4.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .about__table tr + tr th,
  .p-about .about__table tr + tr td {
    margin-top: 0;
  }
}
.p-about .about__table th {
  color: #fff;
  font-weight: normal;
  display: inline-block;
  background: #000;
  letter-spacing: 0.1em;
  text-align: center;
  width: 15rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.3rem 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about .about__table th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .about__table th {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
    padding: 2px 0;
  }
}
.p-about .about__table th.u-mb--o {
  margin-bottom: 0;
}
.p-about .about__table td {
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: 0;
  padding-left: 2.8rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-about .about__table td {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .about__table td {
    display: block;
    letter-spacing: -0.08em;
    padding-left: 0;
    padding-bottom: 2.9rem;
    text-align: center;
  }
}
.p-about .about__table td span.u-font--s {
  font-size: 1.5rem;
  display: inline-block;
  letter-spacing: 0;
  padding-top: 2rem;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .p-about .about__table td span.u-font--s {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .about__table td span.u-font--s {
    letter-spacing: -0.05em;
    text-align: left;
    padding-top: 1.5rem;
  }
}
.p-about .vision__sect {
  padding-bottom: 29.9rem;
}
@media screen and (max-width: 1199px) {
  .p-about .vision__sect {
    padding-bottom: 20.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .vision__sect {
    padding-bottom: 39rem;
  }
}
.p-about .vision__ttl {
  font-size: 3.2rem;
  padding: 3.8rem 0 1.5rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.86;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about .vision__ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .vision__ttl {
    line-height: 1.53;
    padding: 3rem 0 2.5rem;
  }
}
.p-about .vision__txt--l {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.66;
  text-align: center;
  padding-bottom: 4.9rem;
}
@media screen and (max-width: 767px) {
  .p-about .vision__txt--l {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .vision__txt--l {
    letter-spacing: -0.05em;
    padding-bottom: 2rem;
  }
}
.p-about .vision__txt--m {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  .p-about .vision__txt--m {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .vision__txt--m {
    line-height: 1.22;
  }
}
.p-about .vision__txt--m span.u-font--s {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-about .vision__txt--m span.u-font--s {
    font-size: 1.4rem;
  }
}
.p-about .vision__txt--m.u-pad--s {
  padding-bottom: 1rem;
}
.p-about .vision__txt--m.u-pad--m {
  padding-bottom: 2.3rem;
}
.p-about .vision__txt--m.u-pad--l {
  padding-bottom: 3.4rem;
}
.p-about .vision__txt--m.u-lh--pc {
  line-height: 1.99;
}
@media screen and (max-width: 767px) {
  .p-about .vision__txt--m.u-lh--pc {
    line-height: 1.22;
  }
}
.p-about .vision__txt--s {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 0;
  line-height: 1.42;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-about .vision__txt--s {
    font-size: 1.4rem;
  }
}
.p-about .vision__txt--circle {
  flex: 0 0 8.9rem;
  height: 9rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid #000;
  border-radius: 50%;
}
.p-about .vision__card-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (26.9rem) [3];
  grid-template-columns: repeat(3, 26.9rem);
  justify-content: space-between;
  width: 92rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .p-about .vision__card-groups {
    -ms-grid-columns: 26.9rem;
    grid-template-columns: repeat(1, 26.9rem);
    justify-content: center;
    gap: 10.2rem 6.8rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-about .vision__card-groups {
    -ms-grid-columns: (26.9rem) [1];
    grid-template-columns: repeat(1, 26.9rem);
    row-gap: 4.5rem;
  }
}
.p-about .vision__card {
  font-weight: normal;
  height: 42.3rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about .vision__card:nth-child(n + 2) {
    height: 40.3rem;
  }
}
.p-about .vision__card:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../../../img/pages/chisan-chisho/common/triangle.svg")
    no-repeat center center/contain;
  left: -3.6rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 1199px) {
  .p-about .vision__card:nth-child(n + 2)::before {
    left: 50%;
    top: -6.6rem;
    transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .p-about .vision__card:nth-child(n + 2)::before {
    top: -5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-about .vision__card:last-child {
    width: 26.9rem;
    margin: 0 auto;
  }
  .p-about .vision__card:last-child::before {
    left: 50%;
    top: -6.6rem;
    transform: translateX(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .p-about .vision__card:last-child {
    grid-column: inherit;
    height: 19.4rem;
  }
  .p-about .vision__card:last-child::before {
    top: -5rem;
  }
}
.p-about .vision__card-inner {
  height: 100%;
  position: relative;
  padding: 0 1.6rem;
}
.p-about .vision__card-inner::before {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 100%;
  background: url("../../../img/pages/chisan-chisho/common/kakoi_l-l.svg")
    no-repeat center center/contain;
  left: 0;
  bottom: 0;
}
.p-about .vision__card-inner::after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 100%;
  background: url("../../../img/pages/chisan-chisho/common/kakoi_l-r.svg")
    no-repeat center center/contain;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-about .vision__card-inner.u-half--sp::before {
    content: "";
    position: absolute;
    width: 2.3rem;
    height: 100%;
    background: url("../../../img/pages/chisan-chisho/common/kakoi_s-l.svg")
      no-repeat center center/contain;
    left: 0;
    bottom: 0;
  }
  .p-about .vision__card-inner.u-half--sp::after {
    content: "";
    position: absolute;
    width: 2.3rem;
    height: 100%;
    background: url("../../../img/pages/chisan-chisho/common/kakoi_s-r.svg")
      no-repeat center center/contain;
    right: 0;
    bottom: 0;
  }
}
.p-about .vision__card-ttl {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.16;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-about .vision__card-ttl {
    font-size: 3rem;
  }
}
.p-about .vision__txt-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.9rem 4.1rem 8.9rem;
  grid-template-columns: repeat(2, 8.9rem);
  justify-content: center;
  -moz-column-gap: 4.1rem;
  column-gap: 4.1rem;
  padding: 0 0.8rem;
  position: relative;
}
.p-about .vision__txt-inner::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2.2rem;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-about .vision__txt-inner::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 2.2rem;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-about .vision__card-img {
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 0.3rem;
}
.p-about .vision__card-txt-wrap {
  display: -ms-inline-grid;
  display: inline-grid;
  height: calc(100% - 5.9rem);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about .vision__card-txt-wrap {
    height: auto;
  }
}
.p-about .interview__sect {
  padding-bottom: 28.3rem;
}
@media screen and (max-width: 1199px) {
  .p-about .interview__sect {
    padding-bottom: 19.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about .interview__sect {
    padding-bottom: 11.9rem;
  }
}

/*----------------------------
地産地匠　応募要項ページ
chisan-chisho-entry.html
------------------------------*/
.p-entry .entry__sect {
  padding-bottom: 20.6rem;
}
@media screen and (max-width: 1199px) {
  .p-entry .entry__sect {
    padding-bottom: 14.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__sect {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt-center {
    display: flex;
    justify-content: center;
  }
}
.p-entry .entry__txt-groups {
  padding-top: 6rem;
}
@media screen and (max-width: 1199px) {
  .p-entry .entry__txt-groups {
    padding-top: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt-groups {
    padding-top: 2.9rem;
  }
}
.p-entry .entry__wrap {
  display: -ms-grid;
  display: grid;
  align-items: baseline;
  -ms-grid-columns: 15rem 3rem 1fr;
  grid-template-columns: 15rem 1fr;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__wrap {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
    row-gap: 1.5rem;
  }
}
.p-entry .entry__wrap.u-pad--l {
  padding-bottom: 22.4rem;
}
@media screen and (max-width: 1199px) {
  .p-entry .entry__wrap.u-pad--l {
    padding-bottom: 15.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__wrap.u-pad--l {
    padding-bottom: 15.1rem;
  }
}
.p-entry .entry__wrap.u-pad--m {
  padding-bottom: 12.1rem;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__wrap.u-pad--m {
    padding-bottom: 8.9rem;
  }
}
.p-entry .entry__wrap:last-child {
  padding-bottom: 0;
}
.p-entry .entry__txt-inner {
  display: -ms-grid;
  display: grid;
  row-gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt-inner {
    padding-top: 2rem;
  }
}

.p-entry .entry__label {
  background: #000;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__label {
    padding: 4px 0 6px;
  }
}
.p-entry .entry__label--s {
  border: 1px solid #000;
  display: -ms-grid;
  display: grid;
  width: 12rem;
  height: 3rem;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__label--s {
    margin: 0 auto 1.5rem;
  }
}
.p-entry .entry__label-txt {
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__label-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__label-txt {
    line-height: 1;
  }
}
.p-entry .entry__label-txt--s {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__label-txt--s {
    font-size: 2rem;
  }
}
.p-entry .entry__txt--l {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--l {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--l {
    letter-spacing: -0.08em;
    line-height: 1.38;
    padding-bottom: 1rem;
  }
}
.p-entry .entry__txt--l.u-pb {
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--l.u-pb {
    padding-bottom: 1rem;
  }
}
.p-entry .entry__txt--l.u-lh {
  line-height: 2;
  padding-bottom: 0;
}
.p-entry .entry__txt--l.u-indent--4 {
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 2rem;
  padding-left: 4em;
  text-indent: -4em;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--l.u-indent--4 {
    padding-left: 0;
    padding-bottom: 2.4rem;
    text-indent: 0;
    line-height: 1.38;
  }
}
.p-entry .entry__txt--l.u-indent--1 {
  line-height: 1.5;
  letter-spacing: 0;
  padding-bottom: 2rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--l.u-indent--1 {
    padding-left: 0;
    padding-bottom: 2.4rem;
    text-indent: 0;
    line-height: 1.38;
  }
}
.p-entry .entry__txt--m {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.38;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--m {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--m {
    letter-spacing: 0;
    line-height: 1.66;
  }
}
.p-entry .entry__txt--m.u-column--right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.p-entry .entry__txt--m span.u-font--s {
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--m span.u-font--s {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--m span.u-font--s {
    line-height: 1.66;
  }
}
.p-entry .entry__txt--m.u-mb {
  margin-bottom: 0.5em;
}
.p-entry .entry__txt--grid {
  font-size: 2rem;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 23rem 3.4rem auto;
  grid-template-columns: 23rem auto;
  gap: 1.5rem 3.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--grid {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt--grid {
    letter-spacing: 0.05em;
    line-height: 1.38;
    padding-bottom: 1.5rem;
    -ms-grid-columns: 16rem auto;
    grid-template-columns: 16rem auto;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt-inner {
    display: -ms-grid;
    display: grid;
    right: 0;
  }
}
.p-entry .entry__txt-conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12rem 2rem 1fr;
  grid-template-columns: 12rem 1fr;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__txt-conts {
    display: block;
    padding-bottom: 0;
  }
}
.p-entry .entry__btn-wrap {
  margin-left: auto;
}
.p-entry .entry__judge-list {
  padding-bottom: 2.4rem;
  display: flex;
  max-width: 36em;
}
@media screen and (max-width: 1000px) {
  .p-entry .entry__judge-list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__judge-list {
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
}
.p-entry .entry__judge-list li {
  font-size: 2rem;
  flex: 1 1;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .p-entry .entry__judge-list li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .entry__judge-list li {
    flex: 0 1 35%;
    line-height: 1.94;
  }
}

.c-btn__m-size-entry {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 1;
  /* padding-inline: 1.5rem; */
  /* display: inline-block;  */
}

.c-btn__m-size-entry::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #e0fb55;
  left: 0;
  bottom: 2px;
  z-index: -1;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
}

.c-btn__m-size-entry:hover::after {
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}

.c-btn__m-size-entry::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #e0fb55;
  left: 0;
  bottom: 2px;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s ease 0.3s;
}

.c-btn__m-size-entry:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.3s ease 0.3s;
}

.c-btn__m-size-entry:hover {
  opacity: 1;
}

.p-entry .schedule__sect {
  padding-bottom: 20.5rem;
}
@media screen and (max-width: 1199px) {
  .p-entry .schedule__sect {
    padding-bottom: 14.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__sect {
    padding-bottom: 11.7rem;
  }
}
.p-entry .schedule__txt-groups {
  padding: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt-groups {
    padding: 3rem 0 0;
  }
}
.p-entry .schedule__txt-wrap {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt-wrap {
    padding-bottom: 3rem;
  }
}
.p-entry .schedule__txt-wrap.u-pad--m {
  padding-bottom: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt-wrap.u-pad--m {
    padding-bottom: 3.7rem;
  }
}
.p-entry .schedule__txt-wrap.u-pad--l {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt-wrap.u-pad--l {
    padding-bottom: 3rem;
  }
}
.p-entry .schedule__txt-wrap .schedule__btn-wrap {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt-wrap .schedule__btn-wrap {
    margin-bottom: 1.5rem;
  }
}
.p-entry .schedule__txt-wrap:last-child {
  padding-bottom: 0;
}
.p-entry .schedule__time {
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__time {
    font-size: 2.2rem;
  }
}
.p-entry .schedule__txt--em {
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 1199px) {
  .p-entry .schedule__txt--em {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt--em {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt--em {
    letter-spacing: -0.05em;
    line-height: 1.46;
    padding-bottom: 1.3rem;
  }
}
.p-entry .schedule__txt--l {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt--l {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt--l {
    letter-spacing: 0.02em;
    line-height: 1.36;
  }
}
.p-entry .schedule__txt--l.u-font--sp {
  padding: 1rem 0 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt--l.u-font--sp {
    font-size: 1.8rem;
    padding: 0 0 2.4rem;
    margin-top: -0.5rem;
  }
}
.p-entry .schedule__txt--m {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 2.4rem 0 2.9rem;
  max-width: 69rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-entry .schedule__txt--m {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt--m {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt--m {
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 2rem 0;
  }
}
.p-entry .schedule__txt--s {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.38;
  text-align: center;
  padding-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt--s {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__txt--s {
    padding-top: 1.5rem;
    letter-spacing: 0;
  }
}
.p-entry .schedule__btn {
  max-width: 60rem;
  height: 10rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__btn {
    margin-bottom: 2.5rem;
    height: 5rem;
  }
}
.p-entry .schedule__btn .c-btn__txt {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__btn .c-btn__txt {
    margin-top: -0.5rem;
  }
}
.p-entry .schedule__subheading {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry .schedule__subheading {
    font-size: 2.2rem;
  }
}

/*----------------------------
審査員ページ
------------------------------*/
.p-judge .judge__sect {
  padding-bottom: 18.5rem;
}
@media screen and (max-width: 1199px) {
  .p-judge .judge__sect {
    padding-bottom: 12.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-judge .judge__sect {
    padding-bottom: 8.1rem;
  }
}
.p-judge .judge__media-groups {
  display: -ms-grid;
  display: grid;
  row-gap: 7rem;
  padding-top: 9rem;
}
@media screen and (max-width: 1199px) {
  .p-judge .judge__media-groups {
    padding-top: 6.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-judge .judge__media-groups {
    row-gap: 6rem;
    padding-top: 3rem;
  }
}
.p-judge .judge__media {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22rem 5rem 1fr;
  grid-template-columns: 22rem 1fr;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}
@media screen and (max-width: 1199px) {
  .p-judge .judge__media {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-judge .judge__media {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
    row-gap: 0.9rem;
  }
}
.p-judge .judge__name-wrap {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-judge .judge__name-wrap {
    text-align: center;
    position: relative;
  }
}
.p-judge .judge__name-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 17.5rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-judge .judge__name-inner {
    display: contents;
  }
}
.p-judge .judge__name {
  font-size: 1.6rem;
  letter-spacing: 0.098em;
}
@media screen and (max-width: 767px) {
  .p-judge .judge__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-judge .judge__name {
    padding-bottom: 0.9rem;
  }
}
.p-judge .judge__name-txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .p-judge .judge__name-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-judge .judge__name-txt {
    line-height: 1.33;
  }
}
.p-judge .judge__link-wrap {
  display: flex;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-judge .judge__link-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.p-judge .judge__txt {
  line-height: 1.53;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-judge .judge__img-wrap {
    padding: 0 1.5rem;
  }
}
.p-judge .interview__sect {
  padding-bottom: 21.9rem;
}
@media screen and (max-width: 1199px) {
  .p-judge .interview__sect {
    padding-bottom: 15.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-judge .interview__sect {
    display: none;
  }
}

/*----------------------------
2024受賞結果 地産地匠アワード2024
chisan-chisho-result.html
------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 20rem;
}

.p-result .result__txt--l {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-result .result__txt--l {
    font-size: 2.6rem;
  }
}
.p-result .result__txt--m {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-result .result__txt--m {
    font-size: 1.8rem;
  }
}
.p-result .result__txt--s {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-result .result__txt--s {
    font-size: 1.5rem;
  }
}
.p-result .result__sect {
  padding-bottom: 18.9rem;
}
@media screen and (max-width: 767px) {
  .p-result .result__sect {
    padding-bottom: 13.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-result .result__sect {
    padding-bottom: 7.8rem;
  }
}
.p-result .result__wrap {
  position: relative;
}
.p-result .result__heading {
  position: absolute;
  left: 0;
  top: 0;
}
.p-result .result__inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-result .result__inner {
    width: 100%;
    padding-top: 22rem;
  }
}
.p-result .result__img-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: -1;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-result .result__img-wrap {
    width: 90%;
  }
}
.p-result .result__ttl {
  line-height: 0.7;
  text-align: center;
  margin-bottom: 4.5rem;
}

.result__ttl--sub {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 820px) {
  .result__ttl--sub {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 4rem;
  }
}
.p-result .result__wrap .c-btn__m-size {
  font-size: 1.6rem;
  position: relative;
  margin-inline: auto;
  margin-bottom: 23rem;
}
@media screen and (max-width: 767px) {
  .p-result .result__wrap .c-btn__m-size {
    font-size: 1.5rem;
    margin-bottom: 11rem;
  }
}
.p-result .result__wrap .c-btn__m-size::after {
  position: absolute;
  content: "";
  background-image: url(../../../img/pages/chisan-chisho/2024-result/result-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8rem;
  height: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
}
.p-result .result__lists {
  display: grid;
  -ms-grid-columns: auto 5rem auto;
  grid-template-columns: repeat(5, auto);
  -ms-grid-rows: auto 3rem auto 3rem auto;
  grid-template-rows: repeat(1, auto);
  gap: 1.5rem 2.5rem;
  justify-content: space-between;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-result .result__lists {
    display: grid;
    -ms-grid-columns: auto 3rem auto 3rem;
    grid-template-columns: repeat(2, auto);
    -ms-grid-rows: auto 3rem auto 3rem auto;
    grid-template-rows: repeat(3, auto);
    gap: 2.5rem;
    justify-content: center;
  }
}
.p-result .result__list {
  font-size: 2.8rem;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-result .result__list {
    font-size: 2rem;
  }
}
.p-result .result__list::after {
  position: absolute;
  content: "";
  background-image: url(../../../img/pages/chisan-chisho/2024-result/result-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.6rem;
  bottom: -70%;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.3s ease;
}

@media screen and (max-width: 767px) {
  .p-result .result__list::after {
    display: none;
  }
}

.p-result .result__list:hover::after,
.p-result .result__list:focus::after {
  bottom: -90%;
}
.p-result .area__sect {
  padding-bottom: 6.9rem;
}
.p-result .area__ttl,
.p-result .category__ttl {
  font-weight: bold;
  border: 1px solid #000;
  text-align: center;
  padding-block: 0.6rem;
  margin-bottom: 2.7rem;
}
.p-result .area__ttl {
  margin-bottom: 4.3rem;
}
.p-result .category__ttl {
  margin-bottom: 4rem;
}
.p-result .gp__text--ttl {
  margin-bottom: 3rem;
}
.p-result .area__sect img {
  max-width: 91%;
}
.map__area {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .map__area a {
    pointer-events: none;
  }
}

.map__area .map__fukushima--container {
  position: absolute;
  top: 48.4%;
  right: 11%;
  font-size: 2.4rem;
}
@media (max-width: 1080px) {
  .map__area .map__fukushima--container {
    top: 48.4%;
    right: 7%;
    font-size: 2rem;
  }
}
@media (max-width: 950px) {
  .map__area .map__fukushima--container {
    top: 47.6%;
    right: -0.3%;
    font-size: 1.5rem;
  }
}
@media (max-width: 850px) {
  .map__area .map__fukushima--container {
    top: 47.1%;
    right: -1.3%;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .map__area .map__fukushima--container {
    top: 47.1%;
    right: -1.8%;
    font-size: 1.5rem;
  }
}
@media (max-width: 700px) {
  .map__area .map__fukushima--container {
    top: 46.2%;
    right: -3.1%;
    font-size: 1.5rem;
  }
}
@media (max-width: 650px) {
  .map__area .map__fukushima--container {
    top: 46%;
    right: -4.5%;
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .map__area .map__fukushima--container {
    top: 45.2%;
    right: -11.1%;
    font-size: 1.2rem;
  }
}
@media (max-width: 550px) {
  .map__area .map__fukushima--container {
    top: 44.3%;
    right: -14%;
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .map__area .map__fukushima--container {
    top: 43.5%;
    right: -21.2%;
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .map__area .map__fukushima--container {
    top: 42.3%;
    right: -25%;
    font-size: 1rem;
  }
}
@media (max-width: 430px) {
  .map__area .map__fukushima--container {
    right: -27.1%;
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .map__area .map__fukushima--container {
    top: 40.8%;
    right: -31.3%;
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .map__area .map__fukushima--container {
    top: 40.1%;
    right: -33.6%;
    font-size: 1rem;
  }
}
.map__area .map__shizuoka--container {
  position: absolute;
  top: 72.2%;
  right: 8.6%;
  font-size: 2.4rem;
}
@media (max-width: 1080px) {
  .map__area .map__shizuoka--container {
    top: 72.2%;
    right: 4.2%;
    font-size: 2rem;
  }
}
@media (max-width: 950px) {
  .map__area .map__shizuoka--container {
    top: 71.4%;
    right: -3.8%;
    font-size: 1.5rem;
  }
}
@media (max-width: 850px) {
  .map__area .map__shizuoka--container {
    top: 70.8%;
    right: -4.8%;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .map__area .map__shizuoka--container {
    top: 70.5%;
    right: -4.8%;
    font-size: 1.5rem;
  }
}
@media (max-width: 700px) {
  .map__area .map__shizuoka--container {
    top: 70.2%;
    right: -6.8%;
    font-size: 1.5rem;
  }
}
@media (max-width: 650px) {
  .map__area .map__shizuoka--container {
    top: 69.2%;
    right: -8.2%;
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .map__area .map__shizuoka--container {
    top: 69%;
    right: -15.7%;
    font-size: 1.2rem;
  }
}
@media (max-width: 550px) {
  .map__area .map__shizuoka--container {
    top: 68.1%;
    right: -18.4%;
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .map__area .map__shizuoka--container {
    top: 67.2%;
    right: -26.7%;
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .map__area .map__shizuoka--container {
    top: 66%;
    right: -31%;
    font-size: 1rem;
  }
}
@media (max-width: 430px) {
  .map__area .map__shizuoka--container {
    right: -33.4%;
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .map__area .map__shizuoka--container {
    top: 64.7%;
    right: -38%;
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .map__area .map__shizuoka--container {
    top: 64%;
    right: -40.4%;
    font-size: 1rem;
  }
}

.map__area .map__gunma--container {
  position: absolute;
  top: 52.4%;
  left: 18.8%;
  font-size: 2.4rem;
}
@media (max-width: 1080px) {
  .map__area .map__gunma--container {
    top: 52.3%;
    left: 18.8%;
    font-size: 2rem;
  }
}
@media (max-width: 950px) {
  .map__area .map__gunma--container {
    top: 51.6%;
    left: 19%;
    font-size: 1.5rem;
  }
}
@media (max-width: 850px) {
  .map__area .map__gunma--container {
    top: 51%;
    left: 18.8%;
    font-size: 1.5rem;
  }
}
@media (max-width: 700px) {
  .map__area .map__gunma--container {
    top: 50.1%;
    left: 18.9%;
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .map__area .map__gunma--container {
    top: 49.2%;
    left: 19%;
    font-size: 1.2rem;
  }
}
@media (max-width: 550px) {
  .map__area .map__gunma--container {
    top: 48.2%;
    left: 19%;
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .map__area .map__gunma--container {
    top: 47.5%;
    left: 19%;
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .map__area .map__gunma--container {
    top: 45.9%;
    left: 19%;
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .map__area .map__gunma--container {
    top: 45%;
    left: 19%;
    font-size: 1rem;
  }
}
.map__area .map__fukui--container {
  position: absolute;
  top: 59.9%;
  left: 18.8%;
  font-size: 2.4rem;
}
@media (max-width: 1080px) {
  .map__area .map__fukui--container {
    top: 60.1%;
    left: 18.8%;
    font-size: 2rem;
  }
}
@media (max-width: 950px) {
  .map__area .map__fukui--container {
    top: 59.2%;
    left: 19%;
    font-size: 1.5rem;
  }
}
@media (max-width: 850px) {
  .map__area .map__fukui--container {
    top: 58.7%;
    left: 18.8%;
    font-size: 1.5rem;
  }
}
@media (max-width: 700px) {
  .map__area .map__fukui--container {
    top: 58%;
    left: 18.8%;
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  .map__area .map__fukui--container {
    top: 57%;
    left: 19%;
    font-size: 1.2rem;
  }
}
@media (max-width: 550px) {
  .map__area .map__fukui--container {
    top: 56.1%;
    left: 19%;
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .map__area .map__fukui--container {
    top: 55.1%;
    left: 19%;
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .map__area .map__fukui--container {
    top: 54.1%;
    left: 19%;
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .map__area .map__fukui--container {
    top: 52.8%;
    left: 19%;
    font-size: 1rem;
  }
}

.map__area .map__text--fukushima text {
  transition: fill-opacity 0.3s ease;
}
.map__fukushima--container:hover .map__text--fukushima text {
  fill: #a70909;
}
.map__area .map__text--shizuoka text {
  transition: fill-opacity 0.3s ease;
}
.map__shizuoka--container:hover .map__text--shizuoka text {
  fill: #a70909;
}
.map__area .map__text--gunma text {
  transition: fill-opacity 0.3s ease;
}
.map__gunma--container:hover .map__text--gunma text {
  fill: #a70909;
}
.map__area .map__text--fukui text {
  transition: fill-opacity 0.3s ease;
}
.map__fukui--container:hover .map__text--fukui text {
  fill: #a70909;
}
.p-result .category__sect {
  padding-bottom: 12.4rem;
}
.p-result .category__ttl--sub {
  font-size: 1.8rem;
  color: #fff;
  border: 1px solid #000;
  background: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.38rem 0.69rem;
  margin-bottom: 2.3rem;
  margin-inline: auto;
}
.p-result .category__card {
  padding-bottom: 5rem;
}
/* スライダー */
.slider {
  padding-block: 5rem;
}
.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide {
  aspect-ratio: 980/500;
  object-fit: cover;
  object-position: center;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-wrapper {
  margin-bottom: 2.5rem;
}
.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #afafaf;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background-color: #e0fb55;
}
.p-result .gp__description {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-result .gp__description {
    flex-direction: column;
  }
}
.p-result .gp__description--lists {
  display: grid;
  grid-template-rows: repeat(4, 3rem);
  margin-bottom: 3.1rem;
  row-gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .p-result .gp__description--lists {
    row-gap: 2rem;
  }
}
.p-result .gp__description--list {
  display: grid;
  -ms-grid-columns: auto 5rem auto;
  grid-template-columns: 1.5fr 3.5fr;
  gap: 5.2rem;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .p-result .gp__description--list {
    grid-template-columns: 1.5fr 3.5fr;
    gap: 1rem;
    font-size: 1.5rem;
  }
}
.p-result .gp__description--list dt {
  text-align: left;
  color: #6a6a6a;
}
.p-result .gp__description--list dd {
  text-align: left;
  color: #000;
}
.p-result .gp__description--links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-result .gp__description--links {
    margin-bottom: 2rem;
  }
}
.p-result .gp__description--links .c-btn__m-size {
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-result .gp__description--links .c-btn__m-size {
    font-size: 1.5rem;
  }
}
.p-result .gp__description--links .btn__link::after {
  position: absolute;
  content: "";
  background-image: url(../../../img/pages/chisan-chisho/2024-result/result-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
.p-result .gp__description--images {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-result .gp__description--images {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-result .gp__description--images img {
  width: 22rem;
  height: 22rem;
}
@media screen and (max-width: 767px) {
  .p-result .gp__description--images img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-result .gp__description--images-3p img {
    width: 100%;
    height: auto;
  }
}
.p-result .gp__text {
  padding-bottom: 5rem;
}

/* アコーディオン */
.accordion {
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accordion {
    padding-bottom: 15rem;
    position: relative;
  }
}
.accordion__ttl {
  color: #fff;
  background: #000;
}
.accordion__content {
  width: 100%;
  max-height: 5em;
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.accordion__content.open {
  max-height: 1500px;
}
.accordion__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(238, 236, 231, 0) 0%,
    rgba(238, 236, 231, 1) 100%
  );
}
.accordion__content.no-gradient::before {
  background: none;
}
.accordion__content.open {
  height: 100%;
  overflow: visible;
}
.accordion__text {
  padding-bottom: 3.7rem;
}
.button__open,
.button__close {
  font-size: 1.3rem;
  line-height: 2.76;
  text-align: center;
  color: #707070;
  background: #eeece7;
  display: block;
  margin-inline: auto;
  border: none;
  border-bottom: 1px solid #707070;
  position: relative;
  cursor: pointer;
  transition: position;
}
.button__open {
  display: block;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .button__open {
    bottom: 20%;
  }
}
@media screen and (max-width: 480px) {
  .button__open {
    bottom: 22%;
  }
}
.button__close {
  display: none;
}
.button__open::after,
.button__close::after {
  position: absolute;
  content: "";
  background-image: url("../../../img/pages/chisan-chisho/2024-result/result-accordion-down.png");
  width: 0.8rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.button__close::after {
  bottom: -3rem;
  background-image: url("../../../img/pages/chisan-chisho/2024-result/result-accordion-up.png");
}
.button__open.is-checked {
  display: none;
}
.button__close.is-checked {
  display: block;
}
.p-result .review__sec {
  padding-bottom: 15.6rem;
}
.p-result .review__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-result .review__container {
    gap: 3rem;
  }
}
.p-result .review-bg__wrap {
  margin-bottom: 4rem;
}
.p-result .review___wrap {
  display: flex;
  gap: 3.13rem;
}
@media screen and (max-width: 767px) {
  .p-result .review___wrap {
    flex-direction: column;
  }
}
.p-result .review__img {
  width: 22rem;
  height: 22rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-result .review__img {
    width: 100%;
    height: auto;
    margin-inline: auto;
  }
}
.p-result .review__name {
  font-size: 1.6rem;
  margin-top: 1.3rem;
}
.p-result .c-btn__review {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-result .c-btn__review {
    font-size: 1.4rem;
  }
}
.p-result .sales__sec {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-result .sales__sec {
    padding-bottom: 8rem;
  }
}
.sales__img {
  margin-bottom: 3.2rem;
}
.sales__text {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sales__text {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 10rem;
  }
}
.sales__shop--wrap {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sales__shop--wrap {
    margin-inline: auto;
  }
}
.sales__shop--ttl,
.sales__online--ttl {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sales__shop--ttl,
  .sales__online--ttl {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.sales__shop--lists {
  margin-bottom: 8rem;
  padding-left: 30%;
  list-style: none;
  display: grid;
  row-gap: 1rem;
}
@media screen and (min-width: 1000px) {
  .sales__shop--lists {
    margin-bottom: 5rem;
    padding-left: 35%;
  }
}
@media screen and (max-width: 430px) {
  .sales__shop--lists {
    margin-bottom: 5rem;
    padding-left: 10%;
  }
}
.sales__shop--list {
  font-size: 2rem;
  position: relative;
  padding-left: 1em;
}
.sales__shop--list::before {
  content: "・";
  position: absolute;
  left: -0.4rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sales__shop--list {
    font-size: 1.5rem;
  }
}
.sales__shop--add {
  font-size: 1.6rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sales__shop--add {
    font-size: 1.4rem;
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .sales__shop--add {
    display: block;
  }
}
.sales__shop--notice {
  margin-bottom: 7.54rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sales__shop--notice {
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
.sales__online--ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sales__online--ttl {
    margin-bottom: 2rem;
  }
}
.sales__online--link {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sales__online--link {
    font-size: 1.5rem;
  }
}

/*----------------------------
2024受賞者個別＿グランプリ 地産地匠アワード2024
chisan-chisho-grand.html
------------------------------*/
.p-grand .grand__txt--l {
  font-size: 3rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-grand .grand__txt--l {
    font-size: 2rem;
  }
}
.p-grand .grand__txt--m {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-result .grand__txt--m {
    font-size: 1.8rem;
  }
}
.p-grand .grand__txt--s {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-result .grand__txt--s {
    font-size: 1.5rem;
  }
}
.p-grand .grand__heading {
  z-index: 1;
}
.p-grand .grand__ttl {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1.42;
  text-align: center;
  color: #000;
  text-align: center;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-grand .grand__ttl {
    font-size: 2.6rem;
  }
}
.p-grand .grand__ttl-texts {
  text-align: center;
}
.p-grand .grand__ttl--txt2 {
  margin-bottom: 8.2rem;
}

.p-grand .grand__figure {
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-grand .grand__figure {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 4rem;
    gap: 3rem;
  }
}
.p-grand .grand__figure-1 {
  padding-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .p-grand .grand__figure-1 {
    padding-bottom: 4rem;
  }
}

.p-grand .grand__figure-2 {
  flex-direction: row;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-grand .grand__figure-2 {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 4rem;
  }
}

.p-grand .grand__figure-3 {
  padding-bottom: 0;
}

.p-grand .grand__figure img {
  width: 22rem;
  height: 22rem;
}
@media screen and (max-width: 767px) {
  .p-grand .grand__figure img {
    width: 80%;
    height: auto;
    margin-inline: auto;
  }
}
.p-grand .grand__figure--ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-grand .grand__figure--ttl {
    font-size: 2rem;
  }
}
.p-grand .grand__figure--name {
  margin-bottom: 2.2rem;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-grand .grand__figure--name:after {
  position: absolute;
  content: "";
  background-image: url(../../../img/pages/chisan-chisho/2024-result/result-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
.p-grand .grand__figure--txt {
  letter-spacing: 0.05em;
  line-height: 2.3rem;
}

.grand__interview--wrap-1 {
  padding-bottom: 10rem;
  border-bottom: 1px solid #000;
}
.p-grand .grand__interview--wrap-1 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-grand .figure-gap,
.p-semi-grand .figure-gap,
.p-excellence-1 .figure-gap,
.p-excellence-2 .figure-gap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.grand__txt--gray {
  color: #707070;
}
.p-grand .grand__interview--wrap-1 .grand__txt--m {
  margin-top: 6rem;
  margin-bottom: -1.3rem;
}

.p-grand .grand__interview--wrap-1 .grand__txt--m.u-mt {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-grand .grand__interview--wrap-1 .grand__txt--m.u-mt {
    margin-top: 0;
  }
}
.grand__interview--wrap-2 {
  padding-top: 4rem;
  padding-bottom: 23.5rem;
}
@media screen and (max-width: 767px) {
  .grand__interview--wrap-2 {
    padding-top: 2rem;
    padding-bottom: 12rem;
  }
}
.p-grand .grand__photographer {
  margin-bottom: 10rem;
}

/*----------------------------
2024審査レポート 地産地匠アワード2024
chisan-chisho-report.html
------------------------------*/
.p-report .report__txt--l {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-report .report__txt--l {
    font-size: 2.2rem;
  }
}
.p-report .report__txt--m {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-report .report__txt--m {
    font-size: 1.8rem;
  }
}
.p-report .report__txt--s {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-report .report__txt--s {
    font-size: 1.5rem;
  }
}
.p-report .report__sect {
  padding-bottom: 10rem;
}
.p-report .report__heading {
  z-index: 1;
}
.p-report .report__inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 35rem;
}
@media screen and (max-width: 500px) {
  .p-report .report__inner {
    padding-top: 38rem;
  }
}
.p-report .report__ttl {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 4rem;
  text-align: center;
  color: #000;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-report .report__ttl {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
.p-report .area__ttl,
.p-report .category__ttl {
  margin-bottom: 0;
}

.p-report .report-1 .container,
.p-report .report-2 .container,
.p-report .report-3 .container,
.p-report .report-4 .container,
.p-report .report-5 .container,
.p-report .report-6 .container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 7rem;
}
.p-report .c-btn-check {
  position: relative;
  margin-top: -3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-report .c-btn-check {
    margin-bottom: 0;
  }
}
/* .p-result .report-5 .c-btn__m-size::after {
  position: absolute;
  content: "";
  background-image: url(../../../img/pages/chisan-chisho/2024-result/result-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
} */
.p-report .c-btn__m-size-last {
  margin-bottom: 0;
}
.p-report .c-btn__txt--goods {
  font-size: 1.2rem;
}
.p-report .report__wrap--2 {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .p-report .report__wrap--2 {
    padding-bottom: 10rem;
  }
}
.p-report .report__wrap--2 .report__wrap--txt {
  border-top: 1px solid #000;
  padding-block: 10rem;
}
/*----------------------------
改行クラス
使い方：
PCのみの改行は、point-br--pc
TAB未満の改行は、point-br--tab
SP未満の改行は、point-br--sp
------------------------------*/
.point-br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point-br--sp {
    display: block;
  }
}
.point-br--tab {
  display: none;
}
@media screen and (max-width: 1199px) {
  .point-br--tab {
    display: block;
  }
}
.point-br--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .point-br--pc {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .point-br--500 {
    display: block;
  }
}
@media screen and (min-width: 500px) {
  .point-br--500 {
    display: none;
  }
}
@media screen and (max-width: 889px) {
  .point-br--900 {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .point-br--900 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-nowrap {
    white-space: nowrap;
    letter-spacing: -0.01em;
  }
}
/*----------------------------
テキスト位置調整クラス
------------------------------*/
.u-txt--center {
  text-align: center;
}

.u-txt--left {
  text-align: left;
}

.u-txt--right {
  text-align: right;
}

/*----------------------------
色変更クラス
------------------------------*/
.u-color--white {
  color: #fff;
}

/*----------------------------
PC,TAB、SPの表示切り替え
使い方：
SPのみ出力したい等があれば、
クラス名をつけることで可能に。
------------------------------*/
.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.pc-inline {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .pc-inline {
    display: none !important;
  }
}

.pc-flex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .tab {
    display: block !important;
  }
}

.tab-inline {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .tab-inline {
    display: inline !important;
  }
}

.tab-flex {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .tab-flex {
    display: flex !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-inline {
    display: inline !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex !important;
  }
}

/*----------------------------
//インラインブロック
使い方：
折り返し自動制御で使える。
例）折り返しのタイミングで２段に
したい場合など。
------------------------------*/
.u-display--ib {
  display: inline-block;
  font-weight: inherit;
}

/*----------------------------
etc
------------------------------*/
.u-hide--sp {
  display: none;
}

.c-label__wrap {
  background: #000;
  margin-bottom: 2rem;
}
.c-label__txt {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding: 0.5rem 0;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-label__txt {
    font-size: 1.8rem;
  }
}

.interview__wrap {
  border: 1px solid #000;
  position: relative;
}
.interview__label {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #000;
  letter-spacing: 0.1em;
  line-height: 1.22;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 0 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .interview__label {
    font-size: 1.8rem;
  }
}
.interview__inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
  padding: 0 2.8rem 0 2.5rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .interview__inner {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    margin: 5rem 0 4rem;
    padding: 1.8rem 4rem 0;
    row-gap: 3rem;
  }
}
.interview__ttl {
  font-size: 3.4rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  position: relative;
  margin: 0.5em 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .interview__ttl {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .interview__ttl {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .interview__ttl {
    letter-spacing: 0;
    line-height: 1.53;
    margin: 0;
    text-align: center;
  }
}
.interview__ttl .u-marker--yellow {
  background: linear-gradient(transparent 60%, #e0fb55 60%);
  display: inline;
}
.interview__txt {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .interview__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .interview__txt {
    line-height: 1.1;
    padding-top: 2rem;
  }
}
.interview__img-wrap {
  flex: 0 0 25rem;
}
@media screen and (max-width: 767px) {
  .interview__img-wrap {
    max-width: 25rem;
    order: 2;
  }
}
