@charset "UTF-8";
/* CSS Remedy */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
}

picture {
  display: contents;
}

source {
  display: none;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 580px) {
  html {
    font-size: 3.7931034483vw;
  }
}

body {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4B4B4B;
  background-color: #fff;
  position: relative;
  min-width: 1100px;
  background-color: #004BA0;
}
@media screen and (max-width: 580px) {
  body {
    min-width: unset;
  }
}

h1 {
  font-size: 3.2rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2rem;
}

a {
  color: #00A0E9;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

.content {
  max-width: 800px;
  margin: auto;
}

header {
  position: fixed;
  color: #ffffff;
  width: 100%;
  z-index: 1000;
  min-width: 1100px;
  backdrop-filter: blur(10px);
  transition: backdrop-filter 0.25s ease-out;
}
header.open {
  backdrop-filter: blur(10px) brightness(90%);
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 580px) {
  header {
    min-width: unset;
  }
}
header .header-inner {
  height: 70px;
  padding: 0 30px;
  margin: auto;
  display: grid;
  grid-template-columns: 180px auto;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 580px) {
  header .header-inner {
    height: 45px;
    padding: 0 0 0 8px;
  }
}
header .logo a img {
  width: 153px;
}
@media screen and (max-width: 580px) {
  header .logo a img {
    width: unset;
    height: 24px;
  }
}
header .menu {
  display: flex;
  flex-direction: row;
}
header .menu ul.l1 {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0 0 0 1em;
}
header .menu ul.l1 > li {
  margin-left: 1em;
}
header .menu ul.l1 li.sub-menu-outer {
  position: relative;
}
header .menu ul.l1 li.sub-menu-outer .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1001;
  padding: 10px 0;
  border-radius: 1px;
  list-style: none;
  margin: 0;
}
header .menu ul.l1 li.sub-menu-outer .sub-menu li {
  padding: 0;
  margin: 0;
}
header .menu ul.l1 li.sub-menu-outer .sub-menu li a {
  display: block;
  padding: 8px 15px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
header .menu ul.l1 li.sub-menu-outer .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: underline;
}
header .menu ul.l1 li.sub-menu-outer:hover .sub-menu {
  display: block;
}
@media screen and (max-width: 580px) {
  header .menu ul.l1 {
    display: none;
  }
}
header .menu ul.l1 li a {
  display: block;
  padding: 0 0.5em;
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #ffffff;
  text-decoration: none;
}
header .menu ul.l1 li a:hover {
  text-decoration: underline;
}
header .menu ul.l1 li a .color0 {
  color: #05CBD3;
}
header .menu ul.l1 li.contact-btn a {
  color: #fff;
  background-color: #05CBD3;
  padding: 0.25em 1em;
  border-radius: 100vh;
  font-size: 16px;
  margin-left: 2em;
}
header .menu ul.l1 li.contact-btn a:hover {
  background-color: #004BA0;
}
header .menu .hum-menu {
  display: grid;
  align-items: center;
  justify-items: center;
  margin-left: 12px;
}
header .menu .hum-menu img {
  width: 35px;
}
header .menu .hum-menu .menu-btn {
  cursor: pointer;
}
header .menu .hum-menu .menu-btn-close {
  display: none;
  filter: invert(100%);
}
@media screen and (max-width: 580px) {
  header .menu .hum-menu {
    height: 45px;
    width: 45px;
    color: #fff;
  }
}
header .content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-memu {
  visibility: hidden;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 70px;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 1em;
  backdrop-filter: blur(10px) brightness(100%);
  -webkit-backdrop-filter: blur(10px) brightness(100%);
  color: #ffffff;
}
@media screen and (max-width: 580px) {
  .main-memu {
    top: 44px;
    height: 100%;
    padding-bottom: 4em;
  }
}
.main-memu .main-menu-inner {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-flow: dense;
  gap: 1em;
}
.main-memu .main-menu-inner h3.title {
  font-size: 20px;
}
.main-memu .main-menu-inner .m-title {
  order: 1;
  display: grid;
}
.main-memu .main-menu-inner .m-title img {
  width: 300px;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .main-memu .main-menu-inner .m-title {
    display: none;
  }
}
.main-memu .main-menu-inner .links {
  padding: 0;
  display: grid;
  order: 2;
  grid-template-columns: repeat(1, 1fr);
}
.main-memu .main-menu-inner .links.link-cus {
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
}
.main-memu .main-menu-inner .links li {
  list-style: none;
  margin-bottom: 0.25em;
}
.main-memu .main-menu-inner .links li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.main-memu .main-menu-inner .links li a:hover {
  text-decoration: underline;
}
.main-memu .main-menu-inner .links li.title {
  grid-column: span 2;
  font-weight: 600;
}
.main-memu .main-menu-inner .links li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 580px) {
  .main-memu .main-menu-inner .links {
    grid-template-columns: repeat(1, 1fr);
    font-size: 1.4rem;
  }
  .main-memu .main-menu-inner .links.link-cus {
    grid-auto-flow: row;
  }
  .main-memu .main-menu-inner .links li {
    list-style: none;
    margin-bottom: 0.25em;
  }
  .main-memu .main-menu-inner .links li a {
    font-size: 18px;
  }
  .main-memu .main-menu-inner .links li.title {
    grid-column: span 1;
    font-weight: 600;
  }
  .main-memu .main-menu-inner .links li::before {
    width: 0.5em;
    height: 0.5em;
  }
}
.main-memu .main-menu-inner .title {
  grid-column: span 2;
  margin: 0;
}
@media screen and (max-width: 580px) {
  .main-memu .main-menu-inner {
    grid-template-columns: repeat(1, auto);
    gap: 0;
  }
  .main-memu .main-menu-inner .title {
    grid-column: span 1;
  }
}

