@charset "UTF-8";
body {
  color: #1a1a1e;
  font-family: "Zen Maru Gothic", sans-serif;
}

::-moz-selection {
  background: #25bc7e;
  color: #ffffff;
}

::selection {
  background: #25bc7e;
  color: #ffffff;
}

h1.header_h1.sp_only {
  display: none;
  width: 10%;
  min-width: 180px;
  padding: 0 10px;
  z-index: 9;
  position: fixed;
}

#GuririUmi .guriri-global-nav {
  background-color: #25bc7e;
  border-bottom-color: #11a860;
  position: relative;
  width: 85%;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  width: 100%;
  z-index: 10;
}
#GuririUmi .guriri-global-nav h1.header_h1 {
  width: 15%;
  min-width: 220px;
  padding: 0 10px;
  z-index: 9;
}
#GuririUmi .guriri-global-nav ul li {
  border-left: none;
}

.bg-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/umi/bg_guriumipro.jpg);
  background-size: cover;
}

.bg-lightblue {
  background-color: #d9fcff;
}

.w_limit_sp {
  width: 96%;
  margin: auto;
}

.w_limit_1440 {
  max-width: 1440px;
  margin: auto;
}

h3.h3_normal {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  border: none;
  padding: 0;
  text-align: left;
  white-space: pre-wrap;
  border-left: 10px solid #31adfb;
  border-bottom: 1px solid #1a1a1e;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.comingsoon {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: #46c8ff;
  margin-bottom: 30px;
}

/*---------------------------
  ぐりりの海プロジェクト
---------------------------*/
.umi section {
  padding: 0px 0;
}
.umi section > .w_limit_1200 {
  padding: 0;
  border-radius: 0;
}

.umi-title .w_limit_1200 {
  position: relative;
}
.umi-title .w_limit_1200::before, .umi-title .w_limit_1200::after {
  content: "";
  background-repeat: no-repeat;
}

.main-guriri {
  position: absolute;
  top: 60px;
  left: 0;
  width: 28%;
}
.main-guriri img {
  width: 260px;
  height: auto;
}

.main-joe {
  position: absolute;
  top: 50px;
  right: -10px;
  width: 20%;
}
.main-joe img {
  width: 152px;
  height: auto;
}

.main-wo {
  position: absolute;
  top: 280px;
  right: 15px;
  width: 20%;
}
.main-wo img {
  width: 160px;
  height: auto;
}

.umi-logo {
  text-align: center;
  padding: 25px 0 0px;
  width: 100%;
  margin: 0 auto;
}
.umi-logo img {
  max-width: 720px;
  height: auto;
  width: 100%;
}

section#About {
  padding-bottom: 0;
}

.about-inner {
  width: 100%;
  text-align: center;
  padding: 0px 25px;
  margin: 70px auto 50px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 25px;
  position: relative;
  z-index: 1;
}
.about-inner span.about-green {
  font-weight: 600;
  color: #27A458;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #fff480 40%);
}
.about-inner span.about-umi {
  font-weight: 600;
  color: #31adfb;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #fff480 40%);
}

#Topics {
  padding: 50px 0 30px;
}

