@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: unset;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

:root {
  --base-font-size: .9375rem;
  --base-font-family: -apple-system,
    BlinkMacSystemFont,
    "Inter",
    "Segoe UI",
    "Helvetica Neue",
    HelveticaNeue,
    YuGothic,
    "Yu Gothic",
    Verdana,
    Meiryo,
    sans-serif;
  --color-text: #323232;
  --color-green: #00A02B;
  --bg01: #00A02B;
  --bg-shadow: #00601A;
  --bg-hover: #00390F;
  --bg01-dark: rgba(0, 160, 43, .67
  );
  --bg01-medium: rgba(0, 160, 43, .29);
  --bg01-light: rgba(0, 160, 43, .1);
  --bg04: #C9FFD8;
  --bg05: #75CA8B;
  --bg-gray: #D9D9D9;
  --bg-gradient: linear-gradient(90deg, rgba(0, 160, 43, 1) 70%, rgba(0, 160, 43, 0) 100%);
  --fs11: .6875rem;
  --fs12: .75rem;
  --fs14: .875rem;
  --fs16: 1.07rem;
  --fs18: 1.125rem;
  --fs20: 1.25rem;
  --fs21: 1.3125rem;
  --fs22: 1.375rem;
  --fs23: 1.4375rem;
  --fs24: 1.5rem;
  --fs26: 1.625rem;
  --fs28: 1.75rem;
  --fs30: 1.875rem;
  --fs32: 2rem;
  --fs38: 2.375rem;
  --fs44: 2.75rem;
  --fs50: 3.125rem;
  --fs58: 3.625rem;
  --viewport: 1120;
  --max-viewport: 1320;
}

/* common styles */
@media print, screen and (max-width: 750px) {
  :root {
    --viewport: 375;
    --max-viewport: 750;
    --size40: calc(40 / var(--viewport) * 100vw);
    --size60: calc(60 / var(--viewport) * 100vw);
    --size80: calc(80 / var(--viewport) * 100vw);
    --size100: calc(100 / var(--viewport) * 100vw);
  }
}
@media print, screen and (min-width: 751px) {
  :root {
    --viewport-ratio: calc(var(--wrap-viewport) / var(--max-viewport));
    --size40: min(40px, calc(40 / var(--viewport) * 100vw));
    --size60: min(60px, calc(60 / var(--viewport) * 100vw));
    --size80: min(80px, calc(80 / var(--viewport) * 100vw));
    --size100: min(100px, calc(100 / var(--viewport) * 100vw));
  }
}

