/* kodomoen */
@-webkit-keyframes floating-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes floating-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1%);
            transform: translateY(-1%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa-soft {
  /*
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    50% {
      transform: translate(4px, -12px) rotate(1deg);
    }
    100% {
      transform: translate(0, 0) rotate(0deg);
    }
  */
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, -8px);
            transform: translate(2px, -8px);
  }
  50% {
    -webkit-transform: translate(-2px, -14px);
            transform: translate(-2px, -14px);
  }
  80% {
    -webkit-transform: translate(2px, -6px);
            transform: translate(2px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-soft {
  /*
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    50% {
      transform: translate(4px, -12px) rotate(1deg);
    }
    100% {
      transform: translate(0, 0) rotate(0deg);
    }
  */
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(2px, -8px);
            transform: translate(2px, -8px);
  }
  50% {
    -webkit-transform: translate(-2px, -14px);
            transform: translate(-2px, -14px);
  }
  80% {
    -webkit-transform: translate(2px, -6px);
            transform: translate(2px, -6px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*
@mixin line_dot() {
  background-image: repeating-linear-gradient(90deg, #003a91, #003a91 10px, transparent 10px, transparent 20px);
//  background-position: left bottom;
  background-position: left 15px bottom;
  background-repeat: repeat-x;
//  background-size: 100% 5px;
  background-size: calc(100% * 20) 5px;
  @include breakpoint__max(device_sp) {
    background-image: repeating-linear-gradient(90deg, #003a91, #003a91 5px, transparent 5px, transparent 10px);
    background-position: left 7px bottom;
    background-repeat: repeat-x;
    background-size: calc(100% * 10) 3px;
  }
}
*/
@-webkit-keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
/* sitemap */
/* ------------------------------------ */
.sitemap main {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .sitemap main {
    padding-bottom: 50px;
  }
}
.sitemap .sec.main_width {
  max-width: 1024px;
}
.sitemap .sec dl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CFE6E6;
  line-height: 1;
}
.sitemap .sec dl dt {
  position: relative;
  padding-left: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sitemap .sec dl dt {
    font-size: 1.8rem;
  }
}
.sitemap .sec dl dt::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 31px;
  background: #00989F;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sitemap .sec dl dt::before {
    height: 100%;
  }
}
.sitemap .sec dl dt a {
  position: relative;
  padding-right: 52px;
  font-size: 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sitemap .sec dl dt a {
    padding-right: 40px;
    font-size: 1.8rem;
  }
}
.sitemap .sec dl dt a::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 12px;
  background: url(../img/common/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 6px);
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap .sec dl dt a:hover::after {
  right: -5px;
}
.sitemap .sec dl dd {
  margin-top: 30px;
  margin-left: 30px;
}
.sitemap .sec dl dd .sttl a {
  position: relative;
  padding-right: 52px;
  font-size: 2rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sitemap .sec dl dd .sttl a {
    padding-right: 40px;
    font-size: 1.8rem;
  }
}
.sitemap .sec dl dd .sttl a::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 12px;
  background: url(../img/common/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 6px);
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap .sec dl dd .sttl a:hover::after {
  right: -5px;
}
.sitemap .sec dl dd ul {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 50px;
  background: url(../img/common/dotline.png) repeat-x 0 bottom;
}
.sitemap .sec dl dd ul li a {
  position: relative;
  padding-right: 24px;
  color: #606060;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sitemap .sec dl dd ul li a {
    font-size: 1.4rem;
  }
}
.sitemap .sec dl dd ul li a::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 8px;
  background: url(../img/common/arrow-01.svg) no-repeat 0 0/contain;
  top: calc(50% - 4px);
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap .sec dl dd ul li a:hover {
  color: #00666A;
}
.sitemap .sec dl dd ul li a:hover::after {
  right: -5px;
}