h2 {
  font-size: 3.2rem;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
h2::after {
  content: "";
  background-image: url("../images/umi/icon_h2.svg");
  background-repeat: no-repeat;
  width: 120px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.topics-container {
  margin: 25px auto;
  border-bottom: solid 1px #46c8ff;
}

.topics-box {
  border-top: solid 1px #46c8ff;
  padding: 10px 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
.topics-box .date {
  color: #838397;
  width: 12%;
  margin-right: 5%;
  display: block;
  font-size: 1.5rem;
}
.topics-box .news {
  width: 80%;
  display: block;
  font-size: 1.8rem;
}
.topics-box a {
  width: 100%;
  display: flex;
  text-decoration: none;
}
.topics-box a:hover {
  background-color: rgba(49, 173, 251, 0.25);
  opacity: 0.4;
}

section.map {
  padding: 50px 0px 100px;
  position: relative;
  z-index: 5;
}
section.map::before {
  content: "";
  position: absolute;
  top: 0%;
  left: -15px;
  background-image: url("../images/forest/bg-tree-leaf-l.svg");
  width: 345px;
  height: 247px;
  background-repeat: no-repeat;
}

.gurimori-map-link {
  display: block;
}

.gurimori-map {
  position: relative;
  filter: drop-shadow(0px 0px 15px rgba(183, 123, 51, 0.35));
}

.map-pdf-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  text-align: center;
}
.map-pdf-btn img {
  width: 372px;
  height: auto;
  max-width: 100%;
}

.syuuhen-flexbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.map-syuuhen {
  max-width: 500px;
}
.map-syuuhen img {
  width: 570px;
  height: auto;
  max-width: 100%;
}

.syuuhen-right {
  padding-left: 20px;
}
.syuuhen-right figure {
  text-align: center;
}

.syuuhen-txt {
  background-color: #ffffff;
  border-radius: 12px;
  border: solid 5px #c1e026;
  padding: 25px;
  max-width: 480px;
  margin-bottom: 45px;
  position: relative;
}
.syuuhen-txt::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 23px;
  margin: auto;
  background-image: url("../images/forest/fuki-triangle.svg");
}

.to-googlemap {
  margin-left: 0rem;
  padding-left: 2rem;
  position: relative;
}
.to-googlemap::before {
  content: "";
  background-image: url("../images/icon-mappin.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 22px;
}

.middle_image_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.middle_image_container .illust {
  z-index: 1;
  position: relative;
  text-align: center;
}
.middle_image_container .illust img {
  animation: floatUpDown 3s ease-in-out infinite;
  display: inline-block;
  position: relative;
}
.middle_image_container .illust::before {
  content: "";
  background-image: url("../images/umi/illust_guriumi_kaisou.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.middle_image_container .wave {
  z-index: 0;
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: auto;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1200px) {
  .forest-logo {
    padding-top: 12vw;
    width: 55vw;
    z-index: 5;
    position: relative;
  }
  .main-guriri {
    top: 15px;
    left: -3vw;
    width: 28vw;
  }
  .main-joe {
    top: 1vw;
    right: 1vw;
    width: 15vw;
  }
  .main-wo {
    top: 22vw;
    right: 5vw;
    width: 15vw;
  }
  .about-inner {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
  }
  .kyouryoku {
    text-indent: -5rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .forest::before, .forest::after {
    width: 10%;
  }
  section.map::before {
    width: 30%;
    height: 200px;
  }
  section.syuuhen::before {
    right: 0;
    width: 25%;
  }
}
@media screen and (max-width: 1080px) {
  #GuririUmi .wrap {
    padding-top: 80px;
    margin-top: 0;
  }
  h1.header_h1.sp_only {
    display: block;
  }
  .guriri-global-nav h1.header_h1 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .map-pdf-btn {
    position: relative;
    bottom: 0;
    margin-top: 15px;
  }
  .syuuhen-flexbox {
    flex-direction: column;
  }
  .map-syuuhen {
    margin: 0 auto;
  }
  .map-syuuhen img {
    width: 570px;
    height: auto;
    max-width: 100%;
  }
  .to-googlemap {
    margin-left: 2rem;
    padding-left: 0rem;
    margin-top: 15px;
    text-align: left;
  }
  .to-googlemap::before {
    left: -20px;
  }
  .syuuhen-right {
    padding-left: 0px;
    padding-top: 50px;
    margin: 0 auto;
  }
  .syuuhen-right figure {
    text-align: center;
  }
  .syuuhen-txt {
    max-width: 100%;
    margin-bottom: 45px;
  }
  .syuuhen-txt::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    top: -21px;
    bottom: auto;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 660px) {
  .about {
    padding: 10px 15px;
  }
  .about::before {
    top: -10px;
  }
  .topics-box {
    border-top: solid 1px #BCC0C8;
    padding: 10px 15px;
    flex-direction: column;
    width: 100%;
  }
  .topics-box .date {
    width: 100%;
    margin-right: 0%;
  }
  .topics-box .news {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .umi-title .w_limit_1440 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .about-inner {
    padding: 15px;
  }
  section.map {
    padding-bottom: 0;
  }
  section.syuuhen figure {
    width: 70%;
    margin: 0 auto;
  }
  .syuuhen-txt {
    padding: 15px;
  }
  .footer-bg-grass {
    padding-bottom: 45px;
  }
}
/*--------------------------------------------
  カテゴリ
---------------------------------------------*/
#Category {
  padding: clamp(24px, 4vw, 48px) 0;
}

.category_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  z-index: 2;
  position: relative;
}

.category_item {
  background: #fff;
  width: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 10px solid rgba(70, 200, 255, 0.2);
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1;
  max-width: 500px;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.category_item > a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  z-index: 1;
  text-decoration: inherit;
  color: inherit;
}
.category_item > a:hover {
  opacity: 0.5;
}

.category_item_wrap:first-of-type {
  width: 100%;
  margin-bottom: 30px;
}
.category_item_wrap:first-of-type .category_item {
  max-width: 540px;
}

.category_item_wrap:nth-of-type(2) {
  width: 46%;
  height: auto;
  margin-right: 2%;
}

.category_item_wrap:nth-of-type(3) {
  width: 46%;
  height: auto;
  margin-left: 2%;
}

.category_img {
  text-align: center;
  margin-bottom: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.category_img img {
  max-width: 720px;
  width: 100%;
  border-radius: 10px;
}

.category_title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  margin: 4px 0 0;
  color: #31adfb;
}

.category_desc {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 4px;
  text-align: center;
  padding: 10px;
}

.circle-bg {
  position: relative;
  width: 100%;
}
.circle-bg::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 85%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(144, 245, 154, 0.75), rgba(4, 202, 255, 0.75));
  z-index: 0;
}