@media print, screen and (max-width: 750px) {
  .pc,
  .tbl {
    display: none !important;
  }
}
@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 1121px) {
  .sp {
    display: none !important;
  }
  .tbl {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
br .sp {
  display: inline;
}
@media print, screen and (min-width: 751px) {
  br .sp {
    display: none;
  }
}

body {
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-weight: 400;
  color: var(--color-text);
  background-color: white;
  line-height: 1.34;
  position: relative;
}

img {
  margin: 0;
  padding: 0;
  border-style: none;
  vertical-align: bottom;
  border: 0;
  max-width: 100%;
  height: auto;
}

h2,
h3,
p {
  line-height: 1.7;
  letter-spacing: 0.08em;
}

strong {
  font-weight: bold;
}

.wrapper {
  overflow: hidden;
}

.inner {
  display: block;
  margin: 0 auto;
  width: calc(670 / var(--max-viewport) * 100vw);
}
@media print, screen and (min-width: 751px) {
  .inner {
    max-width: 1040px;
    width: calc(100% - 70px);
    padding: 0 35px;
  }
}

a {
  text-decoration: none;
  color: var(--color-text);
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

/** button **/
.common__btn a {
  display: inline-block;
  padding: 10px 48px;
  border: 1px solid var(--bg01);
  border-radius: 18px;
  line-height: 1;
  background-color: var(--bg01);
  color: white;
  font-size: var(--fs14);
  font-weight: 600;
}
@media print, screen and (min-width: 751px) {
  .common__btn a {
    border-radius: 25px;
    font-size: var(--fs20);
  }
}
.common__btn a span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMC4yOTI4OTMgNi42NTY2NkMtMC4wOTc2MzE0IDcuMDQ3MTggLTAuMDk3NjMxNSA3LjY4MDM1IDAuMjkyODkyIDguMDcwODdMNi42NTY4NSAxNC40MzQ4QzcuMDQ3MzggMTQuODI1NCA3LjY4MDU0IDE0LjgyNTQgOC4wNzEwNyAxNC40MzQ4QzguNDYxNTkgMTQuMDQ0MyA4LjQ2MTU5IDEzLjQxMTEgOC4wNzEwNyAxMy4wMjA2TDIuNDE0MjEgNy4zNjM3N0w4LjA3MTA3IDEuNzA2OTFDOC40NjE1OSAxLjMxNjM5IDguNDYxNTkgMC42ODMyMjUgOC4wNzEwNyAwLjI5MjdDNy42ODA1NCAtMC4wOTc4MjQxIDcuMDQ3MzggLTAuMDk3ODI0MSA2LjY1Njg2IDAuMjkyN0wwLjI5Mjg5MyA2LjY1NjY2Wk0yNCA3LjM2Mzc3TDI0IDYuMzYzNzdMMSA2LjM2Mzc3TDEgNy4zNjM3N0wxIDguMzYzNzdMMjQgOC4zNjM3N0wyNCA3LjM2Mzc3WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.common__btn a:hover {
  background-color: var(--bg-hover);
  opacity: 1;
}
.common__btn a.return {
  cursor: pointer;
}
.common__btn.reverse a {
  color: var(--color-green);
  border-color: white;
  background-color: white;
}
.common__btn.reverse a span {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjMuNzA3MSA4LjA3MTEyQzI0LjA5NzYgNy42ODA1OSAyNC4wOTc2IDcuMDQ3NDMgMjMuNzA3MSA2LjY1NjlMMTcuMzQzMSAwLjI5Mjk0NEMxNi45NTI2IC0wLjA5NzU4IDE2LjMxOTUgLTAuMDk3NTggMTUuOTI4OSAwLjI5Mjk0NEMxNS41Mzg0IDAuNjgzNDY5IDE1LjUzODQgMS4zMTY2MyAxNS45Mjg5IDEuNzA3MTZMMjEuNTg1OCA3LjM2NDAxTDE1LjkyODkgMTMuMDIwOUMxNS41Mzg0IDEzLjQxMTQgMTUuNTM4NCAxNC4wNDQ2IDE1LjkyODkgMTQuNDM1MUMxNi4zMTk1IDE0LjgyNTYgMTYuOTUyNiAxNC44MjU2IDE3LjM0MzEgMTQuNDM1MUwyMy43MDcxIDguMDcxMTJaTTAgNy4zNjQwMUw4Ljc0MjI4ZS0wOCA4LjM2NDAxTDIzIDguMzY0MDFMMjMgNy4zNjQwMUwyMyA2LjM2NDAxTC04Ljc0MjI4ZS0wOCA2LjM2NDAxTDAgNy4zNjQwMVoiIGZpbGw9IiMwMEEwMkIiLz48L3N2Zz4=");
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 45px;
}
.common__btn.reverse a:hover {
  opacity: 0.7;
}

/* header */
.header {
  position: absolute;
  top: 33px;
  left: 33px;
  z-index: 10;
}
@media print, screen and (min-width: 751px) {
  .header {
    top: 47px;
    left: 36px;
  }
}
@media print, screen and (min-width: 1121px) {
  .header {
    top: 60px;
    left: 60px;
  }
}
.header .logo {
  line-height: 1;
}
.header .logo a {
  display: inline-block;
  padding: 8px 18px;
  background-color: white;
  border-radius: 22px;
}
@media print, screen and (min-width: 751px) {
  .header .logo a {
    padding: 10px 25px;
    border-radius: 29px;
  }
}
@media print, screen and (min-width: 1121px) {
  .header .logo a {
    padding: 14px 34px;
    border-radius: 39px;
  }
}
.header .logo a img {
  width: 98px;
}
@media print, screen and (min-width: 751px) {
  .header .logo a img {
    width: 132px;
  }
}
@media print, screen and (min-width: 1121px) {
  .header .logo a img {
    width: auto;
  }
}

.footer {
  background-color: var(--bg04);
}
.footer .inner {
  padding: 38px 0 59px;
}
@media print, screen and (min-width: 751px) {
  .footer .inner {
    padding: 65px 34px 35px;
  }
}
@media print, screen and (min-width: 1121px) {
  .footer .inner {
    padding: 72px 0 40px;
  }
}
.footer .inner .banner__list {
  display: flex;
  flex-direction: column;
  max-width: 310px;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  .footer .inner .banner__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 47px;
    justify-content: center;
    max-width: none;
  }
}
@media print, screen and (min-width: 1121px) {
  .footer .inner .banner__list {
    gap: 0 60px;
  }
}
.footer .inner .banner__list li {
  margin-bottom: 22px;
}
.footer .inner .banner__list li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 751px) {
  .footer .inner .banner__list li {
    margin-bottom: 24px;
    width: calc(33% - 47px);
  }
}
@media print, screen and (min-width: 1121px) {
  .footer .inner .banner__list li {
    margin-bottom: 31px;
  }
}
.footer .copy {
  text-align: center;
  color: white;
  background-color: var(--color-text);
  font-size: var(--fs12);
  padding: 20px 10vw;
  line-height: 2.3;
}
@media print, screen and (min-width: 751px) {
  .footer .copy {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 1121px) {
  .footer .copy {
    font-size: var(--fs18);
  }
}

/* common contents */
.tac {
  text-align: center;
}

.mb0 {
  margin-bottom: 0 !important;
}

.section {
  padding: 60px 0;
}
@media print, screen and (min-width: 751px) {
  .section {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 1121px) {
  .section {
    padding: 90px 0;
  }
}
.section h2 {
  text-align: center;
  color: var(--color-green);
  font-size: var(--fs32);
  font-weight: bold;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 751px) {
  .section h2 {
    font-size: var(--fs58);
  }
}
.section h2 span {
  display: block;
  font-size: var(--fs14);
}
@media print, screen and (min-width: 751px) {
  .section h2 span {
    font-size: var(--fs26);
  }
}
.section.reverse {
  background: var(--bg01);
  color: white;
}
.section.reverse h2 {
  color: white;
}

/* lower common */
.common__section {
  padding: 0 0 35px;
}
.common__section h2 {
  background-color: var(--bg-gray);
  text-align: left;
  position: relative;
  color: #696969;
  line-height: 1;
  margin-bottom: 20px;
  font-size: var(--base-font-size);
}
@media print, screen and (min-width: 751px) {
  .common__section h2 {
    font-size: var(--fs23);
  }
}
.common__section h2 span {
  background-color: white;
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 1em;
  font-size: var(--base-font-size);
  margin: -1px 0;
}
@media print, screen and (min-width: 751px) {
  .common__section h2 span {
    font-size: var(--fs23);
  }
}
.common__section h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  background-color: var(--bg01);
}
.common__section p {
  margin-bottom: 1em;
  font-size: var(--fs12);
}
@media print, screen and (min-width: 751px) {
  .common__section p {
    margin-bottom: 30px;
    font-size: var(--base-font-size);
  }
}
.common__section p.headings {
  padding: 20px 0;
  font-weight: bold;
}
@media print, screen and (min-width: 1121px) {
  .common__section p.headings {
    padding-bottom: 0;
  }
}
.common__section p.headings span {
  padding: 8px 60px;
  border: 1px solid var(--bg01);
  border-radius: 26px;
}
.common__section .sub__section {
  background-color: var(--bg01-light);
  width: calc(100% - 50px);
  padding: 25px;
}
@media print, screen and (min-width: 751px) {
  .common__section .sub__section {
    width: calc(100% - 130px);
    margin: 0 35px;
  }
}
@media print, screen and (min-width: 1121px) {
  .common__section .sub__section {
    background: none;
    margin: 0 auto;
    padding: 0;
  }
  .common__section .sub__section .wrapper {
    padding: 25px 35px;
    background-color: var(--bg01-light);
  }
}
.common__section .sub__section dl {
  padding-left: 20px;
  line-height: 1.8;
  font-size: var(--fs12);
}
@media print, screen and (min-width: 751px) {
  .common__section .sub__section dl {
    font-size: var(--base-font-size);
  }
}
.common__section .sub__section dl dt,
.common__section .sub__section dl dd {
  margin-bottom: 10px;
}
.common__section .sub__section dl dt {
  position: relative;
}
.common__section .sub__section dl dt::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0.6em;
  width: 7px;
  height: 7px;
  background-color: var(--bg05);
}
.common__section .sub__section dl dt span {
  font-weight: bold;
}
.common__section .sub__section dl dd {
  margin-top: -10px;
}

.back__btn {
  padding: 90px 0;
  text-align: center;
}

/* top */
.top__mv {
  padding: 0;
}
.top__mv figure {
  position: relative;
  z-index: 0;
}
.top__mv figure img {
  width: 100%;
}
.top__mv figure figcaption {
  position: absolute;
  top: 24vw;
  left: calc(50% - 12em);
  text-align: center;
  color: white;
  font-size: var(--fs14);
  font-weight: bold;
  line-height: 2.23;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.81);
}
@media print, screen and (min-width: 751px) {
  .top__mv figure figcaption {
    top: 18vw;
    font-size: var(--fs20);
  }
}
@media print, screen and (min-width: 1121px) {
  .top__mv figure figcaption {
    top: 15vw;
    font-size: var(--fs26);
  }
}

