@charset "UTF-8";

:root {
  --color_sol1: #ecc75b;
  --color_sol2: #8e7fab;
  --color_sol3: #e99f59;
  --color_sol4: #46afb0;
  --color_sol5: #de6970;
  --color_sol6: #57a0d4;
}

.u-txt_left {
  text-align: left !important;
}

.u-txt_center {
  text-align: center !important;
}

.u-txt_right {
  text-align: right !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt1em {
  margin-bottom: 1em !important;
}

.u-mt2em {
  margin-bottom: 2em !important;
}

.u-mt3em {
  margin-bottom: 3em !important;
}

.u-mt4em {
  margin-bottom: 4em !important;
}

.u-mt5em {
  margin-bottom: 5em !important;
}

.u-mt6em {
  margin-bottom: 6em !important;
}

.u-mt7em {
  margin-bottom: 7em !important;
}

.u-mt8em {
  margin-bottom: 8em !important;
}

.u-mt9em {
  margin-bottom: 9em !important;
}

.u-mt10em {
  margin-bottom: 10em !important;
}

.u-color-primary {
  color: var(--color-primary);
}

.u-color-secondary {
  color: var(--color-secondary);
}

.u-color-accent {
  color: var(--color-accent);
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

img {
  display: inline;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

p {
  font-weight: inherit;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

em {
  font-style: normal;
}

figure {
  margin: 0;
}

.exhibition {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  /*共通パーツ*/
  /*ヘッダー*/
}

.exhibition .head02 {
  color: #009100;
  font-size: 18px;
}

.exhibition .head02::before {
  content: attr(data-text);
  display: block;
  font-size: clamp(60px, 7.5vw, 100px);
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  transform: scaleX(120%);
  transform-origin: left;
  line-height: 1;
  color: #000;
  margin-bottom: 10px;
}

.exhibition .head02.--center {
  text-align: center;
}

.exhibition .head02.--center::before {
  transform-origin: center;
}

.exhibition #header {
  background: none;
  background-image: url(../images/header_bg.svg), url(../images/bg01.jpg);
  background-position: top right, top left;
  background-repeat: no-repeat, repeat;
  padding-inline: min(10%, 50px) min(10%, 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin-bottom: 10px;
}

.exhibition #header .header_logo {
  max-width: 133px;
}

.exhibition #header .header_contact {
  display: block;
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #919191;
  background-color: #fff;
  border-radius: 20px;
  column-gap: 10px;
}

.exhibition #header .header_contact::before {
  content: url(../images/icn_question.svg);
}

.exhibition .concept {
  padding-inline: 10px;
  padding-bottom: min(25vw, 200px);
}

.exhibition .concept_inner {
  display: grid;
  gap: 40px 20px;
  width: min(100%, 1100px);
  margin-inline: auto;
}

.exhibition .concept_text {
  font-size: 18px;
}

.exhibition .concept_link {
  margin-top: min(15vw, 100px);
}

.exhibition .concept_link__anchor {
  display: block;
  max-width: 740px;
  margin-inline: auto;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-image: url(../images/bg01.jpg);
  padding: 22px;
  box-shadow: 0 0 20px 0 #64b8a3;
}

@media (min-width: 750px) {
  .exhibition .concept_inner {
    grid-template-columns: 1fr 1fr;
  }

  .exhibition .concept_fig {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.exhibition .solution {
  position: relative;
  padding-top: 70px;
  padding-bottom: 200px;
}

.exhibition .solution::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/solution_bg02.svg), url(../images/solution_bg01.jpg);
  background-position: bottom 25px left, top;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  margin-left: max(0px, (100vw - 1450px) / 2 + 100px);
  border-radius: 50px 0 0 50px;
}

.exhibition .solution_card_inner {
  display: grid;
  width: min(100%, 920px);
  gap: 30px;
}

.exhibition .solution_card.cat01 .solution_ttl::before {
  content: "1";
  color: var(--color_sol1);
}

.exhibition .solution_card.cat02 .solution_ttl::before {
  content: "2";
  color: var(--color_sol2);
}

.exhibition .solution_card.cat03 .solution_ttl::before {
  content: "3";
  color: var(--color_sol3);
}

.exhibition .solution_card.cat04 .solution_ttl::before {
  content: "4";
  color: var(--color_sol4);
}

.exhibition .solution_card.cat05 .solution_ttl::before {
  content: "5";
  color: var(--color_sol5);
}

.exhibition .solution_card.cat06 .solution_ttl::before {
  content: "6";
  color: var(--color_sol6);
}

.exhibition .solution_cards {
  margin-top: 65px;
}

.exhibition .solution .head02 {
  margin-left: max(10px, (100vw - 1450px) / 2 + 170px);
}

.exhibition .solution_ttl {
  font-size: 16px;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr max-content;
  gap: 15px 20px;
  padding-top: 0.5em;
}

.exhibition .solution_ttl__sub {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: min(9vw, 50px);
  font-style: italic;
  line-height: 1;
  grid-row: 1/2;
  grid-column: 2/3;
}

.exhibition .solution_ttl::before {
  font-size: 175px;
  line-height: 0.7;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  grid-column: 1/2;
  grid-row: 1/3;
}

.exhibition .solution_text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 749px) {
  .exhibition .solution_text {
    min-height: 7em;
    display: grid;
    align-items: center;
  }
}