@media (max-width: 1000px) {
  .category_item {
    background: #fff;
    width: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    max-width: 500px;
    border-radius: 15px;
    margin: auto;
    margin-top: 30px;
    padding: 15px 0;
  }
  .category_item img {
    width: 100%;
    margin-top: -35px;
  }
  .category_item_wrap {
    margin-bottom: 25px;
  }
  .category_item_wrap:first-of-type {
    width: 100%;
  }
  .category_item_wrap:nth-of-type(2) {
    width: 100%;
    margin-right: 0%;
  }
  .category_item_wrap:nth-of-type(3) {
    width: 100%;
    margin-right: 0%;
  }
  .circle-bg {
    position: relative;
    width: 100%;
  }
  .circle-bg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 80%;
    aspect-ratio: auto;
    border-radius: 0;
    background: linear-gradient(rgb(144, 245, 154), rgb(4, 202, 255));
    z-index: 0;
  }
}
/*--------------------------------------------
  カードレイアウト
---------------------------------------------*/
.article-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.article-container > li,
.article-container > dl {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
  transition: 0.2s;
  text-align: center;
}
.article-container > li a,
.article-container > dl a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.article-container > li a:hover,
.article-container > dl a:hover {
  transition: 0.2s;
  opacity: 1;
}
.article-container h3 {
  color: #31adfb;
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
  border: none;
  padding: 0;
  text-align: left;
  white-space: pre-wrap;
}

figure.article_thumbnail {
  position: relative;
  width: 100%;
  height: 280px;
  /* 画像エリアの高さを固定 */
  overflow: hidden;
  border-radius: 15px;
}
figure.article_thumbnail .article_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  /* ぼかし効果 */
  transform: scale(1.2);
  /* ぼかしが端で途切れないように拡大 */
}
figure.article_thumbnail img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* 画像を縮小して中央配置 */
  z-index: 2;
}

p.article_date {
  color: #31adfb;
  font-weight: 600;
  margin-top: 10px;
  text-align: left;
}
p.article_date time {
  font-size: 1.6rem;
  font-family: "Dosis", sans-serif;
}

.article_description {
  text-align: left;
  font-size: 1.5rem;
  white-space: pre-wrap;
}

p.caption {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 10px;
}

.article-text {
  padding: 0 15px;
}

