@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* color */
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-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.is-sp {
  display: none !important;
}

@media (max-width: 767px) {
.is-pc {
  display: none !important;
}

br.is-sp {
  display: inline !important;
}

div.is-sp {
  display: block !important;
}

img.is-sp {
  display: inline !important;
}

.txt-narrow {
  letter-spacing: -0.03rem;
}
}

/*
@include sp($point-sp) {}
@include pc($point-pc) {}
*/
/* setting
-------------------------------------------------- */
body {
  position: relative;
  color: #010101;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

a {
  color: 0;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:visited:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}
a:active {
  color: #4184C7;
  text-decoration: underline;
}

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul,
ol {
  list-style: none;
}

.bold {
  font-weight: bold;
}

.brsponly {
  display: none;
}

@media screen and (max-width: 767px) {
  .brsponly {
    display: block;
  }
}
br.SPbr {
  display: none;
}

@media screen and (max-width: 767px) {
  br.SPbr {
    display: inline;
  }
}
br.PCbr {
  display: inline;
}

@media screen and (max-width: 767px) {
  br.PCbr {
    display: none;
  }
}
input::-webkit-input-placeholder {
  color: rgba(68, 85, 102, 0.4);
}
input::-moz-placeholder {
  color: rgba(68, 85, 102, 0.4);
}
input:-ms-input-placeholder {
  color: rgba(68, 85, 102, 0.4);
}
input::-ms-input-placeholder {
  color: rgba(68, 85, 102, 0.4);
}
input::placeholder {
  color: rgba(68, 85, 102, 0.4);
}

@media screen and (min-width: 768px) {
  .forPC {
    display: block;
  }
  .forPC.inline {
    display: inline;
  }
  .forSP {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .forSP {
    display: block;
  }
  .forSP.inline {
    display: inline;
  }
  .forPC {
    display: none;
  }
}
#wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  #wrapper {
    min-width: clamp(1000px, 100%, 1400px);
  }
}
/* fonts
-------------------------------------------------- */
/* layout
-------------------------------------------------- */
.footer {
  padding: 24px var(--padding-inline);
  height: min(56.2225475842vw, 768px);
  background-image: url("../images/bg_footer.png");
  background-size: 1400px auto;
  background-repeat: no-repeat;
  background-position: center top -20px;
  display: grid;
  -ms-flex-line-pack: end;
      align-content: end;
}

