@charset "UTF-8";
body {
  color: #fff;
  background-color: #F5F5F5; }

main {
  padding: 135px 0 0 0; }

.contact {
  padding-top: 150px; }

@media (max-width: 1280px) {
  .contact {
    padding-top: 100px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  main {
    padding: 120px 0 0 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  main {
    padding: 100px 0 0 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  main {
    padding: 110px 0 0 0; }

  .contact {
    padding-top: 50px; } }
/*max-width:480px*/
.mb00 {
  margin-bottom: 0 !important; }

/****************************************/
.bread {
  max-width: 1980px;
  width: calc(100% - 80px);
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }
  .bread li {
    font: 1.4rem/1.5em "Noto Sans JP", serif;
    font-weight: 400;
    letter-spacing: 0.06em;
    padding: 0 20px 0 0;
    margin: 0 15px 10px 0;
    position: relative;
    color: #1E1E1E; }
    .bread li:before {
      position: absolute;
      content: "";
      right: 0;
      top: 7px;
      width: 6px;
      height: 6px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .bread li:last-of-type {
      padding: 0;
      margin: 0 0 10px; }
      .bread li:last-of-type:before {
        display: none; }
  .bread a {
    color: #1E1E1E;
    text-decoration: none; }

@media (hover: hover) {
  .bread a:hover {
    color: #9DD4D8;
    text-decoration: none; } }
@media (max-width: 1280px) {
  .bread {
    margin: 0 auto 80px; } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .bread {
    max-width: 1980px;
    width: calc(100% - 40px);
    margin: 0 auto 30px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .bread {
    margin: 0 auto 10px; }
    .bread li {
      font: 1.2rem/1.5em "Noto Sans JP", serif;
      font-weight: 400;
      padding: 0 15px 0 0;
      margin: 0 10px 10px 0; } }
/*max-width:480px*/
/****************************************/
h2 {
  font: 12rem/1em "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.012em;
  display: block;
  width: fit-content; }
  h2 span {
    display: block;
    width: fit-content;
    color: #005060;
    font: 1.8rem/1em "Noto Sans JP", serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 5px 0 0 35px;
    position: relative; }
    h2 span:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #ECFB40;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      left: 0;
      top: 7px; }

@media (max-width: 768px) {
  h2 {
    font: 8rem/1em "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.012em; }
    h2 span {
      font: 1.4rem/1em "Noto Sans JP", serif;
      font-weight: 700;
      padding: 5px 0 0 23px; }
      h2 span:before {
        width: 14px;
        height: 14px;
        top: 7px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  h2 {
    font: 6rem/1em "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.012em; }
    h2 span {
      padding: 5px 0 0 20px; } }
/*max-width:480px*/
/****************************************/
.egc_top {
  padding: 0 220px 75px 0;
  position: relative; }
  .egc_top .txt {
    max-width: 1920px;
    padding: 0 0 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-end;
    transition: .3s; }
    .egc_top .txt span {
      transition: .3s;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      display: block;
      background: url("../images_2025/eco/mv_pc.svg") center center no-repeat;
      background-size: contain;
      width: calc(100% - 560px);
      max-width: 935px;
      height: auto;
      aspect-ratio: 933/465; }
    .egc_top .txt p {
      transition: .3s;
      margin: 30px 0 0 30px;
      color: #005060;
      letter-spacing: 0.1em;
      font: 4rem/1em "Noto Sans JP", serif;
      font-weight: 700; }
      .egc_top .txt p br {
        display: none; }
    .egc_top .txt small {
      transition: .3s;
      margin: 15px 0 0;
      display: block;
      font: 2.6rem/1em "Noto Sans JP", serif;
      font-weight: 500; }
  .egc_top .check {
    position: absolute;
    bottom: 75px;
    right: 25px;
    width: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    transition: .3s;
    z-index: 7777; }
    .egc_top .check.fixed {
      position: fixed;
      bottom: 0;
      transform: scale(0.8); }
  .egc_top .egc_activity {
    padding: 0 0 80px;
    margin: 0 auto 20px; }
    .egc_top .egc_activity a {
      transition: .3s;
      position: relative;
      padding: 30px 0 0 0;
      background-color: #ECFB40;
      display: block;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      color: #000;
      text-decoration: none;
      text-align: center;
      font: 1.6rem/1.45em "Noto Sans JP", serif;
      font-weight: 700;
      letter-spacing: 0.05em; }
      .egc_top .egc_activity a .check_txt {
        padding: 7px 0 0;
        display: block;
        font: 2.6rem/1em "Noto Sans JP", serif;
        font-weight: 700;
        letter-spacing: 0.03em; }
      .egc_top .egc_activity a:before {
        transition: .3s;
        position: absolute;
        content: "";
        display: block;
        background: url("../images_2025/eco/mamoru.png") center center no-repeat;
        background-size: contain;
        width: 146px;
        height: 100px;
        left: -10px;
        bottom: -80px; }
  .egc_top .sns {
    transition: .3s;
    display: block;
    margin: 0 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .egc_top .sns.sns01 {
      background: url("../images_2025/eco/icon_X.svg") center center no-repeat #ECFB40;
      background-size: 25px; }
    .egc_top .sns.sns02 {
      background: url("../images_2025/eco/icon_instagram.svg") center center no-repeat #ECFB40;
      background-size: 25px; }

@media (hover: hover) {
  .egc_top .egc_activity a:hover:before {
    bottom: -70px; }
  .egc_top .sns:hover.sns01 {
    background: url("../images_2025/eco/icon_X.svg") center center no-repeat #ECFB40;
    background-size: 30px; }
  .egc_top .sns:hover.sns02 {
    background: url("../images_2025/eco/icon_instagram.svg") center center no-repeat #ECFB40;
    background-size: 30px; } }
@media (max-width: 1580px) {
  .egc_top .txt span {
    width: 100%;
    max-width: 900px; }
  .egc_top .txt p {
    margin: 30px 0 0 4%;
    color: #005060;
    letter-spacing: 0.1em;
    font: 4rem/1em "Noto Sans JP", serif;
    font-weight: 700; }
  .egc_top .txt small {
    margin: 15px 0 0;
    display: block;
    font: 2.6rem/1em "Noto Sans JP", serif;
    font-weight: 500; }

  .check.fixed {
    right: 0px;
    position: fixed;
    bottom: 0; } }
/*max-width:1280px*/
@media (max-width: 1280px) {
  .egc_top {
    padding: 0 300px 50px 50px;
    position: relative; }
    .egc_top .txt {
      max-width: 1920px;
      padding: 0;
      display: block; }
      .egc_top .txt span {
        width: 100%;
        max-width: 935px; }
      .egc_top .txt p {
        margin: 25px 0 0 5%; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .egc_top {
    padding: 0 0 50px; }
    .egc_top .txt {
      max-width: 1920px;
      padding: 0 0 0 30px; }
      .egc_top .txt span {
        max-width: 755px;
        width: calc(100% - 205px); }
      .egc_top .txt p {
        margin: 25px 0 0 4%;
        font: 3.5vw/1em "Noto Sans JP", serif;
        font-weight: 700; }
      .egc_top .txt small {
        margin: 15px 0 0;
        font: 2.1vw/1em "Noto Sans JP", serif;
        font-weight: 500; }
    .egc_top .check {
      bottom: 65px;
      right: 30px;
      width: 135px; }
      .egc_top .check.fixed {
        right: 0px;
        position: fixed;
        bottom: 0px; }
    .egc_top .egc_activity {
      padding: 0 0 60px;
      margin: 0 auto 15px; }
      .egc_top .egc_activity a {
        padding: 25px 0 0 0;
        width: 115px;
        height: 115px;
        font: 1.3rem/1.45em "Noto Sans JP", serif;
        font-weight: 700; }
        .egc_top .egc_activity a .check_txt {
          padding: 5px 0 0;
          font: 2.1rem/1em "Noto Sans JP", serif;
          font-weight: 700; }
        .egc_top .egc_activity a:before {
          width: 122px;
          height: 85px;
          left: -5px;
          bottom: -65px; }
    .egc_top .sns {
      width: 50px;
      height: 50px;
      margin: 0 4px; }
      .egc_top .sns.sns01 {
        background: url("../images_2025/eco/icon_X.svg") center center no-repeat #ECFB40;
        background-size: 20px; }
      .egc_top .sns.sns02 {
        background: url("../images_2025/eco/icon_instagram.svg") center center no-repeat #ECFB40;
        background-size: 21px; }

  .egc_top .egc_activity a:hover:before {
    bottom: -55px; }
  .egc_top .sns:hover.sns01 {
    background: url("../images_2025/eco/icon_X.svg") center center no-repeat #ECFB40;
    background-size: 25px; }
  .egc_top .sns:hover.sns02 {
    background: url("../images_2025/eco/icon_instagram.svg") center center no-repeat #ECFB40;
    background-size: 25px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .egc_top {
    padding: 0 0 50px;
    max-width: 580px;
    margin: 0 auto; }
    .egc_top .txt {
      max-width: 1920px;
      padding: 0 0 0 20px; }
      .egc_top .txt span {
        display: block;
        background: url("../images_2025/eco/mv_sp.svg") center center no-repeat;
        background-size: contain;
        max-width: 480px;
        aspect-ratio: 279/298;
        width: calc(100% - 130px); }
      .egc_top .txt p {
        margin: 25px 0 0 4%;
        font: 5vw/1em "Noto Sans JP", serif;
        font-weight: 700;
        line-height: 1.5em; }
        .egc_top .txt p br {
          display: block; }
      .egc_top .txt small {
        margin: 15px 0 0;
        font: 3.5vw/1em "Noto Sans JP", serif;
        font-weight: 500; }
    .egc_top .check {
      bottom: 30px;
      right: 20px;
      width: 135px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .egc_top {
    padding: 0 0 40px;
    width: 100%;
    margin: 0 auto; }
    .egc_top .txt {
      max-width: 315px;
      margin: 0 auto;
      padding: 0; }
      .egc_top .txt span {
        max-width: 275px;
        width: 100%;
        margin: 0 0 0 -15px; }
      .egc_top .txt p {
        margin: 15px 0 0 0;
        font: 2.4rem/1.5em "Noto Sans JP", serif;
        font-weight: 700; }
        .egc_top .txt p br {
          display: block; }
      .egc_top .txt small {
        margin: 15px 0 0;
        font: 1.5rem/1em "Noto Sans JP", serif;
        font-weight: 500; }
    .egc_top .check {
      bottom: 40px;
      right: 10px;
      width: 100px; }
      .egc_top .check.fixed {
        bottom: 0px;
        right: 0px; }
    .egc_top .egc_activity {
      padding: 0 0 45px;
      margin: 0 auto 15px; }
      .egc_top .egc_activity a {
        padding: 32px 0 0 0;
        width: 96px;
        height: 96px;
        font: 1.3rem/1.45em "Noto Sans JP", serif;
        font-weight: 700; }
        .egc_top .egc_activity a span,
        .egc_top .egc_activity a .check_txt {
          display: none; }
        .egc_top .egc_activity a:before {
          width: 96px;
          height: 66px;
          left: -5px;
          bottom: -50px; }
    .egc_top .sns {
      width: 40px;
      height: 40px;
      margin: 0 3px; }
      .egc_top .sns.sns01 {
        background: url("../images_2025/eco/icon_X.svg") center center no-repeat #ECFB40;
        background-size: 16px; }
      .egc_top .sns.sns02 {
        background: url("../images_2025/eco/icon_instagram.svg") center center no-repeat #ECFB40;
        background-size: 16px; }

  .egc_top .egc_activity a:hover:before {
    bottom: -45px; }
  .egc_top .sns:hover.sns01 {
    background: url("../images_2025/eco/icon_X.svg") center center no-repeat #ECFB40;
    background-size: 20px; }
  .egc_top .sns:hover.sns02 {
    background: url("../images_2025/eco/icon_instagram.svg") center center no-repeat #ECFB40;
    background-size: 20px; } }
/*max-width:480px*/
/****************************************/
.slider-container {
  background: linear-gradient(180deg, #F5F5F5 0%, #F5F5F5 48%, #209EA8 48%, #209EA8 100%);
  width: 100%;
  display: flex;
  overflow: hidden; }

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 100s linear infinite; }

.slide {
  width: 406px;
  aspect-ratio: 406/270;
  margin: 0 20px 0 0;
  border-radius: 20px;
  overflow: hidden; }
  .slide:nth-of-type(2n) {
    margin: 60px 20px 0 0; }

.slide img {
  aspect-ratio: 406/270;
  width: 100%;
  height: auto;
  line-height: 0; }

@keyframes horizontal-animation {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@media (max-width: 1024px) {
  .slide {
    width: 350px; }
    .slide:nth-of-type(2n) {
      margin: 50px 20px 0 0; } }
/*max-width:1024px*/
@media (max-width: 480px) {
  .slide {
    width: 220px;
    margin: 0 12px 0 0; }
    .slide:nth-of-type(2n) {
      margin: 30px 12px 0 0; } }
/*max-width:480px*/
/****************************************/
.about {
  padding: 140px 0;
  background-color: #209EA8; }
  .about > div {
    max-width: 1720px;
    width: calc(100% - 200px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
  .about h2 {
    color: #80C9CF;
    width: 100%;
    max-width: 560px; }
    .about h2 span {
      color: #fff; }
  .about p {
    text-align: justify;
    text-justify: inter-ideograph;
    font: 1.9rem/2.5em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    max-width: 1000px;
    width: calc(100% - 580px); }

@media (max-width: 1280px) {
  .about {
    padding: 120px 0 160px; }
    .about h2 {
      margin: 0 0 60px; }
    .about > div {
      max-width: 1060px;
      width: calc(100% - 190px);
      margin: 0 auto;
      display: block; }
    .about p {
      max-width: 1060px;
      width: 100%; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .about {
    padding: 100px 0 160px; }
    .about > div {
      max-width: 1720px;
      width: calc(100% - 160px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .about {
    padding: 100px 0 120px; }
    .about > div {
      max-width: 480px;
      width: calc(100% - 80px);
      margin: 0 auto; }
    .about h2 {
      margin: 0 auto 40px; }
      .about h2 span {
        color: #fff; }
    .about p {
      font: 1.7rem/2.2em "Noto Sans JP", serif;
      font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .about {
    padding: 60px 0 90px; }
    .about > div {
      max-width: 315px;
      width: calc(100% - 40px);
      margin: 0 auto; }
    .about h2 {
      margin: 0 auto 40px; }
    .about p {
      font: 1.6rem/2em "Noto Sans JP", serif;
      font-weight: 500; } }
/*max-width:480px*/
/****************************************/
.egc_news {
  background: linear-gradient(180deg, #209EA8 0%, #209EA8 65%, #9DD4D8 65%, #9DD4D8 100%); }
  .egc_news .egc_news_box {
    max-width: 1720px;
    width: calc(100% - 200px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 0 0 0 0; }
  .egc_news h2 {
    color: #4BB8C1;
    position: absolute;
    left: 0;
    top: 20px; }
  .egc_news .egc_news_bg {
    background-color: #D4ECEE;
    max-width: 1570px;
    width: calc(100% - 150px);
    margin: 0 60px 0 auto;
    padding: 50px 50px 50px 300px;
    border-radius: 20px; }
  .egc_news .back_btn {
    width: 200px; }
  .egc_news .egc_news_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 0 0 0 auto;
    max-width: 1100px; }
  .egc_news ul {
    width: 1120px;
    border-top: solid #A8C6C8 1px; }
  .egc_news li {
    border-bottom: solid #A8C6C8 1px; }
    .egc_news li a {
      padding: 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: flex-start;
      text-decoration: none; }
      .egc_news li a.pin {
        padding: 20px 70px 20px 0;
        position: relative; }
        .egc_news li a.pin:before {
          background: url("../images_2025/common/icon_pin.svg") center center no-repeat;
          background-size: contain;
          width: 35px;
          height: 45px;
          display: block;
          position: absolute;
          content: "";
          top: 50%;
          left: auto;
          right: 5px;
          -webkit-transform: translate(0%, -50%);
          /* Safari用 */
          transform: translate(0%, -50%); }
    .egc_news li time {
      color: #209EA8;
      width: 120px;
      text-align: center;
      font: 1.5rem/1.8em "Montserrat", sans-serif;
      font-weight: 500;
      padding: 3px; }
    .egc_news li p {
      padding: 0 0 0 10px;
      width: calc(100% - 120px);
      color: #005060;
      text-decoration: none;
      font: 1.8rem/1.8em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em; }
  .egc_news .back_btn {
    color: #005060;
    text-decoration: none;
    margin: 30px 0 0 auto;
    display: block;
    background: #fff;
    border-radius: 50px;
    width: 200px;
    height: 65px;
    text-align: center;
    font: 1.6rem/63px "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    padding: 0 10px 0 0;
    transition: .3s; }
    .egc_news .back_btn:before {
      transition: .3s;
      background: url("../images_2025/common/arrow01_ligt.svg") center center no-repeat;
      background-size: contain;
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      top: 50%;
      left: auto;
      right: 22px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }

@media (hover: hover) {
  .egc_news li a:hover {
    background-color: #E9F8F9; }
  .egc_news .back_btn:hover {
    color: #fff;
    background: #005060; }
    .egc_news .back_btn:hover:before {
      background: url("../images_2025/common/arrow.svg") center center no-repeat;
      background-size: contain;
      right: 17px; } }
@media (max-width: 1280px) {
  .egc_news .egc_news_box {
    width: calc(100% - 150px);
    margin: 0 auto; }
  .egc_news h2 {
    left: 30px;
    top: -50px; }
  .egc_news .egc_news_bg {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 130px 50px 50px;
    border-radius: 20px; }
  .egc_news .egc_news_flex {
    width: 100%;
    margin: 0 auto;
    max-width: 860px; }
  .egc_news ul {
    max-width: 920px;
    width: 100%;
    margin: 0 auto; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .egc_news .egc_news_box {
    width: calc(100% - 100px);
    margin: 0 auto; }
  .egc_news h2 {
    left: 30px;
    top: -50px; }
  .egc_news .egc_news_bg {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 130px 0 50px;
    border-radius: 20px; }
  .egc_news .egc_news_flex {
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 860px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .egc_news .egc_news_box {
    width: 100%;
    max-width: 540px;
    margin: 0 auto; }
  .egc_news h2 {
    left: 40px;
    top: -50px; }
  .egc_news .egc_news_bg {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 130px 0 50px;
    border-radius: 20px; }
  .egc_news .egc_news_flex {
    width: calc(100% - 80px);
    margin: 0 auto;
    max-width: 860px; }
  .egc_news li a {
    padding: 15px 0;
    display: block; }
    .egc_news li a.pin {
      padding: 15px 50px 15px 0;
      position: relative; }
      .egc_news li a.pin:before {
        width: 25px;
        height: 33px; }
  .egc_news li p {
    font: 1.7rem/1.8em "Noto Sans JP", serif;
    font-weight: 500;
    width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .egc_news .egc_news_box {
    width: 100%;
    max-width: 540px;
    margin: 0 auto; }
  .egc_news h2 {
    width: 100%;
    max-width: 315px;
    top: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%); }
  .egc_news .egc_news_bg {
    padding: 105px 0 40px; }
  .egc_news .egc_news_flex {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 315px; }
  .egc_news li a {
    padding: 15px 0 17px;
    display: block; }
    .egc_news li a.pin {
      padding: 15px 50px 17px 0;
      position: relative; }
      .egc_news li a.pin:before {
        width: 25px;
        height: 33px; }
  .egc_news li p {
    font: 1.6rem/1.5em "Noto Sans JP", serif;
    font-weight: 500;
    width: 100%;
    padding: 0; }
  .egc_news li time {
    color: #209EA8;
    width: 120px;
    text-align: center;
    font: 1.4rem/1.6em "Montserrat", sans-serif;
    font-weight: 500;
    padding: 0 0 22px; }
  .egc_news .back_btn {
    margin: 25px 0 0 auto;
    width: 180px;
    height: 55px;
    text-align: center;
    font: 1.5rem/53px "Noto Sans JP", serif;
    font-weight: 500; }
    .egc_news .back_btn:before {
      width: 13px;
      height: 11px; } }
/*max-width:480px*/
/****************************************/
.egc_activity_top {
  background-color: #9DD4D8;
  padding: 120px 0; }
  .egc_activity_top h2 {
    color: #209EA8;
    margin: 0 auto 80px;
    max-width: 1720px;
    width: calc(100% - 200px); }
  .egc_activity_top .egc_activity_flex {
    max-width: 1720px;
    width: calc(100% - 200px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: stretch; }
  .egc_activity_top .egc_activity_item {
    display: block;
    width: calc((100% - 120px)/4);
    margin: 0 40px 0 0; }
    .egc_activity_top .egc_activity_item:nth-of-type(4) {
      margin: 0; }
  .egc_activity_top h3 {
    font: 2.4rem/1.5em "Noto Sans JP", serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
    color: #005060;
    padding: 0 0 0 120px;
    margin: 0 0 20px;
    z-index: 1; }
    .egc_activity_top h3:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images_2025/eco/activity_icon.svg") center center no-repeat;
      background-size: contain;
      width: 106px;
      height: auto;
      aspect-ratio: 106/74;
      left: 0;
      top: -3px; }
  .egc_activity_top .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin: 0 0 30px; }
    .egc_activity_top .pic img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
  .egc_activity_top p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0 auto;
    color: #005060;
    max-width: 370px;
    font: 1.8rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em; }

@media (max-width: 1280px) {
  .egc_activity_top {
    padding: 120px 0 60px; }
    .egc_activity_top h2 {
      width: calc(100% - 190px);
      max-width: 1060px;
      margin: 0 auto 80px; }
    .egc_activity_top .egc_activity_flex {
      max-width: 860px;
      width: calc(100% - 190px);
      margin: 0 auto;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: stretch; }
    .egc_activity_top .egc_activity_item {
      display: block;
      width: calc((100% - 60px)/2);
      margin: 0 0 55px;
      max-width: 1570px; }
      .egc_activity_top .egc_activity_item:nth-of-type(4) {
        margin: 0 0 55px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .egc_activity_top {
    padding: 100px 0 60px; }
    .egc_activity_top h2 {
      width: calc(100% - 180px);
      margin: 0 auto 65px; }
    .egc_activity_top .egc_activity_flex {
      width: calc(100% - 180px); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .egc_activity_top {
    padding: 120px 0 60px; }
    .egc_activity_top h2 {
      width: calc(100% - 80px);
      max-width: 480px;
      margin: 0 auto 40px; }
    .egc_activity_top .egc_activity_flex {
      max-width: 480px;
      width: calc(100% - 80px);
      margin: 0 auto;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: stretch; }
    .egc_activity_top .egc_activity_item {
      display: block;
      width: 100%;
      margin: 0 auto 40px;
      max-width: 400px; }
      .egc_activity_top .egc_activity_item:nth-of-type(4) {
        margin: 0 auto 0; }
    .egc_activity_top h3 {
      font: 2.2rem/1.5em "Noto Sans JP", serif;
      font-weight: 700;
      margin: 0 0 15px; }
    .egc_activity_top .pic {
      margin: 0 0 20px; }
    .egc_activity_top p {
      padding: 0;
      font: 1.7rem/2em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .egc_activity_top {
    padding: 60px 0 95px; }
    .egc_activity_top h2 {
      width: calc(100% - 40px);
      max-width: 315px; }
    .egc_activity_top .egc_activity_flex {
      width: calc(100% - 40px);
      max-width: 315px; }
    .egc_activity_top .egc_activity_item {
      display: block;
      width: 100%;
      margin: 0 auto 35px;
      max-width: 315px; }
      .egc_activity_top .egc_activity_item:nth-of-type(4) {
        margin: 0 auto 0; }
    .egc_activity_top p {
      padding: 0;
      font: 1.5rem/2em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em; } }
/*max-width:480px*/
/****************************************/
.org_chart {
  background: linear-gradient(180deg, #9DD4D8 0%, #9DD4D8 60%, #209EA8 60%, #209EA8 100%); }
  .org_chart .org_chart_box {
    max-width: 1720px;
    width: calc(100% - 200px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 0 0 0 0; }
  .org_chart h2 {
    color: #4BB8C1;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 5; }
  .org_chart .org_chart_item {
    background-color: #D4ECEE;
    max-width: 1570px;
    width: calc(100% - 150px);
    margin: 0 auto;
    padding: 160px 100px 100px;
    border-radius: 20px;
    position: relative; }
  .org_chart .org_chart_pic {
    background: url("../images_2025/eco/soshikizu_1920.svg") center center no-repeat;
    background-size: contain;
    max-width: 1180px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1180/360; }

@media (max-width: 1280px) {
  .org_chart .org_chart_box {
    max-width: 1720px;
    width: calc(100% - 150px); }
  .org_chart h2 {
    left: 30px;
    top: -50px; }
  .org_chart .org_chart_item {
    width: 100%;
    margin: 0 auto;
    padding: 120px 50px 50px; }
  .org_chart .org_chart_pic {
    max-width: 1000px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .org_chart .org_chart_box {
    max-width: 1720px;
    width: calc(100% - 100px);
    margin: 0 auto;
    padding: 0 0 0 0; }
  .org_chart h2 {
    left: 30px;
    top: -50px;
    z-index: 5; }
  .org_chart .org_chart_item {
    background-color: #D4ECEE;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding: 130px 45px 45px; }
  .org_chart .org_chart_pic {
    background: url("../images_2025/eco/soshikizu_768.svg") center center no-repeat;
    background-size: contain;
    max-width: 830px;
    aspect-ratio: 830/316; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .org_chart .org_chart_box {
    max-width: 540px;
    width: 100%; }
  .org_chart h2 {
    left: 40px;
    top: -40px;
    z-index: 5; }
  .org_chart .org_chart_item {
    background-color: #D4ECEE;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 45px 50px; }
  .org_chart .org_chart_pic {
    background: url("../images_2025/eco/soshikizu_SP.svg") center center no-repeat;
    background-size: contain;
    max-width: 300px;
    aspect-ratio: 240/391; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .org_chart h2 {
    width: 100%;
    max-width: 315px;
    top: -24px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%); }
  .org_chart .org_chart_item {
    padding: 100px 40px 40px; }
  .org_chart .org_chart_pic {
    max-width: 240px; } }
/*max-width:480px*/
/****************************************/
.mamoru_staff {
  padding: 135px 0 0 0;
  background: linear-gradient(180deg, #209EA8 0%, #209EA8 90%, #E4EDEE 90%, #E4EDEE 100%); }
  .mamoru_staff .mamoru_staff_box {
    max-width: 1595px;
    width: calc(100% - 100px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 10; }
  .mamoru_staff .mamoru_box,
  .mamoru_staff .staff_box {
    border: 2px solid #005060;
    border-radius: 20px;
    width: 50%;
    max-width: 790px;
    position: relative;
    padding: 90px 50px 90px;
    color: #005060; }
    .mamoru_staff .mamoru_box:before,
    .mamoru_staff .staff_box:before {
      border-radius: 20px;
      position: absolute;
      content: "";
      right: -5px;
      bottom: -5px;
      width: 100%;
      height: 100%;
      display: block;
      background-color: #005060;
      z-index: -1; }
  .mamoru_staff .mamoru_box {
    background-color: #B8E3E6; }
    .mamoru_staff .mamoru_box:after {
      display: block;
      position: absolute;
      content: "";
      background: url("../images_2025/eco/mv_sp-04.svg") center center no-repeat;
      background-size: contain;
      width: 196px;
      height: 119px;
      top: -20px;
      left: 30px; }
  .mamoru_staff .staff_box {
    background-color: #D4ECEE;
    margin: 65px 0 0 -30px; }
    .mamoru_staff .staff_box:after {
      display: block;
      position: absolute;
      content: "";
      background: url("../images_2025/eco/mv_sp-03.svg") center center no-repeat;
      background-size: contain;
      width: 196px;
      height: 119px;
      top: -20px;
      left: 30px; }

.mamoru_box {
  background-color: #B8E3E6; }
  .mamoru_box .ttl {
    width: 100%;
    max-width: 578px;
    text-align: center;
    font: 1.65vw/1em "Noto Sans JP", serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 auto 15px; }
    .mamoru_box .ttl br {
      display: none; }
  .mamoru_box .wassyoi {
    font: 2.4rem/1em "Noto Sans JP", serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    position: relative;
    display: block;
    width: fit-content;
    padding: 0 20px;
    margin: 0 auto 20px; }
    .mamoru_box .wassyoi:before, .mamoru_box .wassyoi:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 3px;
      height: 2.5rem;
      background: #005060; }
    .mamoru_box .wassyoi:before {
      transform: rotate(-30deg);
      left: 0; }
    .mamoru_box .wassyoi:after {
      transform: rotate(30deg);
      right: 0; }
  .mamoru_box .img {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    background: url("../images_2025/eco/mamoru_txt.svg") center center no-repeat;
    background-size: contain;
    max-width: 510px;
    width: 100%;
    height: auto;
    aspect-ratio: 510/91;
    margin: 0 auto 10px; }
  .mamoru_box .mamoru_logo {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../images_2025/eco/mamoru_box.png") center center no-repeat;
    background-size: contain;
    max-width: 547px;
    width: 100%;
    height: auto;
    aspect-ratio: 547/82;
    margin: 0 auto 30px; }
  .mamoru_box .txt {
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
    max-width: 578px;
    margin: 0 auto 30px;
  /*font: 1.8rem/2em "Montserrat", sans-serif;*/
    font: 1.8rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 25px 0 0;
    background-image: linear-gradient(to right, #6DB2B6 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left top; }
  .mamoru_box a {
    transition: .3s;
    background-color: #209EA8;
    border-radius: 100px;
    height: 110px;
    display: block;
    width: 100%;
    max-width: 578px;
    margin: 0 auto 30px;
    text-align: center;
    color: #fff;
    text-decoration: none; }
    .mamoru_box a span {
      letter-spacing: 0.06em;
      font: 2.6rem/108px "BIZ UDPGothic", serif;
      font-weight: 700;
      padding: 0 0 0 70px;
      position: relative; }
      .mamoru_box a span:before {
        position: absolute;
        content: "";
        background: url("../images_2025/eco/mv_sp-02.svg") center center no-repeat;
        background-size: contain;
        width: 46px;
        height: 49px;
        left: 0;
        top: -15px; }
    .mamoru_box a br {
      display: none; }
  .mamoru_box dl {
    width: 100%;
    max-width: 578px;
    margin: 0 auto; }
  .mamoru_box dt {
    font: 1.7rem/1em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    width: fit-content;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0 30px;
    border-left: 1px solid #1E7C83;
    border-right: 1px solid #1E7C83; }
  .mamoru_box dd {
    text-align: center;
    font: 1.6rem/2em "Noto Sans JP", serif;
    font-weight: 500; }

.staff_box {
  background-color: #D4ECEE;
  margin: 65px 0 0 -30px; }
  .staff_box .ttl {
    width: 100%;
    max-width: 620px;
    text-align: center;
    font: 4vw/1em "BIZ UDPGothic", serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0 auto 30px; }
    .staff_box .ttl span {
      display: block;
      font: 1.5vw/1em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin: 0 0 20px; }
    .staff_box .ttl br {
      display: none; }
  .staff_box .txt {
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 30px;
    font: 1.8rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 25px 0 0;
    background-image: linear-gradient(to right, #6DB2B6 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left top; }
  .staff_box dl {
    letter-spacing: 0.05em;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 40px; }
  .staff_box dt {
    font: 1.8rem/47px "Noto Sans JP", serif;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    height: 50px;
    margin: 0 0 10px; }
  .staff_box dd {
    font: 1.8rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid #7FA5A7; }
    .staff_box dd span {
      background: linear-gradient(transparent 0%, #ECFB40 0%);
      display: inline;
      font-weight: 700; }
  .staff_box .wassyoi {
    font: 1.7rem/1.8em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    display: block;
    width: fit-content;
    padding: 0 30px;
    margin: 0 auto 20px;
    text-align: center; }
    .staff_box .wassyoi:before, .staff_box .wassyoi:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 2px;
      height: 8rem;
      background: #005060; }
    .staff_box .wassyoi:before {
      transform: rotate(-35deg);
      left: 0; }
    .staff_box .wassyoi:after {
      transform: rotate(35deg);
      right: 0; }
  .staff_box a {
    background-color: #209EA8;
    border-radius: 100px;
    height: 110px;
    display: block;
    width: 100%;
    max-width: 578px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: .3s; }
    .staff_box a span {
      letter-spacing: 0.06em;
      font: 2.6rem/108px "BIZ UDPGothic", serif;
      font-weight: 700;
      padding: 0 0 0 70px;
      position: relative; }
      .staff_box a span:before {
        position: absolute;
        content: "";
        background: url("../images_2025/eco/mv_sp-02.svg") center center no-repeat;
        background-size: contain;
        width: 46px;
        height: 49px;
        left: 0;
        top: -15px; }
    .staff_box a br {
      display: none; }

@media (hover: hover) {
  .mamoru_box a:hover,
  .staff_box a:hover {
    background-color: #0B7179; } }
@media (max-width: 1280px) {
  .mamoru_staff {
    padding: 135px 0 0 0; }
    .mamoru_staff .mamoru_staff_box {
      max-width: 1595px;
      width: calc(100% - 180px);
      margin: 0 auto;
      display: block;
      z-index: 10; }
    .mamoru_staff .mamoru_box,
    .mamoru_staff .staff_box {
      width: 100%;
      max-width: 860px; }

  .mamoru_box {
    margin: 0 auto 45px; }
    .mamoru_box .ttl {
      width: 100%;
      max-width: 660px;
      font: 2.6rem/1em "Noto Sans JP", serif;
      font-weight: 700; }
    .mamoru_box .txt,
    .mamoru_box a,
    .mamoru_box dl {
      max-width: 660px; }

  .staff_box {
    margin: 0 auto  !important; }
    .staff_box .ttl {
      max-width: 660px;
      font: 6.7rem/1em "BIZ UDPGothic", serif;
      font-weight: 700; }
      .staff_box .ttl span {
        font: 2.5rem/1em "Noto Sans JP", serif;
        font-weight: 500; }
    .staff_box .txt,
    .staff_box dl,
    .staff_box .wassyoi,
    .staff_box a {
      max-width: 660px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .mamoru_staff .mamoru_staff_box {
    width: calc(100% - 160px); }
  .mamoru_staff .mamoru_box,
  .mamoru_staff .staff_box {
    width: 100%;
    max-width: 860px;
    padding: 80px 30px 60px; }
    .mamoru_staff .mamoru_box:after,
    .mamoru_staff .staff_box:after {
      width: 196px;
      height: 119px;
      top: -20px;
      left: 5px; }

  .mamoru_box .ttl {
    font: 2.4rem/1em "Noto Sans JP", serif;
    font-weight: 700; }
  .mamoru_box .txt {
    padding: 25px 20px 0; }

  .staff_box .ttl {
    font: 6rem/1em "BIZ UDPGothic", serif;
    font-weight: 700; }
    .staff_box .ttl span {
      font: 2.2rem/1em "Noto Sans JP", serif;
      font-weight: 500; }
  .staff_box .txt {
    padding: 25px 20px 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .mamoru_staff .mamoru_staff_box {
    width: calc(100% - 80px); }
  .mamoru_staff .mamoru_box,
  .mamoru_staff .staff_box {
    width: 100%;
    max-width: 480px;
    padding: 80px 30px 60px; }
    .mamoru_staff .mamoru_box:after,
    .mamoru_staff .staff_box:after {
      width: 196px;
      height: 119px;
      top: -20px;
      left: 5px; }
    .mamoru_staff .mamoru_box a,
    .mamoru_staff .staff_box a {
      height: auto;
      border-radius: 20px;
      width: 100%;
      max-width: 350px;
      padding: 15px 0; }
      .mamoru_staff .mamoru_box a span,
      .mamoru_staff .staff_box a span {
        text-align: left;
        display: block;
        font: 2.2rem/1.6em "BIZ UDPGothic", serif;
        font-weight: 700;
        padding: 0 20px 0 65px;
        width: fit-content;
        margin: 0 auto; }
        .mamoru_staff .mamoru_box a span:before,
        .mamoru_staff .staff_box a span:before {
          top: 10px;
          width: 39px;
          height: 42px; }
      .mamoru_staff .mamoru_box a br,
      .mamoru_staff .staff_box a br {
        display: block; }

  .mamoru_box .ttl {
    font: 2.2rem/1.5em "Noto Sans JP", serif;
    font-weight: 700; }
    .mamoru_box .ttl br {
      display: block; }
  .mamoru_box .wassyoi {
    font: 2rem/1em "Noto Sans JP", serif;
    font-weight: 700;
    padding: 0;
    margin: 0 auto 20px; }
    .mamoru_box .wassyoi:before, .mamoru_box .wassyoi:after {
      display: none; }
  .mamoru_box .img {
    background: url("../images_2025/eco/mamoru_txt_sp.svg") center center no-repeat;
    background-size: contain;
    max-width: 350px;
    aspect-ratio: 304/56; }
  .mamoru_box .txt {
    font: 1.7rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    margin: 0 auto 30px;
    padding: 18px 0 0; }
  .mamoru_box a {
    margin: 0 auto 30px; }

  .staff_box .ttl {
    font: 3.8rem/1em "BIZ UDPGothic", serif;
    font-weight: 700;
    margin: 0 auto 22px; }
    .staff_box .ttl span {
      font: 1.8rem/1.6em "Noto Sans JP", serif;
      font-weight: 500; }
    .staff_box .ttl br {
      display: block; }
  .staff_box .txt {
    font: 1.7rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    margin: 0 auto 30px;
    padding: 18px 0 0; }
  .staff_box dt {
    font: 1.7rem/48px "Noto Sans JP", serif;
    font-weight: 700;
    height: 50px; }
  .staff_box dd {
    font: 1.7rem/1.8em "Noto Sans JP", serif;
    font-weight: 500; }
  .staff_box .wassyoi {
    width: 100%;
    padding: 0; }
    .staff_box .wassyoi:before, .staff_box .wassyoi:after {
      display: none; }
    .staff_box .wassyoi span {
      display: block; }
      .staff_box .wassyoi span br {
        display: none; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .mamoru_staff {
    padding: 90px 0 0; }
    .mamoru_staff .mamoru_staff_box {
      width: calc(100% - 20px); }
    .mamoru_staff .mamoru_box,
    .mamoru_staff .staff_box {
      width: 100%;
      max-width: 345px;
      padding: 40px 20px 40px; }
      .mamoru_staff .mamoru_box:before,
      .mamoru_staff .staff_box:before {
        display: none; }
      .mamoru_staff .mamoru_box:after,
      .mamoru_staff .staff_box:after {
        width: 150px;
        height: 91px;
        top: -38px;
        left: 10px; }
      .mamoru_staff .mamoru_box a span,
      .mamoru_staff .staff_box a span {
        font: 1.9rem/1.8em "BIZ UDPGothic", serif;
        font-weight: 700; }
        .mamoru_staff .mamoru_box a span:before,
        .mamoru_staff .staff_box a span:before {
          top: 10px; }

  .mamoru_box {
    margin: 0 auto 50px; }
    .mamoru_box .ttl {
      font: 2rem/1.5em "Noto Sans JP", serif;
      font-weight: 700; }
      .mamoru_box .ttl br {
        display: block; }
    .mamoru_box .wassyoi {
      font: 2rem/1em "Noto Sans JP", serif;
      font-weight: 700;
      padding: 0;
      margin: 0 auto 20px; }
      .mamoru_box .wassyoi:before, .mamoru_box .wassyoi:after {
        display: none; }
    .mamoru_box .img {
      max-width: 304px; }
    .mamoru_box .mamoru_logo {
      max-width: 287px;
      margin: 0 auto 30px; }
    .mamoru_box .txt {
      font: 1.5rem/2em "Noto Sans JP", serif;
      font-weight: 500;
      margin: 0 auto 25px;
      padding: 18px 0 0;
      max-width: 285px; }
    .mamoru_box dt {
      font: 1.6rem/1em "Noto Sans JP", serif;
      font-weight: 500;
      margin: 0 auto 15px; }
    .mamoru_box dd {
      text-align: center;
      font: 1.4rem/2em "Noto Sans JP", serif;
      font-weight: 500; }
      .mamoru_box dd br {
        display: none; }
      .mamoru_box dd span {
        display: block; }
    .mamoru_box a {
      margin: 0 auto 30px; }

  .staff_box .ttl {
    font: 3.4rem/1em "BIZ UDPGothic", serif;
    font-weight: 700;
    margin: 0 auto 22px; }
    .staff_box .ttl span {
      font: 1.8rem/1.6em "Noto Sans JP", serif;
      font-weight: 500; }
    .staff_box .ttl br {
      display: block; }
  .staff_box .txt {
    font: 1.5rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    margin: 0 auto 25px;
    padding: 18px 0 0;
    max-width: 285px; }
  .staff_box dl {
    max-width: 285px;
    margin: 0 auto 25px; }
  .staff_box dt {
    font: 1.6rem/48px "Noto Sans JP", serif;
    font-weight: 700; }
  .staff_box dd {
    font: 1.6rem/1.8em "Noto Sans JP", serif;
    font-weight: 500;
    padding: 10px 0 13px; }
  .staff_box .wassyoi {
    font: 1.5rem/2em "Noto Sans JP", serif;
    font-weight: 500;
    width: 100%;
    padding: 0; }
    .staff_box .wassyoi:before, .staff_box .wassyoi:after {
      display: none; }
    .staff_box .wassyoi span {
      display: block; }
      .staff_box .wassyoi span br {
        display: none; } }
/*max-width:480px*/
@media (min-width: 1720px) {
  .mamoru_box .ttl {
    font: 2.6rem/1em "Noto Sans JP", serif;
    font-weight: 700; }

  .staff_box .ttl {
    font: 6.7rem/1em "BIZ UDPGothic", serif;
    font-weight: 700; }
    .staff_box .ttl span {
      display: block;
      font: 2.5rem/1em "Noto Sans JP", serif;
      font-weight: 500; } }
/*max-width:1280px*/
/****************************************/
.egc_activity_btm {
  background-color: #E4EDEE;
  position: relative;
  padding: 0 0 150px; }
  .egc_activity_btm:before {
    width: 100%;
    height: 55px;
    position: absolute;
    content: "";
    bottom: -50px;
    left: 0;
    background-color: #E4EDEE;
    display: block; }
  .egc_activity_btm h2 {
    color: #209EA8;
    width: 100%;
    margin: 0 0 70px; }
  .egc_activity_btm .back_btn {
    position: absolute;
    right: 0;
    top: 120px;
    color: #005060;
    text-decoration: none;
    margin: 0 0 0 40px;
    display: block;
    background: #fff;
    border-radius: 50px;
    width: 220px;
    height: 65px;
    text-align: center;
    font: 1.6rem/63px "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 20px 0 0;
    transition: .3s; }
    .egc_activity_btm .back_btn:before {
      transition: .3s;
      background: url("../images_2025/common/arrow01_ligt.svg") center center no-repeat;
      background-size: contain;
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      top: 50%;
      left: auto;
      right: 22px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
  .egc_activity_btm .egc_activity_flex {
    max-width: 1720px;
    width: calc(100% - 200px);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative; }
  .egc_activity_btm .egc_activity_item {
    display: block;
    width: calc((100% - 100px)/3);
    margin: 0 auto;
    margin: 0 50px 0 0;
    text-decoration: none; }
    .egc_activity_btm .egc_activity_item:nth-of-type(3) {
      margin: 0; }
    .egc_activity_btm .egc_activity_item:nth-of-type(4) {
      display: none; }
  .egc_activity_btm .pic {
    width: 100%;
    max-width: 540px;
    height: auto;
    aspect-ratio: 540/360;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin: 0 0 20px; }
    .egc_activity_btm .pic img {
      transition: .3s;
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
  .egc_activity_btm .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    .egc_activity_btm .txt time {
      color: #209EA8;
      font: 1.5rem/32px "Montserrat", sans-serif;
      font-weight: 600; }
    .egc_activity_btm .txt span {
      border-radius: 50px;
      width: 100px;
      height: 35px;
      display: block;
      background-color: #209EA8;
      color: #fff;
      text-align: center;
      font: 1.6rem/32px "Noto Sans JP", serif;
      font-weight: 500;
      text-decoration: none; }
    .egc_activity_btm .txt p {
      width: 100%;
      text-decoration: none;
      margin: 0 auto;
      color: #005060;
      padding: 10px 0 0;
      font: 1.8rem/2em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em; }

@media (hover: hover) {
  .egc_activity_btm .back_btn:hover {
    color: #fff;
    background: #005060; }
    .egc_activity_btm .back_btn:hover:before {
      background: url("../images_2025/common/arrow.svg") center center no-repeat;
      background-size: contain;
      right: 17px; }
  .egc_activity_btm .egc_activity_item:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); } }
@media (max-width: 1280px) {
  .egc_activity_btm {
    padding: 100px 0 155px; }
    .egc_activity_btm .egc_activity_flex {
      max-width: 1060px;
      width: calc(100% - 190px);
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: stretch; }
    .egc_activity_btm .egc_activity_item {
      display: block;
      width: calc((100% - 50px)/2);
      margin: 0 0 60px;
      max-width: 506px; }
      .egc_activity_btm .egc_activity_item:nth-of-type(3) {
        margin: 0 0 60px; }
      .egc_activity_btm .egc_activity_item:nth-of-type(4) {
        display: block; }
    .egc_activity_btm .pic {
      aspect-ratio: 505/338; } }
@media (max-width: 1280px) and (hover: hover) {
  .egc_activity_btm .back_btn:hover {
    color: #fff;
    background: #005060; }
    .egc_activity_btm .back_btn:hover:before {
      background: url("../images_2025/common/arrow.svg") center center no-repeat;
      background-size: contain;
      right: 17px; }
  .egc_activity_btm .egc_activity_item:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .egc_activity_btm {
    padding: 100px 0 155px; }
    .egc_activity_btm .egc_activity_flex {
      max-width: 1060px;
      width: calc(100% - 180px);
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: stretch; }
    .egc_activity_btm .egc_activity_item {
      display: block;
      width: calc((100% - 40px)/2);
      margin: 0 0 60px;
      max-width: 506px; }
    .egc_activity_btm .pic {
      aspect-ratio: 394/263; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .egc_activity_btm {
    padding: 100px 0 155px; }
    .egc_activity_btm .egc_activity_flex {
      max-width: 480px;
      width: calc(100% - 80px); }
    .egc_activity_btm .egc_activity_item {
      display: block;
      width: 100%;
      margin: 0 auto 40px !important;
      max-width: 400px; }
    .egc_activity_btm h2 {
      margin: 0 auto 40px; }
    .egc_activity_btm .pic {
      margin: 0 0 17px; }
    .egc_activity_btm .txt {
      display: block; }
      .egc_activity_btm .txt time {
        color: #209EA8;
        font: 1.6rem/1em "Montserrat", sans-serif;
        font-weight: 700; }
      .egc_activity_btm .txt span {
        position: absolute;
        right: 0;
        top: -30px; }
      .egc_activity_btm .txt p {
        padding: 8px 0 0;
        font: 1.7rem/1.8em "Noto Sans JP", serif;
        font-weight: 500; }
    .egc_activity_btm .back_btn {
      position: relative;
      right: auto;
      top: auto;
      margin: 0 0 40px auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .egc_activity_btm {
    padding: 60px 0 155px; }
    .egc_activity_btm .egc_activity_flex {
      max-width: 315px;
      width: calc(100% - 40px); }
    .egc_activity_btm .egc_activity_item {
      display: block;
      width: 100%;
      margin: 0 auto 40px !important;
      max-width: 400px; }
    .egc_activity_btm .pic {
      aspect-ratio: 315/210; }
    .egc_activity_btm .txt time {
      font: 1.4rem/1em "Montserrat", sans-serif;
      font-weight: 700; }
    .egc_activity_btm .txt span {
      font: 1.5rem/28px "Noto Sans JP", serif;
      font-weight: 500;
      height: 30px; }
    .egc_activity_btm .txt p {
      padding: 8px 0 0;
      font: 1.6rem/1.8em "Noto Sans JP", serif;
      font-weight: 500; }
    .egc_activity_btm .back_btn {
      margin: 0 0 0 auto;
      width: 205px;
      height: 55px;
      text-align: center;
      font: 1.5rem/53px "Noto Sans JP", serif;
      font-weight: 500; }
      .egc_activity_btm .back_btn:before {
        width: 13px;
        height: 11px; } }
/*max-width:480px*/
/****************************************
activity_page関連
****************************************/
.activity_box,
.content_box {
  margin: 0 auto 255px; }

.content h2 {
  color: #209EA8;
  max-width: 1620px;
  width: calc(100% - 80px);
  margin: 0 auto 80px; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .content h2 {
    font-size: 5.2rem;
    color: #209EA8;
    max-width: 1620px;
    width: calc(100% - 40px);
    margin: 0 auto 40px; } }
/*max-width:768px*/
/*max-width:480px*/
@media (max-width: 480px) {
  .activity_box,
  .content_box {
    margin: 0 auto 155px; } }
/*max-width:480px*/
/****************************************/
.list {
  max-width: 1260px;
  margin: 0 auto; }
  .list .search {
    width: 100%;
    max-width: 450px;
    margin: 0 0 70px;
    position: relative; }
  .list input[type=text] {
    width: 100%;
    height: 48px;
    border: 1px solid #A8C6C8;
    border-radius: 50px;
    font: 1.6rem/38px "Noto Sans JP", serif;
    font-weight: 500;
    padding: 0 120px 0 20px; }
  .list input[type=submit] {
    transition: .3s;
    height: 48px;
    width: 100px;
    border-radius: 50px;
    margin: 0 0 0 -30px;
    background: url("../images_2025/common/icon_search.svg") center left 15px no-repeat #005060;
    border: 1px solid #005060;
    color: #fff;
    font: 1.6rem/38px "Noto Sans JP", serif;
    font-weight: 500;
    padding: 0 0 0 25px;
    position: absolute;
    top: 0;
    right: 0; }

.list_box {
  margin: 0 auto 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 1250px; }
  .list_box a {
    text-decoration: none;
    position: relative;
    width: calc((100% - 60px)/3);
    margin: 0 30px 40px 0;
    color: #000; }
    .list_box a:nth-of-type(3n) {
      margin-right: 0; }
  .list_box .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin: 0 0 20px; }
    .list_box .pic img {
      transition: .3s;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      object-fit: cover; }
  .list_box .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    .list_box .txt time {
      color: #209EA8;
      font: 1.5rem/32px "Montserrat", sans-serif;
      font-weight: 600; }
    .list_box .txt span {
      border-radius: 50px;
      width: 100px;
      min-width: auto;
      height: 35px;
      display: block;
      background-color: #209EA8;
      color: #fff;
      text-align: center;
      font: 1.6rem/32px "Noto Sans JP", serif;
      font-weight: 500;
      text-decoration: none; }
    .list_box .txt p {
      width: 100%;
      text-decoration: none;
      margin: 0 auto;
      color: #005060;
      padding: 0;
      font: 1.6rem/1.8em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em; }

@media (hover: hover) {
  .list input[type=submit]:hover {
    cursor: pointer;
    background: url("../images_2025/common/icon_search.svg") center left 15px no-repeat #52BDC5;
    border: 1px solid #52BDC5; }

  .list_box a:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); } }
@media (max-width: 1280px) {
  .list {
    max-width: 960px;
    margin: 0 auto; }

  .list_box {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .list_box a {
      width: calc((100% - 25px)/2);
      margin: 0 0 30px 0; }
      .list_box a:nth-of-type(3n) {
        margin-right: 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .list .search {
    margin: 0 auto 40px; } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .list {
    width: 100%; }
    .list .search {
      width: 100%;
      max-width: 400px;
      flex-wrap: nowrap; }
    .list input[type=text] {
      max-width: 400px;
      width: 100%;
      height: 48px;
      padding-right: 60px; }
    .list input[type=submit] {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      width: 100%;
      height: 48px;
      width: 48px;
      margin: 0;
      background: url("../images_2025/common/icon_search.svg") center center no-repeat #0B7179;
      border: 1px solid #0B7179; }

  .list_box {
    margin: 0 auto 30px; }
    .list_box a {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 30px; }
      .list_box a:nth-of-type(3n) {
        margin: 0 auto 30px; }
    .list_box .txt {
      display: block; }
      .list_box .txt time {
        color: #209EA8;
        font: 1.6rem/1em "Montserrat", sans-serif;
        font-weight: 700; }
      .list_box .txt span {
        position: absolute;
        right: 0;
        top: -30px;
        width: 95px; }
      .list_box .txt p {
        padding: 8px 0 0;
        font: 1.7rem/1.8em "Noto Sans JP", serif;
        font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .list {
    border-left: none;
    width: 100%; }
    .list .search {
      margin: 0 auto 30px; }

  .list_box {
    max-width: 315px;
    width: 100%;
    margin: 0 auto 10px; }
    .list_box .txt time {
      font: 1.4rem/1em "Montserrat", sans-serif;
      font-weight: 700; }
    .list_box .txt span {
      font: 1.5rem/28px "Noto Sans JP", serif;
      font-weight: 500;
      height: 30px; }
    .list_box .txt p {
      padding: 8px 0 0;
      font: 1.6rem/1.8em "Noto Sans JP", serif;
      font-weight: 500; } }
/*max-width:480px*/
/****************************************/
.cat_head {
  width: 100%;
  margin: 0 0 60px;
  display: block; }
  .cat_head ul {
    margin: 0 0 30px;
    max-width: 855px;
    width: 100%; }
  .cat_head li {
    max-width: 130px;
    width: calc((100% - 50px)/6); }
  .cat_head a {
    min-height: auto;
    text-align: center;
    background-color: #209EA8;
    padding: 0; }
    .cat_head a:before {
      display: none; }
    .cat_head a.current {
      background-color: #005060; }

@media (hover: hover) {
  .cat_head .search a:hover {
    background-color: #005060; }
  .cat_head li a:hover {
    background-color: #005060; } }
@media (max-width: 1280px) {
  .cat_head {
    display: block; }
    .cat_head .search {
      width: 100%; }
    .cat_head ul {
      width: 100%;
      max-width: 720px;
      margin: 0 0 30px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .cat_head li {
    width: calc((100% - 40px)/3);
    max-width: 230px;
    margin: 0 0 10px; } }
@media (max-width: 768px) {
  .cat_head ul {
    max-width: 720px;
    margin: 0 0 10px; }
  .cat_head a {
    font: 1.5rem/34px "Noto Sans JP", serif;
    font-weight: 500;
    border-radius: 50px;
    height: 36px;
    padding: 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .cat_head {
    margin: 0 auto 30px; }
    .cat_head li {
      width: calc((100% - 20px)/3);
      max-width: 100px; } }
/*max-width:480px*/
/****************************************/
.activity_ttl {
  margin: 0 auto 60px;
  max-width: 1260px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #A8C6C8; }
  .activity_ttl .cat {
    background-color: #209EA8;
    font: 1.6rem/38px "Noto Sans JP", serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    width: 120px;
    height: 40px;
    display: block;
    border-radius: 50px;
    margin: 0; }
  .activity_ttl time {
    margin: 0 30px 0 0;
    color: #209EA8;
    font: 1.6rem/38px "Montserrat", sans-serif;
    font-weight: 500; }
  .activity_ttl p.ttl {
    width: 100%;
    margin: 10px 0 0;
    padding: 0 0 15px;
    font: 2.5rem/1.8em "Noto Sans JP", serif;
    font-weight: 500;
    letter-spacing: 0.05em; }

.activity_single {
  margin: 0 auto 60px;
  max-width: 1260px;
  width: 100%; }
  .activity_single img {
    border-radius: 20px !important; }
  .activity_single > img {
    max-width: 760px;
    margin: 0 0 50px; }
  .activity_single p {
    margin-bottom: 50px;
    word-break: break-all;
    text-align: justify;
    text-justify: inter-ideograph; }

@media (max-width: 768px) {
  .activity_ttl {
    margin: 0 0 40px;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .activity_ttl p.ttl {
      margin: 15px 0 0;
      font: 2.2rem/1.6em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em; }

  .activity_single {
    margin: 0 auto 40px; }
    .activity_single > img {
      max-width: 760px;
      margin: 0 0 25px; }
    .activity_single p {
      margin-bottom: 25px;
      word-break: break-all;
      text-align: justify;
      text-justify: inter-ideograph; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .activity_single {
    margin: 0 auto 40px; }

  .activity_ttl {
    margin: 0 0 30px; }
    .activity_ttl .cat {
      width: 90px;
      height: 32px;
      font: 1.4rem/30px "Noto Sans JP", serif;
      font-weight: 500; }
    .activity_ttl time {
      font: 1.4rem/30px "Montserrat", sans-serif;
      font-weight: 500; }
    .activity_ttl p.ttl {
      margin: 10px 0 0;
      font: 2rem/1.8em "Noto Sans JP", serif;
      font-weight: 500;
      letter-spacing: 0.05em; } }
/*max-width:480px*/