.article-container.cal2 > li,
.article-container.cal2 > dl {
  width: 48%;
  margin-right: 4%;
}
.article-container.cal2 > li:nth-of-type(2n),
.article-container.cal2 > dl:nth-of-type(2n) {
  margin-right: 0;
}
.article-container.cal2::after {
  content: "";
  width: 48%;
}

.article-container.cal3 li {
  width: 32%;
  margin-right: 2%;
}
.article-container.cal3 li:nth-of-type(3n) {
  margin-right: 0;
}
.article-container.cal3::after {
  content: "";
  width: 32%;
}

.event_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 高さ＝幅の56.25% → 16:9比率 */
  overflow: hidden;
}
.event_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}

@media (max-width: 1200px) {
  .article-container li {
    width: 100%;
  }
  .article-container li a.Btn {
    height: 36px;
    line-height: 32px !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-size: 13px;
  }
  .article-container li a.Btn::after {
    content: "";
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .article-text {
    padding-top: 10px;
  }
  .article-container.cal3 li {
    width: 48%;
    margin-right: 4%;
  }
  .article-container.cal3 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .article-container.cal3::after {
    content: "";
    width: 48%;
  }
}
@media (max-width: 768px) {
  .article-container.cal2 li,
  .article-container.cal3 li {
    width: 100%;
    margin-right: 0;
    margin: 0 auto 40px;
  }
  .article-container.cal2 li:nth-of-type(2n),
  .article-container.cal3 li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/*--------------------------------------------
[0X] 関連動画
---------------------------------------------*/
section#videoLibrary {
  padding-top: 100px;
  padding-bottom: 100px;
}

ul.article-container.video_container .video_box {
  padding: 15px 0px 25px;
}
ul.article-container.video_container .video_box .event_embed > a {
  transition: 0.3s;
}
ul.article-container.video_container .video_box .event_embed > a::before {
  transition: 0.3s;
}
ul.article-container.video_container .video_box .event_embed > a::after {
  content: "";
  background: url(../images/icon_play.svg) no-repeat center;
  width: 28%;
  height: 28%;
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  z-index: 2;
  transition: 0.3s;
}
ul.article-container.video_container .video_box .event_embed > a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
ul.article-container.video_container .video_box .event_embed > a:hover::after {
  background: url(../images/icon_play_hover.svg) no-repeat center;
  transition: 0.3s;
}
ul.article-container.video_container .article_text {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  align-items: flex-start;
}
ul.article-container.video_container .article_text .article_oa {
  margin-top: 10px;
  text-align: left;
  color: #31adfb;
  font-size: 1.5rem;
  background-color: #31adfb;
  color: #ffffff;
  display: inline-block;
  width: auto;
  padding: 0 10px;
}
ul.article-container.video_container .article_text h3.article_title {
  margin-bottom: 0;
  margin-top: 5px;
  border: none;
  color: #1a1a1e;
}

.video_container .event_embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  padding-top: 0;
  text-align: center;
  margin: auto;
  background-color: transparent;
}
.video_container .event_embed a {
  display: block;
  width: 100%;
  height: 100%;
}
.video_container .event_embed a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}
.video_container .event_embed a::after {
  content: "";
  background: url(../images/icon_play.svg) no-repeat center;
  width: 20%;
  height: 20%;
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  right: -2%;
  bottom: 2.5%;
  pointer-events: none;
  z-index: 2;
}