.top section.splash {
  position: relative;
  z-index: 100;
  color: #fff;
  background-image: url("../img/top/top-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 1100px;
  font-size: 30px;
}
@media screen and (max-width: 580px) {
  .top section.splash {
    padding-bottom: 100px;
  }
}
.top section.splash #scrollIndicator {
  position: fixed;
  top: 0;
  left: -1px;
  width: 4px;
  height: 0;
  background-color: #ffffff;
  z-index: 9999;
}
.top section.splash .splash-inner {
  max-width: 1100px;
  margin: auto;
}
.top section.splash .splash-title {
  position: fixed;
  width: 1100px;
  margin: auto;
  z-index: 100;
}
.top section.splash .splash-title .splash-title-inner {
  height: calc(100vh - 0px);
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.top section.splash .splash-title h1 {
  width: 476px;
  margin: 0;
}
.top section.splash .splash-title h1 span {
  font-size: 6rem;
}
@media screen and (max-width: 580px) {
  .top section.splash .splash-title {
    grid-template-columns: 1fr;
    gap: 16px;
    position: relative;
    width: 100%;
  }
  .top section.splash .splash-title .splash-title-inner {
    height: calc(100vh - 0px);
    width: 100%;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(1, 1fr);
  }
  .top section.splash .splash-title h1 {
    width: 90%;
    margin: 0;
  }
  .top section.splash .splash-title h1 span {
    font-size: 6rem;
  }
  .top section.splash .splash-title .s-title-spacer {
    display: none;
  }
}
.top section.splash .scene00 {
  height: 100vh;
  display: grid;
  place-items: center;
}
.top section.splash .scene00 .scene-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: auto;
  align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 580px) {
  .top section.splash .scene00 .scene-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.top section.splash .scene00 .scene-inner .line-mask {
  overflow: hidden;
  line-height: 1.6;
}
.top section.splash .scene00 .scene-inner .line-mask.line-mask-mb {
  margin-bottom: 1em;
}
.top section.splash .scene00 .scene-inner .line-content {
  margin: 0;
  white-space: nowrap;
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 580px) {
  .top section.splash .scene00 {
    height: auto;
  }
  .top section.splash .scene00 .scene-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 200px 12px;
    font-size: 22px;
    text-align: center;
    line-height: 1.92;
  }
  .top section.splash .scene00 .scene-inner .line-mask.line-mask-mb {
    margin-bottom: 2em;
  }
}
.top section.splash .scene-common-outer {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 580px) {
  .top section.splash .scene-common-outer {
    height: auto;
    padding-left: 45px;
    padding-right: 45px;
  }
}
.top section.splash .scene-common {
  width: 100%;
  height: 50vh;
  min-height: 550px;
  background-position: center center;
  background-size: cover;
  border-radius: 30px;
  display: grid;
  place-items: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.78;
}
.top section.splash .scene-common .scene-inner {
  width: 50%;
  margin-left: 50%;
  padding: 1em;
}
.top section.splash .scene-common.scene04 .scene-inner .text {
  padding-left: 3.5em;
}
@media screen and (max-width: 580px) {
  .top section.splash .scene-common {
    height: 500px;
    align-items: end;
    margin-bottom: 60px;
  }
  .top section.splash .scene-common .scene-inner {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.875;
    padding: 1.5em;
  }
  .top section.splash .scene-common.scene04 .scene-inner .text {
    padding-left: 0;
  }
}
.top section.splash .scene01 {
  background-image: url("../img/top/scene01.png");
  z-index: 1;
}
.top section.splash .scene02 {
  background-image: url("../img/top/scene02.png");
  z-index: 2;
}
.top section.splash .scene03 {
  background-image: url("../img/top/scene03.png");
  z-index: 3;
}
.top section.splash .scene04 {
  background-image: url("../img/top/scene04.png");
  z-index: 4;
}
.top section.splash .scene04 .text {
  font-size: 26px;
}
@media screen and (max-width: 580px) {
  .top section.splash .scene01 {
    background-image: url("../img/top/scene01-sp.png");
  }
  .top section.splash .scene02 {
    background-image: url("../img/top/scene02-sp.png");
  }
  .top section.splash .scene03 {
    background-image: url("../img/top/scene03-sp.png");
  }
  .top section.splash .scene04 {
    background-image: url("../img/top/scene04-sp.png");
  }
  .top section.splash .scene04 .text {
    font-size: 20px;
  }
}
.top section.splash .splash-cloud {
  position: fixed;
  bottom: 0%;
  width: 60dvw;
  z-index: 100;
}
@media screen and (max-width: 580px) {
  .top section.splash .splash-cloud {
    width: 50dvw;
  }
}
.top section.splash .splash-cloud.splash-cloud-left {
  left: -20%;
  bottom: -25%;
  height: 50vh;
  background-color: rgba(5, 203, 211, 0.3);
  backdrop-filter: blur(5px) brightness(150%);
  -webkit-backdrop-filter: blur(5px) brightness(150%);
  mask-image: url("../img/top/cloud1.svg");
  mask-repeat: no-repeat;
  mask-position: top left;
  mask-size: 100% 100%;
  animation: float-rotate 6s ease-in-out infinite alternate;
}
.top section.splash .splash-cloud.splash-cloud-left-bg {
  position: fixed;
  left: -20%;
  bottom: -25%;
  height: 50vh;
  background-image: url("../img/top/cloud1-back.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  filter: opacity(0.3);
}
.top section.splash .splash-cloud.splash-cloud-right {
  right: -19%;
  bottom: -55%;
  height: 100vh;
  background-color: rgba(5, 203, 211, 0.3);
  backdrop-filter: blur(5px) brightness(150%);
  -webkit-backdrop-filter: blur(5px) brightness(150%);
  mask-image: url("../img/top/cloud2.svg");
  mask-repeat: no-repeat;
  mask-position: top right;
  mask-size: 100% 100%;
  animation: float-rotate 8s ease-in-out infinite alternate;
}
.top section.splash .splash-cloud.splash-cloud-right-bg {
  position: fixed;
  right: -20%;
  bottom: -55%;
  height: 100vh;
  background-image: url("../img/top/cloud2-back.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  filter: opacity(0.3);
}
.top section.splash .splash-cloud .loud-inner {
  position: relative;
}
.top section.splash .scroll-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.top section.splash .scroll-icon img {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 580px) {
  .top section.splash .scroll-icon {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .top section.splash .splash-inner {
    background-image: url("../img/top/splash_bg_sp.webp");
    background-position: top center;
    background-size: cover;
  }
  .top section.splash h1 {
    top: 10%;
    left: 5%;
    font-size: 1.6rem;
  }
  .top section.splash h1 span {
    font-size: 2.9rem;
  }
}

.top .l2-title {
  margin: 1em 0;
  color: #fff;
}
.top .l2-title .l2-title-en {
  font-size: 60px;
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.top .l2-title .l2-title-sub {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 580px) {
  .top .l2-title .l2-title-en {
    font-size: 42px;
  }
  .top .l2-title .l2-title-sub {
    font-size: 13px;
  }
}

.top .sec-common {
  margin-bottom: 400px;
}
@media screen and (max-width: 580px) {
  .top .sec-common {
    margin-bottom: 140px;
  }
}

.top .sec-action {
  padding: 200px 0 0 0;
}
.top .sec-action .sec-action-inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 1em;
  color: #ffffff;
}
.top .sec-action .sec-action-inner .action-read {
  text-align: justify;
  padding: 2em 0 3em;
  font-size: 24px;
}
@media screen and (max-width: 580px) {
  .top .sec-action .sec-action-inner {
    padding: 0 45px;
  }
  .top .sec-action .sec-action-inner .action-read {
    padding: 2em 0 3em;
    font-size: 18px;
  }
}
.top .sec-action .action-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
}
@media screen and (max-width: 580px) {
  .top .sec-action .action-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 90px;
  }
}
.top .sec-action .action-list .action-item {
  position: relative;
  text-align: center;
  font-size: 16px;
}
.top .sec-action .action-list .action-item:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -56px;
  top: 84px;
  width: 40px;
  height: 40px;
  background-image: url("../img/top/act-lii-plus.png");
  background-size: contain;
}
.top .sec-action .action-list .action-item .ill {
  height: 272px;
  margin: auto;
}
.top .sec-action .action-list .action-item .s-title-en {
  font-size: 20px;
  color: #05CBD3;
  font-weight: 800;
  height: 3em;
  line-height: 1.5;
  padding-top: 0.5em;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.top .sec-action .action-list .action-item .s-title-en.s-title-en2 {
  padding-top: 0em;
}
.top .sec-action .action-list .action-item .s-title {
  font-size: 24px;
  font-weight: 600;
}
.top .sec-action .action-list .action-item p {
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 580px) {
  .top .sec-action .action-list .action-item .ill {
    height: 200px;
  }
  .top .sec-action .action-list .action-item:nth-child(1)::after {
    display: none;
  }
  .top .sec-action .action-list .action-item:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    width: 30px;
    height: 30px;
    background-image: url("../img/top/act-lii-plus.png");
    background-size: contain;
  }
  .top .sec-action .action-list .action-item .s-title-en {
    font-size: 14px;
    height: auto;
  }
  .top .sec-action .action-list .action-item .s-title {
    font-size: 20px;
  }
}
.top .sec-action .action-bnrs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 64px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 580px) {
  .top .sec-action .action-bnrs {
    grid-template-columns: repeat(1, 1fr);
    gap: 96px;
  }
}
.top .sec-action .action-bnrs .action-bnr-item a {
  display: block;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.top .sec-action .action-bnrs .action-bnr-item a:hover {
  transform: scale(1.01);
}
.top .sec-action .action-bnrs .action-bnr-item img {
  border-radius: 16px;
  width: 100%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.top .sec-project .sec-project-inner {
  position: relative;
  width: 100%;
  background-color: #336fb3;
  color: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  padding-top: 200px;
}
@media screen and (max-width: 580px) {
  .top .sec-project .sec-project-inner {
    padding-top: 100px;
  }
}
.top .sec-project .sec-project-inner .project-title {
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
}
.top .sec-project .sec-project-inner .project-title h2 {
  padding: 2em 0;
  color: #05CBD3;
  font-size: 23px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  padding: 0;
}
@media screen and (max-width: 580px) {
  .top .sec-project .sec-project-inner .project-title h2 {
    font-size: 20px;
  }
}
.top .sec-project .sec-project-inner .project-read {
  text-align: center;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 600;
}
.top .sec-project .sec-project-inner .project-read p:nth-child(1) {
  font-size: 22px;
  margin-bottom: 0;
}
.top .sec-project .sec-project-inner .project-read p:nth-child(2) {
  font-size: 30px;
}
@media screen and (max-width: 580px) {
  .top .sec-project .sec-project-inner .project-read p:nth-child(1) {
    font-size: 18px;
  }
  .top .sec-project .sec-project-inner .project-read p:nth-child(2) {
    font-size: 24px;
  }
}
.top .sec-project .sec-project-inner .project-bg {
  position: absolute;
  top: 0;
  z-index: 0;
  margin: 50px auto;
  left: calc(50% - 500px);
  animation: 120s linear infinite rotation;
}
.top .sec-project .sec-project-inner .project-bg img {
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .top .sec-project .sec-project-inner .project-bg {
    left: calc(50% - 75vw);
    width: 150%;
  }
  .top .sec-project .sec-project-inner .project-bg img {
    width: 150%;
  }
}
.top .sec-project .sec-project-inner .project-list {
  position: relative;
  z-index: 10;
}
.top .sec-project .sec-project-inner .project-list .project-item-img {
  margin: auto;
}
.top .sec-project .sec-project-inner .project-list .project-item-detail {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 700px 330px;
  justify-content: space-between;
  margin: 5em auto;
  text-align: justify;
}
.top .sec-project .sec-project-inner .project-list .project-item-detail-left .project-item-detail-title {
  margin-top: 0;
  font-size: 30px;
}
.top .sec-project .sec-project-inner .project-list .project-item-detail-right {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45px, 95px));
  height: 95px;
  gap: 10px;
}
@media screen and (max-width: 580px) {
  .top .sec-project .sec-project-inner .project-list .project-item-detail {
    grid-template-columns: 1fr;
    margin: 5em auto;
    padding: 0 45px;
    font-size: 16px;
  }
  .top .sec-project .sec-project-inner .project-list .project-item-detail-left .project-item-detail-title {
    margin-top: 0;
    font-size: 20px;
  }
  .top .sec-project .sec-project-inner .project-list .project-item-detail-right {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 95px;
    gap: 10px;
  }
}
.top .sec-project .sec-project-inner .common-btn {
  text-align: center;
  margin: 1em 0;
  width: 316px;
  padding: 0.5em 1.5em;
  display: grid;
  align-items: center;
  background-color: #092F5C;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.top .sec-project .sec-project-inner .common-btn.common-btn-icon {
  grid-template-columns: auto 1fr;
}
.top .sec-project .sec-project-inner .common-btn.common-btn-icon .icon img {
  height: 1.8em;
}
.top .sec-project .sec-project-inner .common-btn.common-btn-rv {
  border: 1px solid #fff;
  background-color: transparent;
}
.top .sec-project .sec-project-inner .common-btn:hover {
  background-color: #4CBDEF;
  color: #fff;
}
@media screen and (max-width: 580px) {
  .top .sec-project .sec-project-inner .common-btn {
    width: 100%;
    font-size: 16px;
    padding: 1em 1.5em;
  }
}