@media (max-width: 767px) {
  .footer {
    height: max(380px, 97.4358974359vw);
    background-image: url("../images/bg_footer.png");
    background-size: 616px auto;
    background-position: center top -6px;
    padding: 24px 12px 16px;
  }
}
.footer__content {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-areas: ". logo" "copyright link";
  grid-template-rows: repeat(2, auto);
  grid-template-columns: auto 1fr;
  gap: 16px;
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__content {
    grid-template-columns: 1fr auto;
    grid-template-areas: ". logo" "copyright link";
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.footer__copyright {
  grid-area: copyright;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 11px;
  }
}
.footer__logo {
  grid-area: logo;
  justify-self: self-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 168px;
}
@media (max-width: 767px) {
  .footer__logo {
    max-width: 95px;
    width: 100%;
  }
}
.footer__logo > a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__logo > a:hover, .footer__logo > a:active {
  opacity: 0.8;
}
.footer__link {
  grid-area: link;
  justify-self: self-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
}
@media (max-width: 767px) {
  .footer__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer__link a {
  color: #2F4348;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@media (max-width: 767px) {
  .footer__link a {
    font-size: 11px;
  }
}
.footer__link a:hover, .footer__link a:active {
  -webkit-text-decoration-color: #2F4348;
          text-decoration-color: #2F4348;
  opacity: 0.7;
}

.header__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(92, 155, 168, 0.8);
}
.header__content-inner {
  padding-block: min(8.78477306vw, 120px) 60px;
  padding-inline: calc(100px + var(--padding-inline));
  background-color: #F6FDFD;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .header__content-inner {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 76px;
    padding-inline: calc(var(--padding-inline) * 2);
    height: calc(100% - 177px);
  }
}
.header__content-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: min(10.7613469985vw, 147px);
  background-image: url("../images/bg_nav_bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .header__content-inner::after {
    background-image: url("../images/bg_nav_bottom_sp.png");
    height: 85px;
  }
}
.header__content-wrapper {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(435px, 1fr));
  gap: 64px min(9.0775988287vw, 124px);
  position: relative;
}
@media (max-width: 767px) {
  .header__content-wrapper {
    grid-template-columns: auto;
  }
}
.header__content-wrapper::after {
  content: "";
  display: block;
  width: min(25.4026354319vw, 302px);
  height: min(13.9092240117vw, 213px);
  background-image: url("../images/img_nav01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -24px;
  bottom: -90px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 767px) {
  .header__content-wrapper::after {
    width: 138px;
    height: 98px;
    background-image: url("../images/img_nav01.png");
    bottom: -113px;
    left: -12px;
  }
}
.header__content-nav {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 32px;
  position: relative;
  z-index: 1;
}
.header__content-nav--site::after {
  content: "";
  display: block;
  width: min(24.9633967789vw, 376px);
  height: min(23.2796486091vw, 357px);
  background-image: url("../images/img_nav02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -88px;
  bottom: 10px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .header__content-nav--site::after {
    width: 170px;
    height: 162px;
    bottom: -53px;
    right: -12px;
  }
}
.header__content-ttl--page {
  max-width: 442px;
  width: 100%;
}
@media (max-width: 767px) {
  .header__content-ttl--page {
    max-width: 326px;
  }
}
.header__content-ttl--site {
  max-width: 153px;
  -ms-flex-item-align: self-end;
      align-self: self-end;
}
@media (max-width: 767px) {
  .header__content-ttl--site {
    max-width: 100px;
  }
}
.header__link-list:not(:has(.header__link-txt--en)) {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  gap: 24px;
}
@media (max-width: 767px) {
  .header__link-list:not(:has(.header__link-txt--en)) {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px 24px;
  }
}
.header__link-list:has(.header__link-txt--en) > li:not(:last-of-type) {
  margin-bottom: 12px;
}
.header__link-item {
  color: #129DBE;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__link-item:hover, .header__link-item:active {
  text-decoration: none;
  opacity: 0.6;
}
.header__link-item [class^=icon-],
.header__link-item [class*=" icon-"] {
  color: rgba(18, 157, 190, 0.4);
}
.header__link-item:not(:has(.header__link-txt--en)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__link-item:has(.header__link-txt--en) {
  display: grid;
  grid-template-areas: "icon en-txt";
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__link-item:has(.header__link-txt--en) [class^=icon-],
.header__link-item:has(.header__link-txt--en) [class*=" icon-"] {
  -ms-flex-item-align: center;
      align-self: center;
}
.header__link-txt--en {
  grid-area: en-txt;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(24px, 2.3426061493vw, 32px);
}
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100px;
  height: 422px;
  padding: 30px 15px;
  border-radius: 0 0 8px 0;
  -webkit-box-shadow: 0 0 6px rgba(12, 105, 105, 0.1);
          box-shadow: 0 0 6px rgba(12, 105, 105, 0.1);
  background-color: #fff;
  display: grid;
  row-gap: 23px;
}
@media (max-width: 767px) {
  .header__nav {
    display: contents;
  }
}
.header__nav-btn {
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #E4E4E4;
}
@media (max-width: 767px) {
  .header__nav-btn {
    width: 48px;
    height: 48px;
    position: fixed;
    top: 14px;
    left: var(--padding-inline);
    border-radius: 8px;
    z-index: 10;
  }
}
.header__nav-icon {
  position: relative;
  width: 33px;
  height: 8px;
}
@media (max-width: 767px) {
  .header__nav-icon {
    width: 20px;
  }
}
.header__nav-icon::before, .header__nav-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2F4348;
  position: absolute;
  left: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__nav-icon::before {
  top: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.header__nav-icon::after {
  bottom: 0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.header__nav-ttl {
  width: 17px;
  height: auto;
  justify-self: center;
}
@media (max-width: 767px) {
  .header__nav-ttl {
    display: none;
  }
}
.header__logo-link {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo-link:hover, .header__logo-link:active {
  opacity: 0.7;
}

/* variable
-------------------------------------------------- */
:root {
  --padding-inline: 24px;
  --section-heading-inner: 28px;
}

@media screen and (max-width: 767px) {
  :root {
    --padding-inline: 12px;
    --section-heading-inner: 12px;
  }
}
.body__container {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #2F4348;
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 767px) {
  .body__container {
    font-size: 14px;
  }
}

/* module
-------------------------------------------------- */
.section__heading {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(48px, 5.8565153734vw, 80px);
  font-weight: 600;
  color: #249DBE;
  background-image: url("../images/icon_section_ttl.png");
  background-repeat: no-repeat;
  padding-left: var(--section-heading-inner);
  background-size: 29px 28px;
  background-position: top 8px left;
}
@media (max-width: 767px) {
  .section__heading {
    padding-top: 16px;
    background-position: top 0px left;
  }
}
.section__heading--small {
  font-size: clamp(32px, 4.39238653vw, 60px);
}
.section__heading--sub {
  font-size: clamp(26px, 2.3426061493vw, 32px);
  color: #129DBE;
  font-weight: 700;
}
.section__heading--sub2 {
  font-size: clamp(26px, 2.3426061493vw, 40px);
}

.page__link {
  color: #129DBE;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.page__link:hover, .page__link:active {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.about__section {
  max-width: 1366px;
  width: 100%;
  margin-inline: auto;
  padding: 52px 24px 0;
}
@media (max-width: 767px) {
  .about__section {
    padding: 0;
  }
}
.about__section-inner {
  background-image: url("../images/about_bg.png");
/*  background-color: rgba(255, 255, 255, 0.4);*/
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 84px 24px;
}
@media (max-width: 767px) {
  .about__section-inner {
    padding-block: 32px;
    border-radius: 8px;
  }
}
.about__section-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 157, 190, 0.52);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about__section-ttl {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px rgba(26, 132, 162, 0.4);
}
@media (max-width: 767px) {
  .about__section-ttl {
    font-size: 18px;
  }
}
.about__link-list {
  max-width: 932px;
  width: 100%;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 767px) {
  .about__link-list {
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }
}
.about__link-item {
  display: grid;
  grid-template-columns: 220px;
  place-content: center;
  background-color: #fff;
  position: relative;
  aspect-ratio: 1/1;
  row-gap: 24px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 31px 11px 11px;
}

.about__link-img {
  text-align: center;
}
.about__link-img img {
  max-width: 200px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about__link-item {
    aspect-ratio: auto;
    grid-template-columns: 90px;
    row-gap: 5px;
    border-radius: 4px;
  }
}
.about__link-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about__link-item:hover, .about__link-item:active {
  text-decoration: none;
}
.about__link-item:hover::after, .about__link-item:active::after {
  opacity: 1;
}
.about__link-item.color-blue {
  --color-about-primary: #0377AD;
  --color-about-secondary: #E2F6FF;
}
.about__link-item.color-yellow {
  --color-about-primary: #D18302;
  --color-about-secondary: #FFF3E0;
}
.about__link-item.color-red {
  --color-about-primary: #C65B5B;
  --color-about-secondary: #FFEDED;
}
.about__link-icon {
  display: grid;
  place-content: center;
  width: 103px;
  height: 103px;
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: var(--color-about-secondary);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about__link-icon {
    width: 36px;
    height: 36px;
    top: -6px;
    right: -6px;
  }
}
.about__link-icon [class^=icon-],
.about__link-icon [class*=" icon-"] {
  font-size: 18px;
  color: var(--color-about-primary);
}
@media (max-width: 767px) {
  .about__link-icon [class^=icon-],
  .about__link-icon [class*=" icon-"] {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.about__link-txt {
  text-align: center;
  color: var(--color-about-primary);
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .about__link-txt {
    font-size: 12px;
  }
}

.data__section {
  position: relative;
  padding-inline: var(--padding-inline);
  z-index: 1;
}
.data__section::before {
  content: "";
  display: block;
  width: 100%;
  height: 182px;
  background-image: url("../images/bg_data_top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: -1;
}
@media (max-width: 767px) {
  .data__section::before {
    background-image: url("../images/bg_data_top_sp.png");
    height: 94px;
  }
}
.data__section-inner {
  max-width: 1082px;
  width: 100%;
  margin-inline: auto;
}
.data__head {
  display: grid;
  grid-template-areas: "txt img";
  grid-template-columns: 1fr 0.82fr;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .data__head {
    grid-template-areas: "img" "txt";
    grid-template-columns: auto;
  }
}
.data__head-block {
  grid-area: txt;
}
.data__head-item {
  margin-top: 24px;
  padding-left: var(--section-heading-inner);
  line-height: 1.71;
}
.data__head-images {
  grid-area: img;
  display: grid;
  grid-template-columns: 1fr 0.16fr 0.57fr;
  grid-template-rows: 1fr 0.12fr 0.21fr;
  margin-top: -182px;
}
@media (max-width: 767px) {
  .data__head-images {
    grid-template-columns: 1fr 0.6fr;
    grid-template-rows: 1fr 0.09fr 0.33fr;
    position: relative;
    z-index: -1;
    margin: -158px 0 0 auto;
    max-width: 260px;
    padding-right: 12px;
  }
}
.data__head-img--first {
  grid-area: 1/1/3/3;
}
@media (max-width: 767px) {
  .data__head-img--first {
    grid-area: 1/1/3/2;
  }
}
.data__head-img--second {
  max-width: 140px;
  grid-area: 2/2/4/4;
}
@media (max-width: 767px) {
  .data__head-img--second {
    grid-area: 2/2/4/3;
  }
}
.data__action-content {
  max-width: 1000px;
  margin: 32px auto 0;
}

.data__action-row {
  background-color: #ECF9FC;
  padding: 56px 12px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .data__action-row {
    background-color: #ECF9FC;
    padding: 24px 12px;
    border-radius: 6px;
  }
}

.data__action-row + .data__action-row {
  margin-top: 16px;
}
.data__action-row p {
  line-height: 1.68;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .data__action-row p {
    line-height: 1.5;
  }
  .data__action-row p.txt-narrow {
    letter-spacing: 0;
  }
}

.data__action-inner {
  max-width: 888px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 238px;
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "ttl sdgs" "read sdgs" "list sdgs";
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 767px) {
  .data__action-inner {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "ttl" "read" "sdgs" "list";
  }
}
.data__action-ttl {
  grid-area: ttl;
  padding-bottom: 24px;
  position: relative;
}
.data__action-ttl::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #AED9E2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.data__action-read {
  grid-area: read;
  margin-top: 24px;
}
.data__action-list {
  grid-area: list;
  margin-top: 48px;
}
.data__action-list > li:not(:last-of-type) {
  margin-bottom: 24px;
}
.data__action-label {
  display: inline-block;
  padding: 2px 10px;
  max-width: 120px;
  width: 100%;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.data__action-label.color-blue {
  background-color: #40A8DE;
}
.data__action-label.color-yellow {
  background-color: #DE9C43;
}
.data__action-label.color-red {
  background-color: #DD7793;
}
.data__action-name {
  font-size: clamp(18px, 1.756954612vw, 24px);
  font-weight: 700;
  margin-bottom: 10px;
}
.data__action-sdgs {
  grid-area: sdgs;
  align-self: start;
  background-color: #D1EBF0;
  padding: 16px;
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 6px;
}
@media (max-width: 767px) {
  .data__action-sdgs {
    padding: 8px;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    gap: 4px;
    margin-top: 24px;
  }
}
.data__bottom {
  max-width: 1000px;
  width: 100%;
  margin: 56px auto 0;
  border: 3px solid #EDF7F8;
  border-radius: 16px;
  padding-block: 20px;
  padding-inline: 112px 128px;
  background-color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .data__bottom {
    padding: 20px 24px 40px;
  }
}
.data__bottom::before, .data__bottom::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.data__bottom::before {
  width: 142px;
  height: 158px;
  background-image: url("../images/img_data03.png");
  top: -90px;
  right: -15px;
}
@media (max-width: 767px) {
  .data__bottom::before {
    width: 100px;
    height: 111px;
    right: 0;
  }
}
.data__bottom::after {
  width: 111px;
  height: 134px;
  background-image: url("../images/img_data04.png");
  left: -14px;
  bottom: -40px;
}
@media (max-width: 767px) {
  .data__bottom::after {
    width: 80px;
    height: 77px;
  }
}
.data__bottom-ttl {
  font-size: clamp(18px, 1.756954612vw, 24px);
  font-weight: 700;
}
.data__bottom-list {
  margin-block: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.data__bottom-list > .data__action-label {
  margin: 0;
}
.data__bottom-txt {
  font-size: 14px;
}
@media (max-width: 767px) {
.data__bottom-txt {
  text-align: left;
}
}

.message__section {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .message__section {
    padding-top: 64px;
  }
}
.message__section-row {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: var(--padding-inline);
}
@media (max-width: 767px) {
  .message__section-row {
    gap: 24px 0;
  }
}
.message__section-row--first {
  max-width: 1366px;
  margin-inline: auto;
  grid-template-columns: 0.92fr 1fr;
  grid-template-areas: "img about";
  -webkit-column-gap: clamp(30px, 4.39238653vw, 60px);
     -moz-column-gap: clamp(30px, 4.39238653vw, 60px);
          column-gap: clamp(30px, 4.39238653vw, 60px);
  padding-bottom: 192px;
}
@media (max-width: 767px) {
  .message__section-row--first {
    grid-template-columns: auto;
    grid-template-areas: "about" "img";
    padding-bottom: 46px;
  }
}
.message__section-row--first > .message__section-about {
  justify-self: self-start;
}
@media (max-width: 767px) {
  .message__section-row--first > .message__section-about {
    justify-self: center;
  }
}
.message__section-row--second {
  background: #DEF7FE;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 247, 254)), to(rgb(232, 248, 243)));
  background: linear-gradient(180deg, rgb(222, 247, 254) 0%, rgb(232, 248, 243) 100%);
  padding-bottom: 230px;
  grid-template-columns: 1fr 0.86fr;
  grid-template-areas: "about img";
  -webkit-column-gap: clamp(30px, 5.1244509517vw, 70px);
     -moz-column-gap: clamp(30px, 5.1244509517vw, 70px);
          column-gap: clamp(30px, 5.1244509517vw, 70px);
}
.message__section-row--second::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  background-image: url("../images/bg_message_top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
@media (max-width: 767px) {
  .message__section-row--second {
    grid-template-columns: auto;
    grid-template-areas: "about" "img";
  }
}
.message__section-row--second > .message__section-img {
  margin-right: calc(var(--padding-inline) * -1);
  aspect-ratio: 611/592;
  
}
@media (max-width: 767px) {
  .message__section-row--second > .message__section-img {
    padding-left: var(--section-heading-inner);
  }
}
.message__section-row--second > .message__section-img > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 600px;
  height: fit-content;
}
.message__section-ttl {
  font-size: clamp(48px, 4.6852122987vw, 64px);
}
.message__section-about {
  grid-area: about;
  max-width: 548px;
  width: 100%;
  justify-self: self-end;
}

@media (min-width: 1360px) {
#group .message__section-img > img {
  border-radius: 16px !important;
}
}

@media (max-width: 767px) {
  .message__section-about {
    justify-self: center;
    max-width: 100%;
  }
}
.message__section-img {
  grid-area: img;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
}
.message__section-img > img {
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
.message__section-img::after {
  content: "";
  display: block;
  width: calc(100% + 34px);
  height: calc(100% + 34px);
  background-color: rgba(36, 157, 190, 0.16);
  -webkit-filter: blur(37px);
          filter: blur(37px);
  position: absolute;
  left: -34px;
/*  bottom: -34px;*/
  z-index: -1;
  max-width: 668px;
  max-height: 648px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .message__section-img {
    margin: 32px -12px 0 0;
    padding-left: 12px;
  }
  .message__section-img > img {
    border-radius: 8px 0 0 8px;
    overflow: hidden;
  }
}

.message__section-img--round > img {
  border-radius: 50%;
}
.message__section-img--round::after {
  width: calc(100% + 24px);
  left: -24px;
  border-radius: 50%;
}
.message__row-ttl {
  margin-top: 40px;
  padding-left: var(--section-heading-inner);
}
@media (max-width: 767px) {
  .message__row-ttl {
    margin-top: 12px;
  }
}
.message__detail-block {
  margin-top: 40px;
  max-width: calc(428px + var(--section-heading-inner));
  padding-inline: var(--section-heading-inner);
  line-break: loose;
}
@media (max-width: 767px) {
  .message__detail-block {
    margin-top: 32px;
    max-width: 100%;
  }
}
.message__detail-block > p {
  font-size: 16px;
  line-height: 1.68;
}
@media (max-width: 767px) {
  .message__detail-block > p {
    font-size: 14px;
  }
}
.message__detail-block > p:not(:last-of-type) {
  margin-bottom: 10px;
}
.message__signature-item {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: calc(428px + var(--section-heading-inner));
  padding-inline: var(--section-heading-inner);
}
@media (max-width: 767px) {
  .message__signature-item {
    margin-inline: auto 0;
  }
}
@media (max-width: 767px) {
  .message__signature-item:not(:has(.message__signature-img)) .message__signature-txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.message__signature-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 24px;
  font-weight: 700;
}
.message__signature-txt--small {
  font-size: 16px;
}
.message__signature-img {
  width: clamp(100px, 10.980966325vw, 150px);
  height: auto;
}

.mv__section {
  width: 100%;
  height: 100svh;
  background-image: url("../images/mv_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px auto;
  padding: 30px var(--padding-inline) 64px;
}
@media (max-width: 767px) {
  .mv__section {
    background-image: url("../images/mv_sp.png");
    background-size: cover;
    height: 500px;
    padding: 14px calc(var(--padding-inline) * 2) 32px;
  }
}
.mv__section-inner {
  height: 100%;
  display: grid;
  grid-template-areas: ". . logo" ". ttl .";
  grid-template-columns: 136px 1fr auto;
  grid-auto-rows: -webkit-fit-content;
  grid-auto-rows: fit-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .mv__section-inner {
    grid-template-areas: "logo" "ttl";
    grid-template-columns: auto;
  }
}
.mv__section-logo {
  grid-area: logo;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mv__section-logo:hover, .mv__section-logo:active {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .mv__section-logo {
    max-width: max(62px, 15.8974358974vw);
    justify-self: self-end;
  }
}
.mv__section-ttl {
  grid-area: ttl;
  align-self: self-end;
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.mv__section-ttl img {
  max-width: 820px;
}

.topics__section {
  padding: 244px var(--padding-inline) 120px;
  margin-top: -84px;
  background: #fff;
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "img detail";
  -webkit-column-gap: min(4.9048316252vw, 67px);
     -moz-column-gap: min(4.9048316252vw, 67px);
          column-gap: min(4.9048316252vw, 67px);
  grid-template-columns: 1.03fr 1fr;
}
@media (max-width: 767px) {
  .topics__section {
    padding-block: 184px 80px;
    grid-template-columns: auto;
    grid-template-areas: "detail" "img";
    gap: 40px 0;
    padding-bottom: 20px;
  }
  #topics {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.topics__detail {
  grid-area: detail;
  max-width: 464px;
  width: 100%;
}
@media (max-width: 767px) {
  .topics__detail {
    max-width: 100%;
  }
}
.topics__detail-ttl {
  margin-top: 36px;
  padding-left: var(--section-heading-inner);
  letter-spacing: 0.05em;
}
.topics__detail-block {
  margin-top: 20px;
  padding-inline: var(--section-heading-inner);
  padding-right: 0;
}
.topics__detail-block > p {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .topics__detail-block > p {
    font-size: 14px;
  }
}
.topics__detail-block > p:not(:last-of-type) {
  margin-bottom: 10px;
}
.topics__character-block {
  padding: 24px 0 24px 24px;
  border-radius: 16px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 160px;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  background-color: #E7F6FA;
  border-radius: 16px;
  margin-top: 24px;
  letter-spacing: -0.05rem;
  max-width: 440px;
  margin-left: auto;
}
.topics__character-block p span {
  display: inline-block;
}
@media (max-width: 767px) {
  .topics__character-block {
    padding: 16px 0 16px 16px;
    grid-template-columns: 1fr 150px;
    max-width: calc(100% - 24px);
    margin-inline: auto;
  }
}
.topics__character-block > p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .topics__character-block > p {
    font-size: 14px;
  }
}
.topics__character-img {
  position: relative;
}
.topics__character-img > img {
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topics__images {
  grid-area: img;
  margin-left: calc(var(--padding-inline) * -1);
}
.topics__images img {
  max-width: 650px;
}
@media (min-width: 1360px) {
.topics__images img {
  margin-left: auto;
  border-radius: 16px;
}
}
@media (max-width: 767px) {
  .topics__images {
    padding-right: var(--section-heading-inner);
    margin-top: 20px;
  }
}
.topics__images-item + .topics__images-item {
  margin-top: 30px;
}
.topics__images-item--character {
  max-width: 260px;
  margin-inline: auto 0;
}

/* state
-------------------------------------------------- */
body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__content.is-visible {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.header__nav-btn.is-active .header__nav-icon::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__nav-btn.is-active .header__nav-icon::after {
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}

.animation__fade-in {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.animation__fade-in.is-animation {
  opacity: 1;
}
.animation__fade-in--left {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.animation__fade-in--left.is-animation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.animation__fade-in--right {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.animation__fade-in--right.is-animation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.animation__fade-in--bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.animation__fade-in--bottom.is-animation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.animation__fade-in--delay1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.animation__fade-in--delay2 {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

@media (max-width: 767px) {
  .about__section-inner.animation__fade-in {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}