.top__committees {
  padding-top: 20px;
}
.top__committees .top__committees__itemlists {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 27px;
  padding: 0 5vw;
}
@media print, screen and (min-width: 751px) {
  .top__committees .top__committees__itemlists {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 36px;
    padding: 0;
  }
}
@media print, screen and (min-width: 1121px) {
  .top__committees .top__committees__itemlists {
    gap: 50px;
  }
}
@media print, screen and (min-width: 751px) {
  .top__committees .top__committees__itemlists .top__committees__item {
    width: calc(50% - 18px);
  }
}
@media print, screen and (min-width: 1121px) {
  .top__committees .top__committees__itemlists .top__committees__item {
    width: calc(50% - 25px);
  }
}
.top__committees .top__committees__itemlists .top__committees__item a {
  display: block;
  border: 3px solid var(--bg01);
  border-radius: 13px;
  box-shadow: 6px 6px var(--bg-shadow);
  padding: 20px;
}
.top__committees .top__committees__itemlists .top__committees__item a:hover {
  box-shadow: -6px -6px var(--bg-hover);
  opacity: 1;
}
.top__committees .top__committees__itemlists .top__committees__item a ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  height: 210px;
}
@media print, screen and (min-width: 1121px) {
  .top__committees .top__committees__itemlists .top__committees__item a ul {
    height: 310px;
  }
}
.top__committees .top__committees__itemlists .top__committees__item a ul li {
  font-weight: bold;
  color: var(--color-green);
  text-align: center;
}
@media print, screen and (min-width: 1121px) {
  .top__committees .top__committees__itemlists .top__committees__item a ul li {
    font-size: var(--fs24);
  }
}

