/* Scss Document */
/* foundation
------------------------------------------------------ */
.p-top-news__links li a:before, .p-top-mv__links li a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* js
------------------------------------------------------ */
/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-wrapper {
    width: 87.5vw;
  }
}

.l-subWrapper {
  width: 1050px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1050px) {
  .l-subWrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-subWrapper {
    width: 87.5vw;
  }
}

main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.l-pageTop {
  background-color: #ffffff;
  width: 68px;
  height: 68px;
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .l-pageTop {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 10px;
  }
}
.l-pageTop button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px #0e335f solid;
  border-radius: 50%;
  transition: all 0.2s;
}
.l-pageTop button:hover {
  opacity: 0.6;
}
.l-pageTop button i {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.l-pageTop button i:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px #0e335f solid;
  border-left: 2px #0e335f solid;
  box-sizing: border-box;
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .l-pageTop button i:after {
    width: 8px;
    height: 8px;
  }
}

/* object
------------------------------------------------------ */
/* component */
.c-arrow {
  display: flex;
  align-content: center;
  justify-content: center;
}
.c-arrow span {
  width: 16px;
  height: 100%;
  min-height: 16px;
  position: relative;
  display: block;
}
@media screen and (max-width: 600px) {
  .c-arrow span {
    width: 2.5vw;
    min-height: 2.5vw;
  }
}
.c-arrow span:before, .c-arrow span:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-arrow span:before {
  background-color: #0e335f;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
}
.c-arrow span:after {
  width: 8px;
  height: 8px;
  border-top: 1px #0e335f solid;
  border-right: 1px #0e335f solid;
  right: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .c-arrow span:after {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.c-arrow--large span {
  width: 20px;
  height: 100%;
  min-height: 20px;
}
@media screen and (max-width: 600px) {
  .c-arrow--large span {
    width: 2.5vw;
    min-height: 2.5vw;
  }
}
.c-arrow--large span:after {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 600px) {
  .c-arrow--large span:after {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.c-arrow--circle {
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  border: 1px #0e335f solid;
  box-sizing: border-box;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .c-arrow--circle {
    width: 5vw;
    height: 5vw;
  }
}
.c-arrow--circle.c-arrow--large {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .c-arrow--circle.c-arrow--large {
    width: 5vw;
    height: 5vw;
  }
}

/* project */
.p-top {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .p-top {
    margin-top: 60px;
  }
}
.p-top a {
  text-decoration: none;
  transform: opacity 0.3s;
}
.p-top a:hover {
  opacity: 0.6;
}
.p-top-mv {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .p-top-mv {
    display: block;
  }
}
@media screen and (max-width: 1350px) {
  .p-top-mv {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv {
    padding-bottom: 0;
    display: block;
  }
}
.p-top-mv:before {
  content: "";
  background-color: #f4f5f9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translateX(calc(-50% + 470px));
}
@media screen and (max-width: 1024px) {
  .p-top-mv:before {
    content: none;
  }
}
.p-top-mv__slides {
  background-color: #ffffff;
  width: 1135px;
  height: 415px;
  margin: 0 auto 0 0;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .p-top-mv__slides {
    width: 815px;
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__slides {
    width: 100%;
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv__slides {
    height: auto;
  }
}
.p-top-mv__slidesWrap {
  width: 100%;
  max-width: 1135px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .p-top-mv__slidesWrap {
    max-width: 1000px;
  }
}
.p-top-mv__slides .slider img {
  width: 100%;
  height: 415px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
  .p-top-mv__slides .slider img {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__slides .slider img {
    height: 320px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv__slides .slider img {
    height: auto;
  }
}
.p-top-mv__control {
  width: 1135px;
  height: 80px;
  margin: 20px auto 0 0;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .p-top-mv__control {
    width: 820px;
    height: 60px;
    margin: 20px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__control {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv__control {
    margin: 3.75vw auto 0 auto;
    height: auto;
  }
}
.p-top-mv__control .slider-nav li {
  margin: 0 5px;
}
.p-top-mv__control .slider-nav li:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.p-top-mv__control .slider-nav img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
  .p-top-mv__control .slider-nav img {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv__control .slider-nav img {
    height: auto;
  }
}
.p-top-mv__control .slider-nav .slick-prev,
.p-top-mv__control .slider-nav .slick-next {
  font-size: 0;
  line-height: 0;
  background-color: #0e335f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
@media screen and (max-width: 600px) {
  .p-top-mv__control .slider-nav .slick-prev,
  .p-top-mv__control .slider-nav .slick-next {
    width: 35px;
    height: 35px;
  }
}
.p-top-mv__control .slider-nav .slick-next::before,
.p-top-mv__control .slider-nav .slick-next::after,
.p-top-mv__control .slider-nav .slick-prev::before,
.p-top-mv__control .slider-nav .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.p-top-mv__control .slider-nav .slick-next::after,
.p-top-mv__control .slider-nav .slick-prev::after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
}
.p-top-mv__control .slider-nav .slick-prev {
  left: 15px;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__control .slider-nav .slick-prev {
    left: -25px;
  }
}
.p-top-mv__control .slider-nav .slick-prev:after {
  right: 7px;
  border-left: 2px #ffffff solid;
  transform: rotate(-45deg);
}
@media screen and (max-width: 600px) {
  .p-top-mv__control .slider-nav .slick-prev:after {
    right: 11px;
  }
}
.p-top-mv__control .slider-nav .slick-next {
  right: 15px;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__control .slider-nav .slick-next {
    right: -25px;
  }
}
.p-top-mv__control .slider-nav .slick-next:after {
  right: 10px;
  border-right: 2px #ffffff solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .p-top-mv__control .slider-nav .slick-next:after {
    right: 14px;
  }
}
.p-top-mv__links {
  width: 200px;
  height: 100%;
  display: block;
  margin-left: 15px;
}
@media screen and (min-width: 1600px) {
  .p-top-mv__links {
    width: 250px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: -90px;
  }
}
@media screen and (max-width: 1350px) {
  .p-top-mv__links {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__links {
    width: calc(100% - 40px);
    height: auto;
    margin: 80px auto 60px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv__links {
    width: calc(100% - 12.5vw);
    max-width: none;
    margin: 20vw auto 7.5vw auto;
  }
}
.p-top-mv__links:before {
  content: none;
  background-color: #f4f5f9;
  width: 200vw;
  height: calc(100% + 80px);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(calc(-50% - 50vw));
}
@media screen and (max-width: 1024px) {
  .p-top-mv__links:before {
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv__links:before {
    height: calc(100% + 15vw);
    bottom: -8.5vw;
  }
}
.p-top-mv__links li {
  background-color: #ffffff;
  width: 100%;
  height: 120px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1600px) {
  .p-top-mv__links li {
    height: calc((100% - 6px - 60px) / 4);
  }
}
@media screen and (max-width: 1350px) {
  .p-top-mv__links li {
    font-size: 14px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__links li {
    width: calc((100% - 2px) / 2);
    height: 120px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv__links li {
    width: calc((100% - 2.5vw) / 2);
    height: 25vw;
    font-size: 3.25vw;
  }
}
.p-top-mv__links li:nth-of-type(n + 2) {
  margin: 2px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__links li:nth-of-type(n + 2) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__links li:nth-of-type(even) {
    margin-left: 2px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-mv__links li:nth-of-type(even) {
    margin-left: 2.5vw;
  }
}
.p-top-mv__links li:nth-of-type(n + 3) {
  margin-top: 2px;
}
@media screen and (max-width: 600px) {
  .p-top-mv__links li:nth-of-type(n + 3) {
    margin-top: 2.5vw;
  }
}
.p-top-mv__links li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-top-mv__links li a:before {
  content: "";
  width: 44px;
  height: 44px;
  margin: 0 auto 10px auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-top-mv__links li a:before {
    width: 10.625vw;
    height: 10.625vw;
    margin: 0 auto 1.25vw auto;
  }
}
.p-top-mv__links li:hover {
  background-color: #dbe5f0;
}
.p-top-mv__links li:hover a {
  opacity: 1;
}
.p-top-mv__links li:nth-of-type(1) a:before {
  background-image: url(../img/top/icon_mv-links01.png);
}
.p-top-mv__links li:nth-of-type(2) a:before {
  background-image: url(../img/top/icon_mv-links02.png);
}
.p-top-mv__links li:nth-of-type(3) a:before {
  background-image: url(../img/top/icon_mv-links03.png);
}
.p-top-mv__links li:nth-of-type(4) a:before {
  background-image: url(../img/top/icon_mv-links04.png);
}
.p-top-news {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-top-news {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-news {
    padding-top: 12.5vw;
  }
}
.p-top-news h2 {
  color: #0e335f;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-top-news h2 {
    font-size: 6vw;
  }
}
.p-top-news h2 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  margin-left: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px #0e335f solid;
}
@media screen and (max-width: 600px) {
  .p-top-news h2 a {
    font-size: 3vw;
    line-height: 6vw;
    margin-left: 7.5vw;
  }
}
.p-top-news h2 a .c-arrow {
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  .p-top-news h2 a .c-arrow {
    margin-left: 3.75vw;
  }
}
.p-top-news__wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-top-news__wrapper {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .p-top-news__wrapper {
    margin-top: 7.5vw;
  }
}
.p-top-news__posts {
  width: calc(100% - 350px - 30px);
}
@media screen and (max-width: 1320px) {
  .p-top-news__posts {
    width: calc(100% - 300px - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-news__posts {
    width: 100%;
  }
}
.p-top-news__posts article {
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-top-news__posts article:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .p-top-news__posts article:nth-of-type(n + 2) {
    margin-top: 3vw;
  }
}
.p-top-news__posts article a {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  background: none;
}
@media screen and (max-width: 1024px) {
  .p-top-news__posts article a {
    display: block;
  }
}
.p-top-news__posts article a .day {
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .p-top-news__posts article a .target,
  .p-top-news__posts article a .new {
    margin-bottom: 0;
  }
}
.p-top-news__posts article a.pdf h3 {
  display: flex;
  justify-content: flex-start;
}
.p-top-news__posts article a.pdf h3:after {
  content: "";
  flex: none;
  width: 17px;
  height: 17px;
  background: url(/cms/wp-content/themes/jpaa-2023/img/pdf_icon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  display: inline-block;
  padding-top: 5px;
}
.p-top-news__posts article a.book h3 {
  display: flex;
  justify-content: flex-start;
}
.p-top-news__posts article a.book h3:after {
  content: "";
  flex: none;
  width: 20px;
  height: 17px;
  background: url(/cms/wp-content/themes/jpaa-2023/img/book_icon_on.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  display: inline-block;
  padding-top: 5px;
}
.p-top-news__posts article a .date_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .p-top-news__posts article a .date_box {
    margin-bottom: 10px;
  }
}
.p-top-news__posts article dl {
  width: 200px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .p-top-news__posts article dl {
    width: auto;
    margin: 0 auto 2.5vw 0;
  }
}
.p-top-news__posts article dl dt {
  width: 90px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .p-top-news__posts article dl dt {
    width: 17.5vw;
    margin-right: 2.5vw;
  }
}
.p-top-news__posts article dl dd {
  color: #ffffff;
  width: 90px;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .p-top-news__posts article dl dd {
    width: 17.5vw;
    font-size: 2.5vw;
    line-height: 3.75vw;
    padding: 0 0.625vw;
  }
}
.p-top-news__posts article dl dd.new {
  background-color: #0042a1;
}
.p-top-news__posts article dl dd.event {
  background-color: #0063ab;
}
.p-top-news__posts article dl dd.kouhou {
  background-color: #32a7dc;
}
.p-top-news__posts article h3 {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-top-news__posts article h3 {
    width: 100%;
  }
}
.p-top-news__links {
  width: 350px;
  margin-left: 30px;
}
@media screen and (max-width: 1320px) {
  .p-top-news__links {
    width: 300px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-news__links {
    width: 100%;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-top-news__links {
    margin: 7.5vw auto 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-top-news__links li {
  background-color: #f6f6f6;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.3s;
}
@media screen and (max-width: 600px) {
  .p-top-news__links li {
    width: calc((100% - 5vw) / 2);
    height: 12.5vw;
    font-size: 3vw;
  }
}
.p-top-news__links li:nth-of-type(n + 2) {
  margin-top: 4px;
}
@media screen and (max-width: 600px) {
  .p-top-news__links li:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top-news__links li:nth-of-type(even) {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .p-top-news__links li:nth-of-type(n + 3) {
    margin-top: 2.5vw;
  }
}
.p-top-news__links li a {
  color: #0e335f;
  width: 100%;
  height: 100%;
  padding: 0 20px 0 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .p-top-news__links li a {
    padding: 0 3.75vw 0 1.875vw;
  }
}
.p-top-news__links li a:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .p-top-news__links li a:before {
    content: none;
  }
}
.p-top-news__links li a .c-arrow {
  flex-shrink: 0;
}
.p-top-news__links li:hover {
  background-color: #dbe5f0;
}
.p-top-news__links li:hover a {
  opacity: 1;
}
.p-top-news__links li:nth-of-type(1) a:before {
  background-image: url(../img/top/icon_news01.png);
}
.p-top-news__links li:nth-of-type(2) a:before {
  background-image: url(../img/top/icon_news02.png);
}
.p-top-news__links li:nth-of-type(3) a:before {
  background-image: url(../img/top/icon_news03.png);
}
.p-top-news__links li:nth-of-type(4) a:before {
  background-image: url(../img/top/icon_news06.png);
}
.p-top-news__links li:nth-of-type(5) a:before {
  background-image: url(../img/top/icon_news05.png);
}
.p-top-links {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .p-top-links {
    margin-top: 10vw;
  }
}
.p-top-links .l-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-top-links .l-wrapper {
    display: block;
  }
}
.p-top-links__content {
  width: calc(100% - 350px - 40px);
  padding: 0 50px 60px 0;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .p-top-links__content {
    width: calc(100% - 350px - 20px);
    padding: 0 20px 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-links__content {
    width: 100%;
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top-links__content {
    padding: 0 0 10vw 0;
  }
}
.p-top-links__content:before {
  content: "";
  background-color: #f4f5f9;
  width: 100vw;
  height: 460px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-links__content:before {
    right: -20px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-links__content:before {
    height: 80vw;
    right: -6.25vw;
  }
}
.p-top-links__content li {
  width: 100%;
  height: 140px;
  background-color: #ffffff;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 600px) {
  .p-top-links__content li {
    height: 25vw;
  }
}
.p-top-links__content li:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .p-top-links__content li:nth-of-type(n + 2) {
    margin-top: 3.75vw;
  }
}
.p-top-links__content li a {
  width: 100%;
  height: 100%;
  padding-right: 35px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .p-top-links__content li a {
    padding-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-links__content li a {
    padding-right: 6.25vw;
  }
}
.p-top-links__content li a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 240px;
  height: 100%;
  display: block;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 1320px) {
  .p-top-links__content li a:before {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-links__content li a:before {
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-links__content li a:before {
    width: 35vw;
    margin-right: 3.75vw;
  }
}
.p-top-links__content li dl dt {
  color: #0e335f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .p-top-links__content li dl dt {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }
}
.p-top-links__content li dl dd {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .p-top-links__content li dl dd {
    font-size: 3vw;
    line-height: 1.4;
  }
}
.p-top-links__content li .c-arrow {
  margin: 0 0 0 auto;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .p-top-links__content li .c-arrow {
    position: absolute;
    top: 3.75vw;
    right: 3.75vw;
  }
}
.p-top-links__content li:hover {
  background-color: #dbe5f0;
}
.p-top-links__content li:hover a {
  opacity: 1;
}
.p-top-links__content li:nth-of-type(1) a:before {
  background-image: url(../img/top/links_img01_pc.jpg);
}
.p-top-links__content li:nth-of-type(2) a:before {
  background-image: url(../img/top/links_img02_pc.jpg);
}
.p-top-links__content li:nth-of-type(3) a:before {
  background-image: url(../img/top/links_img03_pc.jpg);
}
.p-top-links__map {
  width: 350px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-top-links__map {
    margin: 60px auto 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-top-links__map {
    width: 100%;
    margin: 10vw auto 0 auto;
  }
}
.p-top-links__map p {
  color: #ffffff;
  background-color: #0e335f;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 30px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 18px;
}
@media screen and (max-width: 600px) {
  .p-top-links__map p {
    font-size: 5vw;
    line-height: 8.75vw;
    margin-bottom: 5vw;
    padding: 0 7.5vw;
    border-radius: 4.375vw;
  }
}
.p-top-links__map figure {
  width: 100%;
}
.p-top-links__map figure img {
  width: 100%;
  height: auto;
}
.p-top-banners {
  text-align: right;
  padding: 100px 0 60px 0;
}
@media screen and (max-width: 600px) {
  .p-top-banners {
    padding: 10vw 0 6.25vw 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top-banners .l-wrapper {
    max-width: none;
  }
}
.p-top-banners ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top-banners ul li {
  width: calc((100% - 80px) / 5);
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top-banners ul li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 600px) {
  .p-top-banners ul li {
    width: calc((100% - 2.5vw) / 2);
    margin-bottom: 2.5vw;
  }
}
.p-top-banners ul li:not(:nth-of-type(5n + 1)) {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top-banners ul li:not(:nth-of-type(5n + 1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-banners ul li:not(:nth-of-type(4n + 1)) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-top-banners ul li:not(:nth-of-type(4n + 1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-top-banners ul li:nth-of-type(even) {
    margin-left: 2.5vw;
  }
}
.p-top-banners ul li a {
  display: block;
  border: #cccccc 1px solid;
}
.p-top-banners ul li a img {
  width: 100%;
  height: auto;
}
.p-top-banners__more {
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-top-banners__more {
    font-size: 3.25vw;
  }
}
.p-top-banners__more .c-arrow {
  margin-left: 35px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .p-top-banners__more .c-arrow {
    margin-left: 1.875vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ank_page {
  width: 100%;
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: wrap;
}
.ank_page li {
  width: calc((100% - 3px) / 4);
}
@media screen and (max-width: 600px) {
  .ank_page li {
    width: calc((100% - 1px) / 2);
  }
}
.ank_page li:not(:nth-of-type(4n+1)) {
  margin-left: 1px;
}
@media screen and (max-width: 600px) {
  .ank_page li:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
}
.ank_page li:nth-of-type(n+5) {
  margin-top: 1px;
}
@media screen and (max-width: 600px) {
  .ank_page li:nth-of-type(n+3) {
    margin-top: 1px;
  }
}
@media screen and (max-width: 600px) {
  .ank_page li:nth-of-type(even) {
    margin-left: 1px;
  }
}
.ank_page li a.btn_style.active {
  pointer-events: none;
}
.ank_page li a.btn_style.active:hover {
  border-color: #0e335f;
}
.ank_page li a.btn_style.reverse {
  background-color: #f4f5f9;
  border-color: #f4f5f9;
}
.ank_page li a.btn_style.reverse:hover {
  background-color: #0e335f;
  border-color: #0e335f;
  opacity: 0.8;
}

.patent-attorney-lead {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .patent-attorney-lead {
    display: block;
  }
}
.patent-attorney-lead div {
  width: 49%;
}
@media screen and (max-width: 600px) {
  .patent-attorney-lead div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .patent-attorney-lead div:last-of-type {
    margin-top: 30px;
  }
}
.patent-attorney-works__list {
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__list {
    justify-content: center;
  }
}
.patent-attorney-works__list li {
  width: 190px;
  margin: 0 auto 30px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__list li {
    margin: 0 12.5px 30px 12.5px;
  }
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__list li {
    width: 160px;
    margin: 0 10px 30px 10px;
  }
}
.patent-attorney-works__list li div {
  color: #ffffff;
  background-color: #0063ab;
  width: 190px;
  height: 190px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__list li div {
    width: 150px;
    height: 150px;
  }
}
.patent-attorney-works__list li div p span {
  font-size: 30px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__list li div p span {
    font-size: 22px;
  }
}
.patent-attorney-works__list li a {
  margin: 10px auto 0 auto;
  padding: 10px 30px 10px 0;
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-bottom: 1px #0e335f solid;
}
.patent-attorney-works__list li a:before {
  content: "";
  width: 13px;
  height: 1px;
  background: #0e335f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.patent-attorney-works__list li a:after {
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 1px #0e335f solid;
  border-right: 1px #0e335f solid;
  transform: rotate(45deg);
  position: absolute;
}
.patent-attorney-works__links01 {
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__links01 {
    margin: 30px auto 0 auto;
    display: block;
  }
}
.patent-attorney-works__links01 li {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__links01 li {
    max-width: none;
    margin: 0 auto;
  }
}
.patent-attorney-works__links01 li:nth-of-type(n+2) {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__links01 li:nth-of-type(n+2) {
    margin: 15px auto 0 auto;
  }
}
.patent-attorney-works__links02 {
  margin: 60px auto 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__links02 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__links02 {
    margin: 30px auto 0 auto;
  }
}
.patent-attorney-works__links02 div:first-of-type {
  width: 250px;
  margin-right: 16.6666666667px;
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__links02 div:first-of-type {
    width: 100%;
    margin: 0 auto;
  }
}
.patent-attorney-works__links02 div:last-of-type {
  width: calc(100% - 250px - 16.6666666667px);
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__links02 div:last-of-type {
    width: 100%;
    margin-top: 15px;
  }
}
.patent-attorney-works__links02 div:last-of-type ul li {
  width: 250px;
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__links02 div:last-of-type ul li {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__links02 div:last-of-type ul li {
    width: 100%;
  }
}
.patent-attorney-works__links02 div:last-of-type ul li:not(:last-of-type) {
  margin-right: 16.6666666667px;
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__links02 div:last-of-type ul li:not(:last-of-type) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__links02 div:last-of-type ul li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__links02 div:last-of-type ul li:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__links02 div:last-of-type ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__links02 div:last-of-type ul li:nth-of-type(even) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__links02 div:last-of-type ul li:nth-of-type(even) {
    margin-left: 0;
  }
}
.patent-attorney-works__links02 div p {
  font-size: 18px;
}
.patent-attorney-works__links02 div ul {
  display: flex;
  flex-wrap: wrap;
}
.patent-attorney-works__links02 div ul li {
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .patent-attorney-works__links02 div ul li {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .patent-attorney-works__links02 div ul li {
    width: 100%;
  }
}
.patent-attorney-merit div:after {
  content: "";
  display: block;
  clear: both;
}
.patent-attorney-merit div:nth-of-type(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .patent-attorney-merit div:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.patent-attorney-merit div p span {
  font-size: 22px;
  display: block;
}

.intellectual-property-lead {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .intellectual-property-lead {
    display: block;
  }
}
.intellectual-property-lead div {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .intellectual-property-lead div {
    width: 100%;
  }
}
.intellectual-property-lead div:last-of-type {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .intellectual-property-lead div:last-of-type {
    margin-top: 30px;
  }
}
.intellectual-property-lead div:last-of-type p {
  font-size: 30px;
  margin-bottom: 20px;
}
.intellectual-property-lead div:last-of-type ul {
  max-width: 506px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .intellectual-property-lead div:last-of-type ul {
    max-width: none;
  }
}
.intellectual-property-lead div:last-of-type ul li {
  background-color: #e7f4ff;
  width: 96px;
  height: 96px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .intellectual-property-lead div:last-of-type ul li {
    width: 70px;
    height: 70px;
    margin: 5px 1px 0 1px;
  }
}
.intellectual-property-lead div:last-of-type ul li:not(:nth-of-type(4n+1)) {
  margin-left: 2px;
}
@media screen and (max-width: 600px) {
  .intellectual-property-lead div:last-of-type ul li:not(:nth-of-type(4n+1)) {
    margin-left: 0;
  }
}
.intellectual-property-lead div:last-of-type ul li span {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 5px;
}
@media screen and (max-width: 600px) {
  .intellectual-property-lead div:last-of-type ul li span {
    font-size: 13px;
  }
}
.intellectual-property-article + .intellectual-property-article {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .intellectual-property-article + .intellectual-property-article {
    margin-top: 30px;
  }
}
.intellectual-property-article h4 {
  margin-top: 60px;
  display: flex;
  align-content: center;
}
.intellectual-property-article h4 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px #0e335f solid;
  transition: opacity 0.2s;
}
.intellectual-property-article h4 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .intellectual-property-article h4 a {
    margin-left: 7.5vw;
  }
}
.intellectual-property-article h4 a .c-arrow {
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  .intellectual-property-article h4 a .c-arrow {
    margin-left: 3.75vw;
  }
}
.intellectual-property-table {
  margin-bottom: 20px;
}
.intellectual-property-table th {
  text-align: center !important;
}
.intellectual-property-table th.w25 {
  width: 25% !important;
}
.intellectual-property-table th.w50 {
  width: 50% !important;
}
.intellectual-property-table td {
  padding: 30px 16px !important;
}
.intellectual-property-table td.center {
  text-align: center;
}
.intellectual-property-table td.center span {
  font-size: 26px;
  display: block;
}
.intellectual-property-table__column {
  width: 100%;
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 600px) {
  .intellectual-property-table__column {
    flex-wrap: wrap;
  }
}
.intellectual-property-table__column > div {
  width: auto;
  max-width: 49%;
}
@media screen and (max-width: 600px) {
  .intellectual-property-table__column > div {
    max-width: none;
  }
}
.intellectual-property-table__column > div:nth-of-type(1) {
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .intellectual-property-table__column > div:nth-of-type(1) {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
  .intellectual-property-table__column > div:nth-of-type(2) {
    width: 66%;
  }
}
.intellectual-property-table__column > div:nth-of-type(3) {
  width: 32%;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .intellectual-property-table__column > div:nth-of-type(3) {
    width: 100%;
    margin-top: 10px;
  }
}
.intellectual-property-table__column > div:nth-of-type(n+2) {
  margin-left: 2%;
}
.intellectual-property-table__column > div ul {
  text-indent: -1em;
  margin-left: 1.5em;
}
.intellectual-property-table__column > div ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.intellectual-property-table__example {
  width: 100%;
  max-width: 160px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 15px;
  display: inline-block;
  border: 1px #0e335f solid;
}
.intellectual-property-case {
  display: flex;
  flex-wrap: wrap;
}
.intellectual-property-case li {
  width: 32%;
  margin: 0 2% 15px 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .intellectual-property-case li {
    width: 49%;
    margin: 0 auto 15px 0;
  }
}
.intellectual-property-case li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .intellectual-property-case li:nth-of-type(3n+3) {
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .intellectual-property-case li:nth-of-type(odd) {
    margin-right: 2% !important;
  }
}
.intellectual-property-case li a {
  display: block;
  transition: opacity 0.2s;
}
.intellectual-property-case li a:hover {
  opacity: 0.6;
}
.intellectual-property-case li a figure {
  width: 100%;
}
.intellectual-property-case li a figure figcaption {
  margin-top: 10px;
}
.intellectual-property-guide:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 600px) {
  .intellectual-property-guide p {
    width: 100% !important;
    margin: 0 auto;
  }
}
.intellectual-property-guide img {
  display: block;
}
@media screen and (max-width: 600px) {
  .intellectual-property-guide img {
    width: 50% !important;
    max-width: 354px;
    margin: 0 auto 30px auto !important;
  }
}

/* utility *//*# sourceMappingURL=top.css.map */