.exhibition .solution_fig img {
  border-radius: 20px;
}

.exhibition .solution_link:has([href=""]) {
  position: relative;
}

.exhibition .solution_link a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: fit-content;
  height: 42px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  padding-inline: 20px;
  background-color: #009233;
  border-radius: 21px;
  gap: 10px;
}

.exhibition .solution_link a::before {
  content: url(../images/icn_arrow01.svg);
}

@media (min-width: 750px) {
  .exhibition .solution_card {
    margin-left: 120px;
  }

  .exhibition .solution_card_inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content 1fr max-content;
    align-items: flex-end;
  }

  .exhibition .solution_fig {
    max-width: 450px;
    grid-column: 1/2;
    grid-row: 1/4;
  }
}

@media (max-width: 749px) {
  .exhibition .solution_card {
    padding-inline: 10px;
  }

  .exhibition .solution_link a {
    margin-inline: auto;
  }
}

.exhibition .pamph {
  background-image: url(../images/pamph_bg.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  margin-top: min0vw, 0px);
  padding-bottom: 100px;
  padding-inline: 10px;
}

.exhibition .pamph_cards {
  width: min(1350px, 100% - 20px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px;
  margin-top: 55px;
}

.exhibition .pamph_card {
  width: fit-content;
  background-color: #fff;
  padding: 35px 30px;
  border-radius: 20px;
}

@media (min-width: 750px) {
  .exhibition .pamph_card {
    min-width: 520px;
  }
}

.exhibition .pamph_card:nth-of-type(1) {
  box-shadow: 0 0 15px 0 rgba(236, 199, 91, 0.4);
}

.exhibition .pamph_card:nth-of-type(1) .pamph_card__ttl::after {
  background: linear-gradient(90deg, #ecc75b 50%, #c5c5c5 50%);
}

.exhibition .pamph_card:nth-of-type(2) {
  box-shadow: 0 0 15px 0 rgba(142, 127, 171, 0.4);
}

.exhibition .pamph_card:nth-of-type(2) .pamph_card__ttl::after {
  background: linear-gradient(90deg, #8e7fab 50%, #c5c5c5 50%);
}

.exhibition .pamph_card:nth-of-type(3) {
  box-shadow: 0 0 15px 0 rgba(233, 159, 89, 0.4);
}

.exhibition .pamph_card:nth-of-type(3) .pamph_card__ttl::after {
  background: linear-gradient(90deg, #e99f59 50%, #c5c5c5 50%);
}

.exhibition .pamph_card:nth-of-type(4) {
  box-shadow: 0 0 15px 0 rgba(70, 175, 176, 0.4);
}

.exhibition .pamph_card:nth-of-type(4) .pamph_card__ttl::after {
  background: linear-gradient(90deg, #46afb0 50%, #c5c5c5 50%);
}

.exhibition .pamph_card:nth-of-type(5) {
  box-shadow: 0 0 15px 0 rgba(222, 105, 112, 0.4);
}

.exhibition .pamph_card:nth-of-type(5) .pamph_card__ttl::after {
  background: linear-gradient(90deg, #de6970 50%, #c5c5c5 50%);
}

.exhibition .pamph_card:nth-of-type(6) {
  box-shadow: 0 0 15px 0 rgba(87, 160, 212, 0.4);
}

.exhibition .pamph_card:nth-of-type(6) .pamph_card__ttl::after {
  background: linear-gradient(90deg, #57a0d4 50%, #c5c5c5 50%);
}

.exhibition .pamph_card.--center {
  box-shadow: 0 0 15px 0 rgba(228, 102, 123, 0.4);
  margin: auto;
  margin-top: min(15vw, 100px);
}

.exhibition .pamph_card.--center .pamph_card__ttl::after {
  background: linear-gradient(90deg, #e4667d 50%, #c5c5c5 50%);
}

.exhibition .pamph_card__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
}

.exhibition .pamph_card__ttl::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin: auto;
  margin-top: 5px;
}

.exhibition .pamph_lists {
  display: flex;
  justify-content: center;
  gap: 25px;
}

@media (max-width: 749px) {
  .exhibition .pamph_lists {
    flex-flow: column;
    align-items: center;
    row-gap: 75px;
  }
}

.exhibition .pamph_list {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 220px;
}

.exhibition .pamph_list__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.exhibition .pamph_list_fig {
  order: -1;
  margin-top: 25px;
}

.exhibition .pamph_list_link {
  margin-top: 10px;
}

.exhibition .pamph_list_link li+li {
  margin-top: 20px;
}

.exhibition .pamph_list_link .download {
  display: flex;
  gap: 10px;
  width: 170px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  margin: auto;
  color: #fff;
}

.exhibition .pamph_list_link .more {
  display: flex;
  gap: 10px;
  width: 170px;
  justify-content: center;
  height: 42px;
  border-radius: 21px;
  margin: auto;
  align-items: center;
  color: #fff;
}

.exhibition .pamph_list_link .more::before {
  content: url(../images/icn_arrow01.svg);
}

.exhibition .pamph_list_link span {
  background-color: #cbcbcb;
}

.exhibition .pamph_list_link span.download::before {
  content: url(../images/icn_pdf_off.svg);
}

.exhibition .pamph_list_link a {
  background-color: #009223;
}

.exhibition .pamph_list_link a.download::before {
  content: url(../images/icn_pdf.svg);
}

.exhibition .footer {
  background: url(../images/footer-trim.svg), url(../images/bg01.jpg);
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: calc(7vw + 55px);
  padding-inline: 10px;
  padding-bottom: 40px;
}

.exhibition .footer_logo {
  text-align: center;
}

.exhibition .footer_nav {
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  row-gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
}

.exhibition .footer_nav li {
  padding-inline: 20px;
}

.exhibition .footer_nav li:not(:first-of-type) {
  border-left: 2px solid #fff;
}

.exhibition .footer_nav li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.exhibition .footer_copy {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}

.exhibition .enquete {
  text-align: center;
  width: min(738px, 90%);
  margin-inline: auto;
  margin-block: 50px;
}

.exhibition .enquete__bnr {
  filter: drop-shadow(0 0 10px rgba(87, 160, 212, 0.4));
}

.notfound_page {
  text-align: center;
}

.notfound_page--ttl {
  margin-bottom: 30px;
  font-size: var(--fz20);
}

.notfound_page--paragraph {
  margin-bottom: 1em;
}

.notfound_page--link a {
  text-decoration: underline;
}

.news-content {
  text-align: center;
}

.margin: 0 auto; {
  display: flex;
  justify-content: center;
}

/* ダウンロードバナー 背景グレー*/
.exhibition .pamph_list_link .download-gray {
  background-color: #cbcbcb; 
  color: #fff; 
  display: flex;
  gap: 10px;
  width: 170px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 21px; 
  margin: auto;
}

.exhibition .pamph_list_link .download-gray::before {
  content: url(../images/icn_pdf_off.svg); 
}

/* 詳細バナー 背景グレー*/
.exhibition .pamph_list_link .more-gray {
  background-color: #cbcbcb; 
  color: #fff; 
  display: flex;
  gap: 10px;
  width: 170px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 21px; 
  margin: auto;
}

.exhibition .pamph_list_link .more-gray::before {
  content: url(../images/icn_arrow_off.svg); 
}

/*YouTube動画をスマホ横幅対応に　20250929江上*/
/* PC用：560px固定 */
@media (min-width: 761px) {
  .video-wrapper {
    width: 560px;
    height: 315px; /* 16:9の高さ */
    margin: 0 auto;
    padding-bottom: 0; /* paddingではなく高さを固定 */
  }

  .video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: static; /* 高さ固定なので絶対配置不要 */
  }
}

/* スマホ用：横幅100%で16:9 */
@media (max-width: 760px) {
  .video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9比率 */
    height: 0;
    overflow: hidden;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


/*YouTube動画をスマホ横幅対応に　20250929江上ここまで*/