@media print, screen and (min-width: 751px) {
  .top__topics h2 {
    margin-bottom: 60px;
  }
}
.top__topics dl {
  font-size: var(--fs12);
  line-height: 2.43;
  border-bottom: 1px dashed white;
  padding: 10px 0;
}
@media print, screen and (min-width: 751px) {
  .top__topics dl dt {
    font-size: var(--base-font-size);
  }
}
@media print, screen and (min-width: 751px) {
  .top__topics dl dd {
    font-size: var(--fs18);
  }
}
.top__topics dl dd a {
  color: white;
}
.top__topics .common__btn {
  text-align: center;
  padding-top: 45px;
}
@media print, screen and (min-width: 751px) {
  .top__topics .common__btn {
    text-align: right;
  }
}

@media print, screen and (min-width: 751px) {
  .top__archive .inner {
    padding: 0 75px;
    width: calc(100% - 150px);
  }
}
.top__archive .inner .archive__lists {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
}
@media print, screen and (min-width: 751px) {
  .top__archive .inner .archive__lists {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1121px) {
  .top__archive .inner .archive__lists {
    gap: 24px;
  }
}
.top__archive .inner .archive__lists li {
  width: 280px;
}
@media print, screen and (min-width: 751px) {
  .top__archive .inner .archive__lists li {
    width: calc(50% - 14px);
  }
}
@media print, screen and (min-width: 1121px) {
  .top__archive .inner .archive__lists li {
    width: calc(33% - 13px);
  }
}
.top__archive .inner .archive__lists li a {
  display: block;
  background: #d9d9d9;
  text-align: center;
  padding: 10px;
  line-height: 2.3;
  border-radius: 35px;
  width: calc(100% - 20px);
}
@media print, screen and (min-width: 751px) {
  .top__archive .inner .archive__lists li a {
    padding: 16px;
    width: calc(100% - 32px);
  }
}

/* committee */
.committees__mv {
  padding: 100px 0 40px;
}
@media print, screen and (min-width: 751px) {
  .committees__mv {
    padding: 180px 0 70px;
  }
}
@media print, screen and (min-width: 1121px) {
  .committees__mv {
    padding-top: 230px;
  }
}

.committee__section {
  margin-bottom: 38px;
}
@media print, screen and (min-width: 1121px) {
  .committee__section {
    margin-bottom: 50px;
  }
}
.committee__section h3 {
  color: white;
  font-size: var(--fs20);
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 1121px) {
  .committee__section h3 {
    font-size: var(--fs28);
  }
}
.committee__section h3 span {
  display: inline-block;
  font-size: var(--fs14);
  line-height: 2;
  border: 1px solid white;
  padding: 0 12px;
  margin-left: 12px;
  vertical-align: middle;
}
@media print, screen and (min-width: 751px) {
  .committee__section h3 span {
    font-size: var(--base-font-size);
  }
}
@media print, screen and (min-width: 1121px) {
  .committee__section .inner {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
  }
}

.committees__about,
.committees__green-digital,
.committees__conservation {
  background-color: var(--bg01-dark);
  padding: 15px 0 50px;
}
@media print, screen and (min-width: 1121px) {
  .committees__about,
  .committees__green-digital,
  .committees__conservation {
    padding-top: 50px;
  }
}
.committees__about .container,
.committees__green-digital .container,
.committees__conservation .container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}
.committees__about .container::before,
.committees__green-digital .container::before,
.committees__conservation .container::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 105px;
  bottom: 40px;
  width: 2px;
  background-color: white;
  z-index: 0;
}
@media print, screen and (min-width: 1121px) {
  .committees__about .container::before,
  .committees__green-digital .container::before,
  .committees__conservation .container::before {
    top: 120px;
  }
}
.committees__about .row,
.committees__green-digital .row,
.committees__conservation .row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.committees__about .category-circle,
.committees__green-digital .category-circle,
.committees__conservation .category-circle {
  width: 57px;
  height: 57px;
  background-color: var(--color-green);
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: var(--fs11);
  line-height: 1.2;
  flex-shrink: 0;
  text-align: center;
  margin-right: -60px;
}
@media print, screen and (min-width: 751px) {
  .committees__about .category-circle,
  .committees__green-digital .category-circle,
  .committees__conservation .category-circle {
    font-size: var(--fs12);
  }
}
@media print, screen and (min-width: 1121px) {
  .committees__about .category-circle,
  .committees__green-digital .category-circle,
  .committees__conservation .category-circle {
    width: 82px;
    height: 82px;
    margin-right: -90px;
    font-size: var(--base-font-size);
  }
}
.committees__about .item-card,
.committees__green-digital .item-card,
.committees__conservation .item-card {
  background-color: white;
  border-radius: 50px;
  padding: 8px 6px 8px 12px;
  margin-left: 80px;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: var(--color-green);
  font-size: var(--fs12);
  font-weight: bold;
  transition: transform 0.2s;
  height: 3em;
}
@media print, screen and (min-width: 751px) {
  .committees__about .item-card,
  .committees__green-digital .item-card,
  .committees__conservation .item-card {
    font-size: var(--fs14);
  }
}
@media print, screen and (min-width: 1121px) {
  .committees__about .item-card,
  .committees__green-digital .item-card,
  .committees__conservation .item-card {
    font-size: var(--fs18);
    margin-left: 120px;
    padding-left: 20px;
  }
}
.committees__about .item-card span,
.committees__green-digital .item-card span,
.committees__conservation .item-card span {
  position: relative;
  padding-left: 2em;
}
@media print, screen and (min-width: 1121px) {
  .committees__about .item-card span,
  .committees__green-digital .item-card span,
  .committees__conservation .item-card span {
    padding-left: 24px;
  }
}
.committees__about .item-card span::before,
.committees__green-digital .item-card span::before,
.committees__conservation .item-card span::before {
  position: absolute;
  left: 0;
  top: calc(50% - 18px);
  content: "●";
  font-size: var(--fs24);
}
.committees__about .item-card .arrow-btn,
.committees__green-digital .item-card .arrow-btn,
.committees__conservation .item-card .arrow-btn {
  width: 38px;
  height: 38px;
  border: 2px solid var(--color-green);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
@media print, screen and (min-width: 1121px) {
  .committees__about .item-card .arrow-btn,
  .committees__green-digital .item-card .arrow-btn,
  .committees__conservation .item-card .arrow-btn {
    width: 54px;
    height: 54px;
  }
}
.committees__about .item-card .arrow-btn::after,
.committees__green-digital .item-card .arrow-btn::after,
.committees__conservation .item-card .arrow-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 8px);
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjMuNzA3MSA4LjA3MTEyQzI0LjA5NzYgNy42ODA1OSAyNC4wOTc2IDcuMDQ3NDMgMjMuNzA3MSA2LjY1NjlMMTcuMzQzMSAwLjI5Mjk0NEMxNi45NTI2IC0wLjA5NzU4IDE2LjMxOTUgLTAuMDk3NTggMTUuOTI4OSAwLjI5Mjk0NEMxNS41Mzg0IDAuNjgzNDY5IDE1LjUzODQgMS4zMTY2MyAxNS45Mjg5IDEuNzA3MTZMMjEuNTg1OCA3LjM2NDAxTDE1LjkyODkgMTMuMDIwOUMxNS41Mzg0IDEzLjQxMTQgMTUuNTM4NCAxNC4wNDQ2IDE1LjkyODkgMTQuNDM1MUMxNi4zMTk1IDE0LjgyNTYgMTYuOTUyNiAxNC44MjU2IDE3LjM0MzEgMTQuNDM1MUwyMy43MDcxIDguMDcxMTJaTTAgNy4zNjQwMUw4Ljc0MjI4ZS0wOCA4LjM2NDAxTDIzIDguMzY0MDFMMjMgNy4zNjQwMUwyMyA2LjM2NDAxTC04Ljc0MjI4ZS0wOCA2LjM2NDAxTDAgNy4zNjQwMVoiIGZpbGw9IiMwMEEwMkIiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 1121px) {
  .committees__about .item-card .arrow-btn::after,
  .committees__green-digital .item-card .arrow-btn::after,
  .committees__conservation .item-card .arrow-btn::after {
    top: calc(50% - 7.5px);
    left: calc(50% - 12px);
    width: 24px;
  }
}
.committees__about .item-card:hover,
.committees__green-digital .item-card:hover,
.committees__conservation .item-card:hover {
  background-color: var(--bg04);
  opacity: 1;
}
.committees__about .item-card:hover .arrow-btn,
.committees__green-digital .item-card:hover .arrow-btn,
.committees__conservation .item-card:hover .arrow-btn {
  background-color: var(--bg01);
}
.committees__about .item-card:hover .arrow-btn::after,
.committees__green-digital .item-card:hover .arrow-btn::after,
.committees__conservation .item-card:hover .arrow-btn::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjMuNzA3MSA4LjA3MTEyQzI0LjA5NzYgNy42ODA1OSAyNC4wOTc2IDcuMDQ3NDMgMjMuNzA3MSA2LjY1NjlMMTcuMzQzMSAwLjI5Mjk0NEMxNi45NTI2IC0wLjA5NzU4IDE2LjMxOTUgLTAuMDk3NTggMTUuOTI4OSAwLjI5Mjk0NEMxNS41Mzg0IDAuNjgzNDY5IDE1LjUzODQgMS4zMTY2MyAxNS45Mjg5IDEuNzA3MTZMMjEuNTg1OCA3LjM2NDAxTDE1LjkyODkgMTMuMDIwOUMxNS41Mzg0IDEzLjQxMTQgMTUuNTM4NCAxNC4wNDQ2IDE1LjkyODkgMTQuNDM1MUMxNi4zMTk1IDE0LjgyNTYgMTYuOTUyNiAxNC44MjU2IDE3LjM0MzEgMTQuNDM1MUwyMy43MDcxIDguMDcxMTJaTTAgNy4zNjQwMUw4Ljc0MjI4ZS0wOCA4LjM2NDAxTDIzIDguMzY0MDFMMjMgNy4zNjQwMUwyMyA2LjM2NDAxTC04Ljc0MjI4ZS0wOCA2LjM2NDAxTDAgNy4zNjQwMVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
}
.committees__about .line-connector,
.committees__green-digital .line-connector,
.committees__conservation .line-connector {
  position: absolute;
  left: 32px;
  right: calc(100% - 120px);
  border-top: 2px dotted white;
  z-index: -1;
}
@media print, screen and (min-width: 1121px) {
  .committees__about .line-connector,
  .committees__green-digital .line-connector,
  .committees__conservation .line-connector {
    right: calc(100% - 110px);
  }
}
.committees__about .sub-row,
.committees__green-digital .sub-row,
.committees__conservation .sub-row {
  margin-left: 60px;
  display: flex;
  align-items: center;
  position: relative;
}
@media print, screen and (min-width: 1121px) {
  .committees__about .sub-row,
  .committees__green-digital .sub-row,
  .committees__conservation .sub-row {
    margin-left: 110px;
  }
}
.committees__about .sub-row .item-card,
.committees__green-digital .sub-row .item-card,
.committees__conservation .sub-row .item-card {
  margin-left: 60px;
}
@media print, screen and (min-width: 1121px) {
  .committees__about .sub-row .item-card,
  .committees__green-digital .sub-row .item-card,
  .committees__conservation .sub-row .item-card {
    margin-left: 80px;
  }
}
.committees__about .sub-line,
.committees__green-digital .sub-line,
.committees__conservation .sub-line {
  position: absolute;
  left: 40px;
  top: -20px;
  width: 50px;
  height: 45px;
  border-left: 2px dotted white;
  border-bottom: 2px dotted white;
}
@media print, screen and (min-width: 1121px) {
  .committees__about .sub-line,
  .committees__green-digital .sub-line,
  .committees__conservation .sub-line {
    width: 30px;
    height: 55px;
  }
}
.committees__about .top-item,
.committees__green-digital .top-item,
.committees__conservation .top-item {
  margin-left: 0;
  width: 100%;
}
.committees__about .top-item-card,
.committees__green-digital .top-item-card,
.committees__conservation .top-item-card {
  margin-left: 0;
}

