@-webkit-keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
@keyframes arrow_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  30% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
  100% {
    left: calc(50% - 2.5px);
    opacity: 1;
  }
}
#lp3 {
  color: #2c3f70;
}
#lp3 .breadcrumbs {
  display: none;
}
@media all and (max-width: 767px) {
  #lp3 .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #lp3 .header .gnav {
    position: relative;
  }
  #lp3 .header .btn_01 {
    width: 113px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
  }
}
#lp3 .lp3_page .section_header {
  background: #1c4797;
  max-height: 368px;
  position: relative;
  margin-bottom: 67px;
  margin-top: 72px;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .section_header {
    max-height: 483px;
    min-height: 483px;
    margin-top: 0;
    background: #fff;
    margin-bottom: 34px;
  }
}
#lp3 .lp3_page .section_header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .section_header .header_wrap {
    display: block;
    position: relative;
    z-index: 2;
    min-height: 483px;
    background-color: #fff;
    overflow: hidden;
  }
}
#lp3 .lp3_page .section_header .header_wrap .title_wrap {
  margin: 30px 26px 92px 30px;
  width: 593px;
  color: #fff;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .section_header .header_wrap .title_wrap {
    width: 76%;
    min-height: 358px;
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #fff;
    background: #8b5abe;
    padding: 13px 30px 30px;
    margin-left: 5%;
  }
}
#lp3 .lp3_page .section_header .header_wrap .title_wrap p {
  margin-top: 63px;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .section_header .header_wrap .title_wrap p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}
#lp3 .lp3_page .section_header .header_wrap .title_wrap .page-title {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .section_header .header_wrap .title_wrap .page-title {
    font-size: 30px;
  }
}
#lp3 .lp3_page .section_header .header_wrap figure {
  width: 100%;
  height: 368px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .section_header .header_wrap figure {
    position: absolute;
    top: 76px;
    width: 100%;
    height: 483px;
    z-index: 1;
    margin-bottom: 34px;
  }
}
#lp3 .lp3_page .section_header .header_wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .section_header .header_wrap figure img {
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: left;
       object-position: left;
  }
}
#lp3 .lp3_page .section_header .lp_link {
  text-align: right;
}
#lp3 .lp3_page .section_header .lp_link a {
  color: #fff;
}
#lp3 .lp3_page .content {
  padding: 0;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content {
    margin-top: 0;
  }
}
#lp3 .lp3_page .content .container {
  width: min(1120px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  margin: auto;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp3 .lp3_page .content .container article {
  width: min(740px, 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .toukou {
    margin-bottom: 10px;
  }
}
#lp3 .lp3_page .content .container article .post_item {
  margin: 0 auto;
  background: #fff;
  width: min(758px, 100%);
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item .post_img {
    position: relative;
  }
}
#lp3 .lp3_page .content .container article .post_item .post_img figure {
  width: min(758px, 100%);
  height: 440px;
  max-height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item .post_img figure {
    height: 248px;
  }
}
#lp3 .lp3_page .content .container article .post_item .post_img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#lp3 .lp3_page .content .container article .post_item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
#lp3 .lp3_page .content .container article .post_item h2 {
  height: 50px;
  font-weight: 700;
  line-height: 25px;
  font-size: 20px;
  position: relative;
  text-align: left;
  letter-spacing: 0.04rem;
  margin: 32px 0 10px;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item h2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 100%;
    font-size: 20px;
    line-height: 22px;
    max-height: 66px;
  }
}
#lp3 .lp3_page .content .container article .post_item h2::after {
  content: "";
  margin-top: 9px;
  display: block;
  background: #2c3f70;
  width: 100%;
  height: 1px;
  bottom: -9px;
}
#lp3 .lp3_page .content .container article .post_item figure + h2 {
  margin-top: 60px;
}
#lp3 .lp3_page .content .container article .post_item h2 + p,
#lp3 .lp3_page .content .container article .post_item h2 + h3 {
  margin-top: 16px;
}
#lp3 .lp3_page .content .container article .post_item h3 {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  position: relative;
  padding-left: 11px;
  margin: 35px 0 16px;
  overflow: hidden;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 0 21px;
    height: auto;
    max-height: 60px;
  }
}
#lp3 .lp3_page .content .container article .post_item h3::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 3px;
  height: 22px;
  background: #2c3f70;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item h3::before {
    max-height: 54px;
    height: auto;
  }
}
#lp3 .lp3_page .content .container article .post_item .wp-block-image {
  overflow: hidden;
  margin-top: 2rem;
  aspect-ratio: 16/9;
}
#lp3 .lp3_page .content .container article .post_item .wp-block-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item ul {
    margin-left: 0;
  }
}
#lp3 .lp3_page .content .container article .post_item table {
  width: 100%;
  margin-top: 1rem;
}
#lp3 .lp3_page .content .container article .post_item table td,
#lp3 .lp3_page .content .container article .post_item table th {
  border: #969696 1px solid;
  padding: 0.5em;
}
#lp3 .lp3_page .content .container article .post_item table th {
  white-space: nowrap;
  font-weight: normal;
  background: #f5f5f5;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item table th {
    text-align: center;
  }
}
#lp3 .lp3_page .content .container article .post_item table td {
  text-align: left;
}
#lp3 .lp3_page .content .container article .post_item .lp3-img-auto {
  margin-top: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#lp3 .lp3_page .content .container article .post_item .lp3-img-auto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
