@charset "UTF-8";
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 1;
    transform: translate3d(0, -60px, 0);
  }
  100% {
    opacity: 0;
    transform: none;
  }
}
@-webkit-keyframes sun {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sun {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cloud {
  100% {
    background-position: -100% 0;
  }
}
@keyframes cloud {
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes cloud02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0);
  }
}
@keyframes cloud02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1920px, 0, 0);
  }
}
@-webkit-keyframes sprout {
  0% {
    transform: translate(0, 101%) scale(0, 0);
  }
  80% {
    transform: translate(0, 0) scale(0.6, 1.3);
  }
  90% {
    transform: translate(0, 0) scale(1.2, 0.8);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes sprout {
  0% {
    transform: translate(0, 101%) scale(0, 0);
  }
  80% {
    transform: translate(0, 0) scale(0.6, 1.3);
  }
  90% {
    transform: translate(0, 0) scale(1.2, 0.8);
  }
  100% {
    transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes news-bg {
  0% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
  30% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  30% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  100% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
}
@keyframes news-bg {
  0% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
  30% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  30% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  100% {
    border-radius: 65% 53% 37% 46%/72% 63% 44% 70%;
  }
}
/*時間差(秒)※動的に出力する箇所はnth-of-type使用*/
.d1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.d2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.d3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.d4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.d5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.item {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.item.fiu.is-show {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.l_main_wrap {
  height: 181px;
  background: url("../img/common/bg_main.png");
  background-size: cover;
  padding: 68px 0;
}
@media (min-width: 768px) {
  .l_main_wrap {
    background-size: contain;
  }
}
.l_main_wrap .primary_title {
  font-size: 30px;
  color: #fff;
  text-align: left;
  padding-left: 60px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l_main_wrap .primary_title {
    font-size: 40px;
    text-align: left;
    max-width: 1200px;
    margin: auto;
  }
}

.secondary_title {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: left;
  padding-left: 55px;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .secondary_title {
    font-size: 32px;
    padding-left: 30px;
  }
}
.secondary_title::before {
  content: "";
  width: 36px;
  height: 24px;
  border-radius: 0 10px 0 0;
  background-color: #5DDB83;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (min-width: 768px) {
  .secondary_title::before {
    width: 14px;
    height: 50px;
  }
}

.tertiary_title {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-weight: 600;
  position: relative;
  color: #499B62;
}
@media (min-width: 768px) {
  .tertiary_title {
    font-size: 22px;
  }
}
.tertiary_title::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D2D2D2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.tertiary_title::after {
  content: "";
  width: 20vw;
  height: 2px;
  background-color: #5BD27F;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .tertiary_title::after {
    width: 166px;
  }
}

.quaternary_title {
  background-color: #C3EEC0;
  font-size: 16px;
  padding: 10px 0 10px 23px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .quaternary_title {
    font-size: 18px;
  }
}

.p-newsList {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 40px;
}
.p-newsList .p-newsList__item {
  font-size: 1.8rem;
}
.p-newsList .p-newsList__item + li {
  border-top: dotted 1px #ccc;
}
.p-newsList .p-newsList__item a {
  position: relative;
  text-decoration: underline;
  transition: 0.3s;
}
.p-newsList .p-newsList__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 3%;
  top: 50%;
  width: 15px;
  height: 12px;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-50%);
  background: url("../img/common/arrow.svg") no-repeat center center;
}
@media (min-width: 768px) {
  .p-newsList .p-newsList__item a:hover {
    color: #5BD27F;
    background: #F9FAF1;
  }
}
@media (min-width: 768px) {
  .p-newsList .p-newsList__item a:hover::after {
    opacity: 1;
    -webkit-animation: slideInLeft 1s;
            animation: slideInLeft 1s;
    right: 5%;
  }
}
.p-newsList .p-newsList__item a, .p-newsList .p-newsList__item div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 20px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .p-newsList .p-newsList__item a, .p-newsList .p-newsList__item div {
    flex-direction: row;
  }
}
.p-newsList .p-newsList__item a .p-newsList__item--date, .p-newsList .p-newsList__item div .p-newsList__item--date {
  width: 140px;
  display: inline-block;
}
.p-newsList .p-newsList__item a .p-newsList__item--title, .p-newsList .p-newsList__item div .p-newsList__item--title {
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-newsList .p-newsList__item a .p-newsList__item--title, .p-newsList .p-newsList__item div .p-newsList__item--title {
    width: calc(100% - 140px);
  }
}
.p-newsList .btnArea {
  margin-bottom: 30px;
}

.c-read {
  margin-bottom: 1.5em;
}

.c-listTitle {
  margin-bottom: 5px;
}
.c-listTitle::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333;
  margin-right: 5px;
}

.c-list {
  padding: 0 0 0 1em;
  position: relative;
}
.c-list .c-list__item + li {
  margin-top: 4px;
}
.c-list--disc {
  list-style-type: disc;
}
.c-list--ol .c-list__item {
  list-style-type: decimal;
}
.c-list--alphabet .c-list__item {
  list-style-type: upper-alpha;
}
.c-list .counter__lebel--01 {
  counter-increment: counter;
  padding-left: 2rem;
}
.c-list .counter__lebel--01::before {
  content: " ( " counter(counter) " ) ";
  margin-right: 0.5rem;
  position: absolute;
  left: 0.2rem;
}

.c-indent {
  text-indent: -1.05em;
  padding-left: 1em;
  line-height: 1.5;
}

.p-pageLink {
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-pageLink {
    padding: 50px 20px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1500px;
  }
}
.p-pageLink li {
  border: 1px solid #5BD27F;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-pageLink li {
    width: 204px;
    margin-bottom: 8px;
    margin-right: 8px;
  }
}
.p-pageLink li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-pageLink li:last-of-type {
    margin-right: 0;
  }
}
.p-pageLink li a {
  font-size: 16px;
  display: block;
  text-align: left;
  padding: 16px 22px;
  position: relative;
  font-weight: bold;
  border-radius: 10px;
}
.p-pageLink li a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #5BD27F;
  border-right: solid 2px #5BD27F;
  transition: 0.3s;
  margin-left: 1em;
  position: absolute;
  top: 35%;
  right: 20px;
  transform: translate(-50%, -50%);
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .p-pageLink li a:hover {
    background: #C3EEC0;
  }
}
@media (min-width: 768px) {
  .p-pageLink li a:hover::after {
    top: 40%;
  }
}

.c-iconLink--pdf {
  display: inline-block;
  padding: 5px 0;
  color: #499B62;
  transition: 0.3s;
}
.c-iconLink--pdf::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../img/common/icon_pdf.svg") no-repeat center bottom;
  background-size: contain;
  margin-left: 0.5em;
  margin-bottom: -4px;
}
@media (min-width: 768px) {
  .c-iconLink--pdf:hover {
    text-decoration: underline;
  }
}