.committees__about .container::before,
.committees__conservation .container::before {
  content: none;
}

.committees__conservation {
  margin-bottom: 0;
}

.green-digital__mv {
  padding-top: 0;
}
.green-digital__mv figure {
  position: relative;
  z-index: 0;
}
.green-digital__mv figure img {
  width: 100%;
}
.green-digital__mv figure figcaption {
  position: absolute;
  top: 28vw;
  left: calc(50% - 6.5em);
  text-align: center;
  color: white;
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.81);
}
@media print, screen and (min-width: 751px) {
  .green-digital__mv figure figcaption {
    top: 18vw;
    font-size: var(--fs38);
  }
}
@media print, screen and (min-width: 1121px) {
  .green-digital__mv figure figcaption {
    top: 13vw;
    font-size: var(--fs44);
  }
}

.green-digital__activity,
.advanced-topics__activity,
.eco-design__activity,
.ce-study__activity {
  padding-bottom: 0;
}

.advanced-topics__mv,
.eco-design__mv,
.ce-study__mv {
  padding-top: 0;
}
.advanced-topics__mv figure,
.eco-design__mv figure,
.ce-study__mv figure {
  position: relative;
  z-index: 0;
  text-align: right;
}
.advanced-topics__mv figure img,
.eco-design__mv figure img,
.ce-study__mv figure img {
  width: 77%;
}
@media print, screen and (min-width: 1121px) {
  .advanced-topics__mv figure img,
  .eco-design__mv figure img,
  .ce-study__mv figure img {
    width: 52%;
  }
  .advanced-topics__mv figure img.pc,
  .eco-design__mv figure img.pc,
  .ce-study__mv figure img.pc {
    display: inline !important;
  }
}
.advanced-topics__mv figure figcaption,
.eco-design__mv figure figcaption,
.ce-study__mv figure figcaption {
  position: absolute;
  top: 25vw;
  left: 0;
  text-align: left;
  color: white;
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 1.3;
  width: calc(100% - 70px);
  padding: 30px 35px;
  background: linear-gradient(90deg, rgb(0, 160, 43) 0%, rgba(0, 160, 43, 0.7) 70%, rgba(0, 160, 43, 0) 100%);
}
@media print, screen and (min-width: 751px) {
  .advanced-topics__mv figure figcaption,
  .eco-design__mv figure figcaption,
  .ce-study__mv figure figcaption {
    top: 22vw;
    font-size: var(--fs38);
    width: calc(100% - 160px);
    padding: 40px 80px;
  }
}
@media print, screen and (min-width: 1121px) {
  .advanced-topics__mv figure figcaption,
  .eco-design__mv figure figcaption,
  .ce-study__mv figure figcaption {
    top: 13vw;
    font-size: var(--fs44);
    background: linear-gradient(90deg, rgb(0, 160, 43) 0%, rgba(0, 160, 43, 0.7) 60%, rgba(0, 160, 43, 0) 66%);
  }
  .advanced-topics__mv figure figcaption span,
  .eco-design__mv figure figcaption span,
  .ce-study__mv figure figcaption span {
    display: block;
    max-width: 1040px;
    width: calc(100% - 70px);
    padding: 0 35px;
    margin: 0 auto;
  }
}