[v-cloak] {
  pointer-events: none;
}
[v-cloak] .event_embed {
  background-color: #d0d0d0;
  border-radius: 6px;
  width: 100%;
  aspect-ratio: 3/2;
  animation: pulse 1.5s infinite;
  color: transparent !important;
}
[v-cloak] .event_embed img {
  display: none;
}
[v-cloak] .article_text {
  margin-top: 0.5em;
}
[v-cloak] .article_text .article_oa {
  color: transparent !important;
}
[v-cloak] .article_text h3.article_title {
  background-color: #e0e0e0;
  height: 1.2em;
  width: 70%;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
  color: transparent !important;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  section#videoLibrary {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*--------------------------------------------
[03]サブページタイトル・パンくず
---------------------------------------------*/
.subpage-header {
  padding-bottom: 0px;
  position: relative;
  /*  background-image: url(../images/umi/bg.jpg);*/
  padding-top: 90px;
}

.subpage_title {
  width: 96%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 25%;
  height: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  letter-spacing: 0.5rem;
  position: relative;
  background-repeat: no-repeat;
}
.subpage_title h1 {
  z-index: 1;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin: auto;
  color: #1a1a1e;
}
.subpage_title h1 span {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 5px;
}

.Crumbs {
  margin-top: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1.5rem;
  width: 96%;
}
.Crumbs li {
  position: relative;
  margin-right: 30px;
  font-weight: 600;
}
.Crumbs li i.fa-solid.fa-house {
  margin-right: 3px;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: -0.1em;
  background-size: contain;
  font-style: normal;
  background: url("../images/house-solid.svg") no-repeat center center;
}
.Crumbs li a {
  color: #1a1a1e;
}
.Crumbs li::after {
  content: "";
  border-width: 1px 0px 0px 1px;
  border-color: #1a1a1e;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
  position: absolute;
  top: 3px;
  bottom: 0;
  left: -22px;
  margin: auto;
}
.Crumbs li:first-of-type::after {
  display: none;
}

@media (max-width: 1030px) {
  .subpage-header::before {
    content: "";
    margin: auto;
    width: 45%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .subpage_title {
    height: auto;
    margin-bottom: 25px;
  }
  .subpage_title h1 {
    font-size: 2.8rem;
    text-align: center;
  }
}
/*--------------------------------------------
[08] 記事ページ
---------------------------------------------*/
#Article .w_limit_1200, #Article .w_limit_1440 {
  padding-top: 25px;
  padding-bottom: 75px;
}

.article-main {
  position: relative;
}

.article_date {
  font-size: 1.8rem;
  font-weight: 600;
  color: #11a860;
}

#Article h3 {
  border-top: solid 1px #31adfb;
  border-bottom: solid 1px #11a860;
  font-size: 2.6rem;
  padding: 12px 0px 12px 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Article h3::before {
  content: "";
  width: 40px;
  height: 48px;
  background-image: url("../images/umi/icon-article.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.activity .picture-box {
  margin: 40px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activity .picture-box figure {
  width: 48%;
  margin-bottom: 25px;
  text-align: center;
}
.activity .picture-box figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.activity-summary {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .activity-summary {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .activity .picture-box.picture-box-sp-1cal {
    flex-direction: column;
  }
  .activity .picture-box.picture-box-sp-1cal figure {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
/*--------------------------------------------
[09] フッター
---------------------------------------------*/
footer {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: rgb(42, 131, 190);
  padding: 50px 0 200px;
  margin-top: -15px;
  z-index: 0;
}
footer::before {
  display: none;
}

footer table {
  width: 100%;
  color: #ffffff;
}
footer table th, footer table td {
  padding: 20px 15px;
  vertical-align: middle;
}
footer table th {
  text-align: center;
  width: 25%;
  border-top: solid 1px #ffffff;
}
footer table th:last-of-type {
  border-bottom: solid 1px #ffffff;
}
footer table td {
  width: 75%;
  padding-left: 25px;
  border-top: solid 1px #ffffff;
  text-align: left;
}
footer table td:last-of-type {
  border-bottom: solid 1px #ffffff;
}

.wave_container {
  position: relative;
}

.footer_illust {
  width: 100%;
  max-width: 1080px;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}
.footer_illust img {
  animation: floatUpDown 3s ease-in-out infinite;
}

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
small {
  text-align: center;
  display: block;
  background: rgb(42, 131, 190);
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  small {
    display: block;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
  footer table {
    background-color: transparent;
  }
  footer table tr {
    border: none;
  }
  footer table tr:last-of-type {
    border: none;
  }
  footer table th, footer table td {
    display: block;
  }
  footer table th {
    text-align: center;
    width: 100%;
    padding: 5px 15px;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #0067B4;
  }
  footer table td {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}/*# sourceMappingURL=umi.css.map */