#lp3 .lp3_page .content .container article .post_item .related-posts-block {
  margin: 43px auto 68px;
  position: relative;
  padding: 19px;
  width: 100%;
  border: solid 1px #c1bfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  color: #2c3f70;
}
#lp3 .lp3_page .content .container article .post_item .related-posts-block h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#lp3 .lp3_page .content .container article .post_item .related-posts-block .related-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item .related-posts-block .related-posts li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#lp3 .lp3_page .content .container article .post_item .related-posts-block .related-posts li figure {
  width: min(132px, 100%);
  height: 72px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#lp3 .lp3_page .content .container article .post_item .related-posts-block .related-posts li figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp3 .lp3_page .content .container article .post_item .related-posts-block .related-posts li .related_wrap {
  width: 100%;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item .related-posts-block .related-posts li .related_wrap {
    margin-left: 0;
  }
}
#lp3 .lp3_page .content .container article .post_item .related-posts-block .related-posts li .related_wrap a {
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #2c3f70;
}
#lp3 .lp3_page .content .container article .post_item .related-posts-block .related-posts li .related_wrap a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item .related-posts-block .related-posts li .related_wrap a {
    margin-bottom: 15px;
  }
}
#lp3 .lp3_page .content .container article .post_item .btn_01 {
  width: 186px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 57px auto;
}
#lp3 .lp3_page .content .container article .post_item .post_content {
  padding-bottom: 70px;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item .post_content {
    margin-top: 0;
  }
}
#lp3 .lp3_page .content .container article .post_item .post_content .post_box {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container article .post_item .post_content .post_box {
    padding: 36px 24px 0 21px;
  }
}
#lp3 .lp3_page .content .container article .post_item .post_content .post_box #toc_container {
  margin: 49px 0 32px;
}
#lp3 .lp3_page .content .container aside {
  width: min(331px, 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #2c3f70;
}
#lp3 .lp3_page .content .container aside .widget-title {
  margin: 12px auto 45px;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  height: 35px;
  letter-spacing: 0.1rem;
  position: relative;
  text-align: center;
}
#lp3 .lp3_page .content .container aside .widget-title::before, #lp3 .lp3_page .content .container aside .widget-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2c3f70;
  margin-bottom: 10px;
  position: absolute;
  top: -12px;
}
#lp3 .lp3_page .content .container aside .widget-title::after {
  top: auto;
  bottom: -24px;
}
#lp3 .lp3_page .content .container aside .widget_media_image {
  margin-bottom: 36px;
}
#lp3 .lp3_page .content .container aside .widget_lp3_focus_posts_widget {
  margin-bottom: 20px;
}
#lp3 .lp3_page .content .container aside .widget_lp3_focus_posts_widget .focus-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
#lp3 .lp3_page .content .container aside .widget_lp3_focus_posts_widget .focus-posts .p-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
#lp3 .lp3_page .content .container aside .widget_lp3_focus_posts_widget .focus-posts .p-thumbnail {
  width: 98px;
  height: 81px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#lp3 .lp3_page .content .container aside .widget_lp3_focus_posts_widget .focus-posts .p-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#lp3 .lp3_page .content .container aside .widget_lp3_focus_posts_widget .focus-posts .p-meta .toukou {
  margin: 0 0 8px;
  position: relative;
  padding-left: 17.5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
@media all and (max-width: 767px) {
  #lp3 .lp3_page .content .container aside .widget_lp3_focus_posts_widget .focus-posts .p-meta .toukou {
    margin-bottom: 20px;
  }
}
#lp3 .lp3_page .content .container aside .widget_lp3_focus_posts_widget .focus-posts .p-meta .toukou::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/common/toukou.svg");
}
#lp3 .lp3_page .content .container aside .widget_lp3_focus_posts_widget .focus-posts .p-meta .p-title a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08rem;
  text-decoration: none;
  color: #2c3f70;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
#lp3 .lp3_page .content .container aside .widget_media_image {
  margin-top: 0 !important;
}