.bg-warpper {
  position: relative;
  z-index: 1; /* コンテンツが背景より手前に来るように設定 */
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: transparent;
  /* 実際に画像を持ち、拡大する要素 */
  /* アクティブなスライド内の画像を拡大 */
}
.bg-warpper .fixed-menu {
  position: fixed;
  top: 100px;
  left: 45px;
}
.bg-warpper .bg-slider {
  position: fixed; /* ビューポートに固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* コンテンツの背後に配置 */
}
.bg-warpper .bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden; /* 拡大された画像を隠す */
}
.bg-warpper .bg-slide.is-active {
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* フェードの時間 */
}
.bg-warpper .bg-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  /* background-attachment: fixed; は使わない */
  transform: scale(1); /* 初期状態は元のサイズ */
  transition: transform 7s linear; /* 拡大アニメーション */
}
.bg-warpper .bg-slide.is-active .bg-image-inner {
  transform: scale(1.05); /* アクティブ時に少し拡大 */
}
.bg-warpper .fixed-menu {
  z-index: 0;
}
.bg-warpper .fixed-menu .logo {
  width: 220px;
}
.bg-warpper .fixed-menu .menu ul {
  list-style-type: none;
}
.bg-warpper .fixed-menu .menu li {
  margin-bottom: 0.5em;
}
.bg-warpper .fixed-menu .menu a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.bg-warpper .fixed-menu .menu a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .bg-warpper .fixed-menu {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .bg-warpper {
    padding-top: 45px;
  }
}
.area-narrow {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.area-narrow .isec-title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 262px auto;
  place-items: center;
  padding: 4em 20px;
  align-content: space-between;
  background-color: rgba(235, 235, 235, 0.5);
  backdrop-filter: blur(25px) brightness(130%);
  -webkit-backdrop-filter: blur(25px) brightness(130%);
  /* Chromeでbackdrop-filterを正しくレンダリングさせるためのハック */
  transform: translateZ(0);
}
.area-narrow .isec-title .ruby-txt {
  color: #05CBD3;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}
.area-narrow .isec-title h1 img {
  max-width: 320px;
}
.area-narrow .isec-title h1 img.eco-logo {
  max-width: 186px;
}
.area-narrow .isec-title h1 img.myao-logo {
  max-width: 216px;
}
.area-narrow .isec-title .read {
  font-size: 1.5rem;
  color: #596777;
  text-align: center;
  letter-spacing: 0.005em;
  line-height: 1.6666666667;
  margin-bottom: 0;
}
.area-narrow .isec-main {
  background-color: #f5f5f5;
}
.area-narrow .isec-main .common-block {
  padding: 65px;
}
@media screen and (max-width: 580px) {
  .area-narrow .isec-main .common-block {
    padding: 45px;
  }
}
.area-narrow .isec-main .common-block::after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 2px solid #ffffff;
  margin: 5em auto 0 auto;
}
.area-narrow .isec-main .common-block.common-block-wobl::after {
  display: none;
}
.area-narrow .isec-main .common-block-title-en {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 0 0 1.5em 0;
  color: #05CBD3;
}
.area-narrow .isec-main .common-block-title-sub {
  font-size: 1.75rem;
  line-height: 1.6428571429;
  color: #092F5C;
}
.area-narrow .isec-main .common-block-main-text {
  font-size: 1.125rem;
  color: #596777;
  text-align: justify;
  line-height: 2;
}
.area-narrow .isec-main .common-block-main-text.common-block-main-text-summary {
  font-size: 1.25rem;
  color: #092F5C;
}
.area-narrow .isec-main .common-block-main-text .img-wrap {
  text-align: center;
  padding: 1em 0;
  font-size: 0.875rem;
}
.area-narrow .isec-main .common-block-main-text .img-wrap img {
  margin: auto;
}
.area-narrow .isec-main .ninsho-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #596777;
}
.area-narrow .isec-main .ninsho-img {
  max-width: 378px;
  width: 100%;
  margin: auto;
}
.area-narrow .isec-main .common-block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.area-narrow .isec-main .common-block-grid .item {
  font-size: 14px;
}
.area-narrow .isec-main .common-block-sdgs {
  background-color: #ffffff;
  --sdgs-margin: 25px;
  margin-left: calc(-1 * var(--sdgs-margin));
  margin-right: calc(-1 * var(--sdgs-margin));
  padding: calc(var(--sdgs-margin) * 2) var(--sdgs-margin);
  border-radius: 12px;
  box-shadow: 30px 30px 50px rgba(0, 0, 0, 0.16);
}
.area-narrow .isec-main .common-block-sdgs-items {
  display: grid;
  grid-template-columns: 95px auto;
  gap: var(--sdgs-margin);
}
@media screen and (max-width: 580px) {
  .area-narrow .isec-main .common-block-sdgs-items {
    grid-template-columns: 1fr;
  }
}
.area-narrow .isec-main .common-block-sdgs-item-img {
  margin: 0 auto;
  max-width: 95px;
}
.area-narrow .isec-main .common-block-sdgs-item-body-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #092F5C;
  line-height: 1.25;
  margin-bottom: 0.35em;
}
.area-narrow .isec-main .common-block-sdgs-item-body-text {
  font-size: 0.875rem;
  color: #596777;
  text-align: justify;
}
.area-narrow .isec-main .common-block-wn {
  border: 5px solid #ffffff;
  --local-margin: 25px;
  margin-left: calc(-1 * var(--local-margin));
  margin-right: calc(-1 * var(--local-margin));
  padding: calc(var(--local-margin) * 2);
}
@media screen and (max-width: 580px) {
  .area-narrow .isec-main .common-block-wn {
    padding: calc(var(--local-margin) * 2) var(--local-margin);
  }
}
.area-narrow .isec-main .common-block-wn .wn {
  color: #ffffff;
  font-size: 70px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  line-height: 1.05;
  margin-bottom: 0.5em;
}
.area-narrow .isec-main .btns {
  margin: 5em 0;
}
.area-narrow .isec-main .btns .pic {
  max-width: 200px;
  margin: auto;
}
.area-narrow .isec-main .btns .common-btn {
  margin-bottom: 5em;
}
.area-narrow .isec-main .note {
  font-size: 12px;
}
.area-narrow .isec-main .common-btn {
  text-align: center;
  margin: 1em auto;
  width: 100%;
  padding: 0.75em 1.5em;
  display: grid;
  align-items: center;
  background-color: #596777;
  color: #fff;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.area-narrow .isec-main .common-btn.common-btn-icon {
  grid-template-columns: auto 1fr;
}
.area-narrow .isec-main .common-btn.common-btn-icon .icon img {
  height: 1.8em;
  filter: brightness(0);
}
.area-narrow .isec-main .common-btn.common-btn-icon-right {
  grid-template-columns: 1fr auto;
}
.area-narrow .isec-main .common-btn.common-btn-acc {
  margin: 3em auto;
  font-size: 20px;
  padding: 1em 1.5em;
}
.area-narrow .isec-main .common-btn.common-btn-rv {
  border: 1px solid #596777;
  background-color: transparent;
  color: #596777;
}
.area-narrow .isec-main .common-btn:hover {
  background-color: #004BA0;
  color: #fff;
}
@media screen and (max-width: 580px) {
  .area-narrow .isec-main .common-btn {
    width: 100%;
    font-size: 14px;
    padding: 1em 1.5em;
  }
}
.area-narrow .isec-main .common-block.btm-links {
  background-color: #596777;
}
.area-narrow .isec-main .common-block.btm-links .btm-links-title {
  margin: 0 auto 1em auto;
  font-size: 37/16rem;
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #05CBD3;
  text-align: center;
}
.area-narrow .isec-main .common-block.btm-links .links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.area-narrow .isec-main .common-block.btm-links .links p {
  color: #ffffff;
  font-size: 16px;
}
.area-narrow .isec-main .common-block.btm-bridge {
  padding: 5em 0;
}
.area-narrow .isec-main .common-block.btm-bridge img {
  width: 220px;
  margin: auto;
}

