@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;
}

@media (min-width: 768px) {
  .p-pageLink li {
    width: 220px;
  }
}
.p-pageLink li.Another a::after {
  top: 38%;
  transform: rotate(-45deg);
}
.p-pageLink li.Another a:hover::after {
  right: 17px;
}

@media (min-width: 768px) {
  #sec_01 {
    margin-bottom: 80px;
  }
}
#sec_01 h2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#sec_01 .p-col {
  padding: 0 22px;
}
@media (min-width: 768px) {
  #sec_01 .p-col {
    display: flex;
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  #sec_01 .p-col {
    padding: 0;
  }
}
#sec_01 .p-col .p-col__box {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #sec_01 .p-col .p-col__box {
    width: 50%;
  }
}
#sec_01 .p-col .p-col__box img {
  width: 100%;
  border-radius: 0 30px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: 750px;
}
#sec_01 .p-col .p-col__box .p-col__name {
  margin: 30px 0 26px;
  font-size: 18px;
  text-align: right;
}
@media (min-width: 768px) {
  #sec_01 .p-col .p-col__box:nth-of-type(1) {
    margin-right: 43px;
    line-height: 2.2;
  }
}
@media (min-width: 768px) {
  #sec_01 .p-col:nth-of-type(1) {
    margin-bottom: 65px;
  }
}
@media (min-width: 768px) {
  #sec_01 .p-col:nth-of-type(2) {
    max-width: 1560px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #sec_01 .p-col:nth-of-type(2) .p-col__box:nth-of-type(1) {
    order: 1;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  #sec_01 .p-col:nth-of-type(2) .p-col__box:nth-of-type(2) {
    margin-right: 43px;
  }
}

@media (min-width: 768px) {
  #sec_02 {
    max-width: 1200px;
    margin: auto;
  }
}
#sec_02 .p-outline {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #sec_02 .p-outline {
    padding: 0;
    margin: 0 0 75px;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
#sec_02 .p-outline div {
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  #sec_02 .p-outline div {
    flex-direction: column;
    justify-content: center;
  }
}
#sec_02 .p-outline dt, #sec_02 .p-outline dd {
  padding: 12px 0 12px 18px;
}
@media (min-width: 768px) {
  #sec_02 .p-outline dt, #sec_02 .p-outline dd {
    display: inline-block;
    border-bottom: 1px dotted #CCCCCC;
    padding: 21px 18px 21px 18px;
  }
  #sec_02 .p-outline dt:last-of-type, #sec_02 .p-outline dd:last-of-type {
    border-bottom: none;
  }
}
#sec_02 .p-outline dt {
  font-size: 16px;
  background-color: #F9F9F9;
}
@media (min-width: 768px) {
  #sec_02 .p-outline dt {
    width: 20%;
    text-align: center;
  }
  #sec_02 .p-outline dt p {
    padding: 13px;
  }
}
#sec_02 .p-outline dd {
  font-size: 16px;
}
@media (min-width: 768px) {
  #sec_02 .p-outline dd {
    width: 80%;
    padding-left: 20px;
  }
}
#sec_02 .post {
  border: 1px solid #000;
  padding: 15px;
  margin-bottom: 40px;
  max-width: 550px;
}
@media (max-width: 768px) {
  #sec_02 .post {
    padding: 10px;
  }
}
#sec_02 .post dl dt {
  margin-bottom: 0.8rem;
}
#sec_02 .post dl dd {
  padding-left: 3rem;
}
@media (max-width: 768px) {
  #sec_02 .post dl dd {
    padding-left: 0;
  }
}
#sec_02 .quaternary_title {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #sec_03 {
    max-width: 1200px;
    margin: auto;
  }
}
#sec_03 table {
  width: 100%;
}
@media (min-width: 768px) {
  #sec_03 table {
    display: table;
  }
}
#sec_03 table tr {
  display: block;
  padding: 15px;
}
@media (min-width: 768px) {
  #sec_03 table tr {
    padding: 22px 0px 22px 45px;
    display: flex;
    align-items: center;
  }
}
#sec_03 table tr td {
  font-size: 1.5rem;
  line-height: 32px;
  display: block;
}
@media (min-width: 768px) {
  #sec_03 table tr td {
    font-size: 1.6rem;
    display: table-cell;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #sec_03 table tr td:nth-of-type(1) {
    width: 12%;
  }
}
@media (min-width: 768px) {
  #sec_03 table tr td:nth-of-type(2) {
    width: 25%;
  }
}
@media (min-width: 768px) {
  #sec_03 table tr td:nth-of-type(3) {
    width: 60%;
  }
}
#sec_03 table tr:nth-of-type(even) {
  background-color: #F9F9F9;
}

@media (min-width: 768px) {
  #sec_04 {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  #sec_04 .pdf-section {
    padding: 0px 18px 60px;
  }
}

@media (min-width: 768px) {
  #sec_05 {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 100px;
  }
  #sec_05 .pdf-section {
    padding: 0px 18px 60px;
  }
}

/*PDF_button*/
@media (min-width: 768px) {
  .pdf_button_area {
    margin-left: 20px;
  }
}
.pdf_button_area div {
  border: 1px solid #499B62;
  border-radius: 10px;
  /* width: 100%; */
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .pdf_button_area div {
    width: 350px;
    margin-bottom: 0;
    margin-right: 8px;
  }
  .pdf_button_area div:last-of-type {
    margin-right: 0;
  }
}
.pdf_button_area div:last-of-type {
  margin-bottom: 0;
}
.pdf_button_area div a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #3d403e;
  text-align: left;
  padding: 16px 22px;
  position: relative;
  border-radius: 10px;
}
.pdf_button_area div a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #499B62;
  border-right: solid 2px #499B62;
  transition: 0.3s;
  margin-left: 1em;
  position: absolute;
  top: 38%;
  right: 20px;
  transform: translate(-50%, -50%);
  transform: rotate(-45deg);
}
.pdf_button_area div a p::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  background: url("../img/common/icon_pdf.svg") no-repeat center center;
  background-size: contain;
  margin: -3px 0px 0px 12px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .pdf_button_area div a:hover {
    background: #C3EEC0;
  }
  .pdf_button_area div a:hover::after {
    right: 15px;
  }
}

.plus_text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.plus_text span {
  font-weight: 400;
  font-size: 18px;
  color: #58655c;
  margin: 0 28px;
}