.data-center__mv {
  padding-top: 111px;
}
@media print, screen and (min-width: 1121px) {
  .data-center__mv {
    padding-top: 156px;
  }
}
.data-center__mv figure {
  position: relative;
  z-index: 0;
}
.data-center__mv figure img {
  width: 100%;
}
.data-center__mv figure figcaption {
  position: absolute;
  top: 9.5vw;
  left: calc(50% - 4em);
  text-align: center;
  color: white;
  font-size: var(--fs30);
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.81);
}
@media print, screen and (min-width: 751px) {
  .data-center__mv figure figcaption {
    top: 12vw;
    left: calc(50% - 7.5em);
    font-size: var(--fs38);
  }
}
@media print, screen and (min-width: 1121px) {
  .data-center__mv figure figcaption {
    top: 7vw;
    font-size: var(--fs44);
  }
}

.data-center__sub__section {
  padding: 25px 0;
}

.data-center__topics {
  padding-bottom: 0;
}

.topics__lists li {
  position: relative;
  padding-left: 20px;
  font-size: var(--fs11);
  line-height: 1.94;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 751px) {
  .topics__lists li {
    font-size: var(--base-font-size);
  }
}
.topics__lists li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  height: 12px;
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--bg05);
}
.topics__lists li a {
  text-decoration: underline;
  color: #00e;
}
.topics__lists li a:hover {
  text-decoration: none;
}

.lower__mv {
  padding: 100px 0 40px;
}
@media print, screen and (min-width: 751px) {
  .lower__mv {
    padding: 180px 0 70px;
  }
}
@media print, screen and (min-width: 1121px) {
  .lower__mv {
    padding-top: 230px;
  }
}

.section__topics {
  padding: 15px 0 50px;
}
@media print, screen and (min-width: 1121px) {
  .section__topics {
    padding-top: 50px;
  }
}
.section__topics dl {
  font-size: var(--fs12);
  line-height: 2.43;
  border-bottom: 1px dashed white;
  padding: 10px 0;
}
@media print, screen and (min-width: 751px) {
  .section__topics dl dt {
    font-size: var(--base-font-size);
  }
}
@media print, screen and (min-width: 751px) {
  .section__topics dl dd {
    font-size: var(--fs18);
  }
}
.section__topics dl dd a {
  color: white;
}/*# sourceMappingURL=styles.css.map */