.sec-common.sec-contact {
  padding: 100px 0;
  margin-bottom: 0;
  color: #ffffff;
  background-image: url("../img/common/contact-bg.jpg");
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
  position: relative;
}
.sec-common.sec-contact .sec-contact-inner {
  max-width: 1100px;
  margin: auto;
  padding: 0 1em;
}
@media screen and (max-width: 580px) {
  .sec-common.sec-contact .sec-contact-inner {
    padding: 0 45px;
  }
}
.sec-common.sec-contact .sec-contact-inner h2 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 0;
  line-height: 1.25;
}
@media screen and (max-width: 580px) {
  .sec-common.sec-contact .sec-contact-inner h2 {
    font-size: 42px;
  }
}
.sec-common.sec-contact .sec-contact-inner p {
  font-size: 18px;
  margin-bottom: 2em;
}
.sec-common.sec-contact .sec-contact-inner p.tel {
  font-size: 54px;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 0;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.sec-common.sec-contact .sec-contact-inner p.contact-detail {
  font-size: 14px;
}
@media screen and (max-width: 580px) {
  .sec-common.sec-contact .sec-contact-inner p {
    font-size: 13px;
  }
  .sec-common.sec-contact .sec-contact-inner p.tel {
    font-size: 38px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    margin: 0;
    letter-spacing: 0.05em;
  }
  .sec-common.sec-contact .sec-contact-inner p.contact-detail {
    font-size: 12px;
  }
}
.sec-common.sec-contact .sec-contact-inner .contact-btn {
  text-align: center;
  margin: 2em 0;
  width: 440px;
  padding: 0.25em 0.25em;
  display: grid;
  align-items: center;
  border: 3px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 100vh;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.sec-common.sec-contact .sec-contact-inner .contact-btn span {
  font-size: 14px;
}
.sec-common.sec-contact .sec-contact-inner .contact-btn:hover {
  background-color: #004BA0;
  color: #fff;
}
@media screen and (max-width: 580px) {
  .sec-common.sec-contact .sec-contact-inner .contact-btn {
    width: 100%;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

footer {
  position: relative;
  z-index: 100;
  color: #ffffff;
  background-color: #004BA0;
}
footer .links {
  padding: 2em 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
footer .links.link-cus {
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
}
footer .links li {
  list-style: none;
  margin-bottom: 0.25em;
}
footer .links li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
footer .links li a:hover {
  text-decoration: underline;
}
footer .links li.title {
  grid-column: span 2;
  font-weight: 600;
}
@media screen and (max-width: 580px) {
  footer .links {
    grid-template-columns: repeat(1, 1fr);
    font-size: 1.4rem;
  }
  footer .links.link-cus {
    grid-auto-flow: row;
  }
  footer .links li {
    list-style: none;
    margin-bottom: 0.75em;
  }
  footer .links li a {
    font-size: 16px;
  }
  footer .links li.title {
    grid-column: span 1;
    font-weight: 600;
  }
}
footer .links li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .site-map-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 580px) {
  footer .site-map-title {
    margin-bottom: 0;
  }
}
footer .links-main {
  padding-bottom: 2em;
}
footer .page-footer {
  max-width: 1100px;
  margin: auto;
}
footer .site-footer {
  margin: 0 auto 0 auto;
}
footer .site-footer .site-footer-inner {
  max-width: 1100px;
  margin: auto;
  padding: 3em 0;
  display: grid;
  grid-template-columns: 1fr 370px;
  grid-template-rows: auto auto;
  gap: 32px;
  align-items: center;
}
footer .site-footer .site-footer-inner .logo {
  grid-column: 1/span 2;
  width: 180px;
}
@media screen and (max-width: 580px) {
  footer .site-footer .site-footer-inner {
    padding: 2em 45px 2em 45px;
    display: block;
  }
  footer .site-footer .site-footer-inner .logo {
    margin: 0 auto 2em auto;
  }
}
footer .site-footer .links {
  padding-top: 0;
  padding-bottom: 0;
}
footer .site-footer .links li {
  margin-bottom: 0.5em;
}
footer .site-footer .links li.title {
  grid-column: span 2;
  font-weight: 600;
}
footer .site-footer .links li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='$text-color' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
footer .site-footer .site-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media screen and (max-width: 580px) {
  footer .site-footer .site-map {
    grid-template-columns: 1fr;
    gap: 0.5em;
    margin-bottom: 3em;
  }
}
footer .site-footer .address {
  padding-left: 1em;
  display: grid;
  align-content: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
footer .site-footer .address p {
  margin-bottom: 0.25em;
}
footer .site-footer .address p.title {
  font-size: 1.8rem;
  font-weight: 800;
}
footer .site-footer .address p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  footer .site-footer .address {
    border-left: none;
    font-size: 1.4px;
    padding-bottom: 3em;
  }
  footer .site-footer .address p {
    text-align: center;
  }
}
footer .site-footer .l-address {
  max-width: 1100px;
  grid-column: 1/span 2;
  text-align: left;
}
footer .site-footer .l-address address {
  font-size: 16px;
  font-style: normal;
}
@media screen and (max-width: 580px) {
  footer .site-footer .l-address {
    margin: 2em 0;
  }
  footer .site-footer .l-address address {
    font-size: 14px;
    font-style: normal;
  }
}
footer .copyright {
  display: grid;
  max-width: 1100px;
  margin: auto;
  font-size: 12px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
footer .copyright p {
  margin-bottom: 0;
  padding: 1em 0;
}
@media screen and (max-width: 580px) {
  footer .copyright {
    text-align: center;
    font-size: 12px;
  }
}

.pdf-icon-a::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  fill='%23fff' class='bi bi-file-earmark-pdf' viewBox='0 0 16 16'%3E%3Cpath d='M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z'/%3E%3Cpath d='M4.603 14.087a.8.8 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.7 7.7 0 0 1 1.482-.645 20 20 0 0 0 1.062-2.227 7.3 7.3 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a11 11 0 0 0 .98 1.686 5.8 5.8 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.86.86 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.7 5.7 0 0 1-.911-.95 11.7 11.7 0 0 0-1.997.406 11.3 11.3 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.8.8 0 0 1-.58.029m1.379-1.901q-.25.115-.459.238c-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361q.016.032.026.044l.035-.012c.137-.056.355-.235.635-.572a8 8 0 0 0 .45-.606m1.64-1.33a13 13 0 0 1 1.01-.193 12 12 0 0 1-.51-.858 21 21 0 0 1-.5 1.05zm2.446.45q.226.245.435.41c.24.19.407.253.498.256a.1.1 0 0 0 .07-.015.3.3 0 0 0 .094-.125.44.44 0 0 0 .059-.2.1.1 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a4 4 0 0 0-.612-.053zM8.078 7.8a7 7 0 0 0 .2-.828q.046-.282.038-.465a.6.6 0 0 0-.032-.198.5.5 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822q.036.167.09.346z'/%3E%3C/svg%3E");
}

.new-tab-a::after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  vertical-align: text-bottom;
  background-image: url("../img/common/new-tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
  vertical-align: baseline;
}

.new-tab-img {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.5em;
  vertical-align: baseline;
}

.sp {
  display: none;
}

@media screen and (max-width: 580px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* Animation */
/* ぷかぷか浮遊と回転を組み合わせたキーフレーム */
@keyframes float-rotate {
  0% {
    transform: rotate(0deg) translateY(0px); /* 開始時の状態 */
  }
  50% {
    transform: rotate(3deg) translateY(-15px); /* 中間点（最高点と最大回転角度） */
  }
  100% {
    transform: rotate(0deg) translateY(0px); /* 終了時の状態（開始時と同じ） */
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}/*# sourceMappingURL=main.css.map */