@charset "UTF-8";
.swiper--wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.kvMoveToFadeOut {
  -webkit-animation: fadeIn 2s ease forwards;
  animation: fadeIn 2s ease forwards;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.swiper-slide .kvSecondFade,
.swiper-slide .kvThaadFade {
  opacity: 0;
}
.swiper-slide-active.kvMoveToFadeIn .kvSecondFade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-slide-active.kvMoveToFadeIn .kvThaadFade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* .kvContainer {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.kvContainer img {
  width: 100%;
}
.kvContainer img.kvBg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.kvContainer img.kvText {
  position: absolute;
  width: 72%;
  max-width: 967px;
  bottom: 90px;
  left: 8vw;
}
.kvContainer ul {
  position: absolute;
  right: 0;
  bottom: 27%;
}
.kvContainer ul li {
  cursor: pointer;
  background: #06bf5a;
  text-align: center;
  font-size: 32px;
  padding: 10px 35px;
  letter-spacing: 9.6px;
  margin-bottom: 25px;
}
.kvContainer ul li:hover {
  background: #9fcc01;
}
.kvContainer ul li a,
.kvContainer ul li a:hover {
  color: #fff;
  display: inline-block;
}
.kvContainer ul li.topBnr{
  padding: 0;
  margin-bottom: 0;
  background: none;
}
.kvContainer ul li.topBnr a:hover{
  filter: hue-rotate(295deg) saturate(200%) brightness(1.4);
} */
.topVisual{
  position: relative;
  margin-bottom: 60px;
}
.topVisual .disPc{
  height: 620px;
  background: url(/wp-content/uploads/2025/keyvisual_bg01_pc.jpg) no-repeat;
  background-position: calc(50% + 75px) center;
  background-size: cover;
}
.topVisual .disPc .visualBlock{
  position: relative;
  width: min(95%, 1440px);
  margin: 0 auto;
  height: 100%;
}
.topVisual .disPc .visualText{
  position: absolute;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 80%;
  width: 80vw;
  max-width: 855px;
}
.topVisual .disSp img{
  width: 100%;
}
.topVisual .visualLink{
  position: absolute;
  bottom: 75px;
  width: 50%;
  width: 50vw;
  max-width: 468px;
}
.topPcBnr{
  width: min(90%, 1280px);
  margin-inline: auto;
  margin-bottom: 75px;
}
.topPcBnr .topPcBnrBox{
  display: flex;
  align-items: center;
}
.topPcBnr .topPcBnrBox .topPcBnrImg{
  width: 587px;
  margin-right: 20px;
}
.topPcBnr .topPcBnrBox .topPcBnrImg a:hover{
  filter: hue-rotate(295deg) saturate(200%) brightness(1.4);
}
.topPcBnr .topPcBnrBox .topPcBnrTxt{
  width: calc(100% - 607px);
}
.topPcBnr .topPcBnrBox .topPcBnrTxt a{
  border-bottom: 1px solid #25c;
  color: #25c;
}
.topPcBnr .topPcBnrBox .topPcBnrTxt a:hover{
  border-bottom: none;
  color: #47e;
}
.topSpBnr{
  width: 90%;
  width: 90vw;
  max-width: 361px;
  margin: 20px auto 50px;
}
.topSpBnr a{
    display: inline-block;
    border: solid 1px #ccc;
}
.topicsContainer h2,
.topServiceWrapper h2 {
  margin-bottom: 40px;
  font-size: 32px;
  text-align: center;
  letter-spacing: 2.4px;
}
.topicsContainer h2 span,
.topServiceWrapper h2 span {
  display: block;
  font-size: 18px;
  color: #9fcc01;
  letter-spacing: 1.35px;
}
.topicsContainer{
  margin-bottom: 150px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.topServiceWrapper {
  margin-bottom: 80px;
}
.topicsList {
  width: 67.8%;
  margin: 0 auto 25px;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
}
.topicsItem:nth-child(even) {
  background-color: rgba(240, 255, 242, 0.3);
}
.topicsItem {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding: 25px 20px;
}
.topicsText {
  font-size: 16px;
}
.topicsText a {
  color: #202124;
}
.topicsText a:hover {
  color: #9fcc01;
}
.topicsText a:hover span {
  color: #202124;
}
.topicsText a > div {
  text-indent: -6.4em;
  padding-left: 6.4em;
}
.topicsDate {
  margin-right: 32.5px;
  font-size: 14px;
  line-height: 1;
}
.NavigationList {
  width: 67.8%;
  margin: 0 auto 30px;
  text-align: right;
}
.NavigationList a {
  color: #202124;
}
.NavigationList a:hover {
  color: #9fcc01;
}
.cautionList {
  width: 67.8%;
  display: block;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-align: left;
  /* margin: 60px auto 150px; */
  margin: 0 auto;
}
.cautionList li {
  font-size: 16px;
}
.cautionList div {
  display: inline-block;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.cautionList li a {
  color: #202124;
}
.cautionList li a:hover {
  color: #9fcc01;
}
.topServiceContainer {
  padding: 75px 0 150px;
  background: url(/wp-content/uploads/top_contents_bk.jpg)no-repeat, #fff;
  background-position: center;
  background-size: auto;
  height: 1100px;
  position: relative;
}
.topServiceContainer .topServiceInner {
  width: min(90%, 1280px);
  margin-inline: auto;
}
.topServiceContainer .topServiceInner p{
  text-align: center;
  color: #202124;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 50px;
}
.topServiceTextWrapper {
  padding: 84px 0;
  background-color: #f0fff2;
}
.topServiceTextContainer {
  width: 87.7%;
  margin: 0 auto;
  font-size: 23px;
  text-align: center;
}
.topServiceContainerList {
  max-width: 1140px;
  margin: -600px auto 0;
  position: relative;
}
.topServiceContainerCenterImg img {
  margin: 0 auto;
}
.topServiceContainerList li {
  width: 214px;
}
.topServiceContainerList li:nth-of-type(1) {
  position: absolute;
  top: -155px;
  left: 0;
}
.topServiceContainerList li:nth-of-type(2) {
  position: absolute;
  top: -155px;
  right: 0;
}
.topServiceContainerList li:nth-of-type(3) {
  position: absolute;
  top: 130px;
  left: 0;
}
.topServiceContainerList li:nth-of-type(4) {
  position: absolute;
  top: 130px;
  right: 0;
}
.topServiceContainerList li:nth-of-type(5) {
  position: absolute;
  top: 410px;
  left: 0;
}
.topServiceContainerList li:nth-of-type(6) {
  position: absolute;
  top: 410px;
  right: 0;
}
.topServiceContainerList li:nth-of-type(7) {
  position: absolute;
  top: 694px;
  left: 100px;
}
.topServiceContainerList li:nth-of-type(8) {
  position: absolute;
  top: 694px;
  left: 330px;
}
.topServiceContainerList li:nth-of-type(9) {
  position: absolute;
  top: 694px;
  left: 557px;
}
.topServiceContainerList li:nth-of-type(10) {
  position: absolute;
  top: 694px;
  left: 788px;
}
.topPostDocumentContainer {
  margin: 80px 0;
  padding: 80px 0;
  background-color: #f0fff2;
}

.topPostVideosContainer .topPostItem .topPostThumbnail{
  position: relative;
}

.topPostVideosContainer .topPostItem .topPostThumbnail::after{
  position: absolute;
  content:"";
  width: 65px;
  height:65px;
  background: url(/wp-content/themes/original-theme2/assets/img/video_off.png)no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  right: 0;
  left: 0;
}

.topPostSeminarContainer {
  margin: 80px 0 100px;
  padding: 80px 0;
  background-color: #f0fff2;
}
.topPostInner {
  width: min(90%, 1280px);
  margin-inline: auto;
}
.topPostInner > h2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.topPostText {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
.topPostButton {
  display: grid;
  place-items: center;
  width: min(100%, 386px);
  height: 65px;
  background-color: #009944;
  border: solid 2px #009944;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 60px auto 0;
  transition: 0.4s;
}
.topPostList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 60px;
  margin-top: 56px;
}
.topPostItem {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #202124;
}
.topPostItem > a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.topPostBlock {
  position: relative;
}
.topPostCategory {
  /* display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 16px;
  background-color: #8dc556;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em; */
  display: inline-block;
  position: absolute;
  top: -34px;
  left: 0px;
  line-height: 26px;
  z-index: 1;
  background-color: #fff;
  color: #009944;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  box-shadow: none;
  padding: 0px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #009944;
  border-image: initial;
  transition: 0.4s;
}

.topPostSeminarContainer .postDate{
  position: absolute;
  right: 0;
  top: -32px;
  font-size: 20px;
  background: none;
  font-weight: bold;
  font-weight: 500;
  transition: 0.4s;
}

.topPostThumbnail {
  overflow: hidden;
  aspect-ratio: 773 / 420;
  border: solid 1px #999;
  box-sizing: border-box;
}
.topPostThumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.topPostTitle {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
.topPostMore {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 0 8px;
}
.topPostMore > p {
  margin-right: 16px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
.topPostMore > svg {
  transform: scale(1.4);
}
@media (hover: hover) {
  .topPostItem > a:hover .topPostTitle {
    color: #8dc556;
  }

  .topPostItem > a:hover .topPostThumbnail > img {
    transform: scale(1.1);
  }

  .topPostItem > a:hover .topPostMore {
    color: #8dc556;
  }

  .topPostItem > a:hover .topPostCategory {
    background-color: #009944;
    color: #fff;
  }

  .topPostButton:hover {
    color: #009944;
    background-color: #fff;
  }

  .topPostVideosContainer .topPostItem > a:hover .topPostThumbnail::after{
    position: absolute;
    content:"";
    width: 65px;
    height:65px;
    background: rgba(255, 255, 255, 0.5) url(/wp-content/themes/original-theme2/assets/img/video_on.png)no-repeat;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    right: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 20px #fff;
  }
}


@media screen and (max-width: 1335px) {
  .topPostSeminarContainer .postDate {
    font-size: 18px;
  }
  /* .kvContainer ul {
      bottom: 33%;
  }
  .kvContainer ul li {
      padding: 10px 0;
      font-size: 28px;
      width: 285px;
      margin-bottom: 12px;
  } */
}
@media screen and (max-width: 1270px) {
  .topPostSeminarContainer .postDate {
    font-size: 17px;
    top: -30px;
  }
}
@media screen and (max-width: 1240px) {
  .topPostSeminarContainer .postDate {
    font-size: 15px;
  }
  .topPcBnr .topPcBnrBox .topPcBnrImg{
    width: 45%;
    margin-right: 20px;
  }
  .topPcBnr .topPcBnrBox .topPcBnrTxt{
    width: calc(55% - 20px);
  }
}

/* SP　*/
@media screen and (max-width: 768px) {
  /* .kvContainer {
    margin-bottom: 50px;
  }
  .kvContainer img {
    margin: 0;
  }
  .kvContainer img.kvBg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .kvContainer img.kvText {
    position: absolute;
    width: 90%;
    max-width: 967px;
    bottom: 30px;
    left: 5vw;
  }
  .kvContainer img.kvText02 {
    position: absolute;
    width: 70%;
    max-width: 967px;
    bottom: 30px;
    left: 5vw;
  }
  .kvContainer ul {
    display: none;
  } */
  .topVisual .visualLink{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 23px;
    width: 95%;
    width: 95vw;
    max-width: 468px;
    margin: 0 auto;
  }
  .topicsContainer h2,
  .topServiceContainer h2 {
    margin-bottom: 32px;
    font-size: 28px;
    text-align: center;
  }
  .topicsContainer h2 span,
  .topServiceContainer h2 span {
    display: block;
    font-size: 17px;
    color: #9fcc01;
  }
  .topicsList {
    width: 85%;
    margin: 0 auto 34px;
    border-top: 1px solid rgba(112, 112, 112, 0.3);
  }
  .topicsItem:nth-child(even) {
    background-color: rgba(240, 255, 242, 0.3);
  }
  .topicsItem {
    display: block;
    text-align: left;
    padding: 20px 0 10px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  }
  .topicsText {
    padding: 5px 5px 15px;
    font-size: 16px;
  }
  .topicsText a {
    color: #202124;
  }
  .topicsText a > div {
    text-indent: 0;
    padding-left: 0;
  }
  .topicsDate {
    display: block;
    font-size: 14px;
    line-height: 1;
  }
  .topServiceContainer {
    padding: 45px 0;
    /* background-color: #def6e0; */
    height: auto;
    /* position: relative; */
    background: url(/wp-content/uploads/top_contents_bk_sp.jpg)no-repeat, #fff;
    background-position: top center;
    background-size: auto;
    position: relative;
  }
  .topServiceContainer .topServiceInner p{
    font-size: 14px;
    margin-bottom: 30px;
  }
  .topServiceWrapper {
    margin-bottom: 40px;
  }
  .topServiceTextWrapper {
    padding: 60px 0;
    background-color: #f0fff2;
  }
  .topServiceTextContainer {
    width: 77.1%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
  }
  .topServiceContainer {
    position: relative;
  }
  .topServiceContainerCenterImg img {
    margin: 0 auto;
    width: 90%;
  }
  .topServiceContainerList {
    max-width: 98%;
    margin: 45px auto 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .topServiceContainerList li {
    width: 49%;
    margin-bottom: 2%;
  }
  .topServiceContainerList li:nth-of-type(1) {
    position: relative;
    top: 0;
    left: 0;
  }
  .topServiceContainerList li:nth-of-type(2) {
    position: relative;
    top: 0;
    left: 0;
  }
  .topServiceContainerList li:nth-of-type(3) {
    position: relative;
    top: 0;
    left: 0;
  }
  .topServiceContainerList li:nth-of-type(4) {
    position: relative;
    top: 0;
    left: 0;
  }
  .topServiceContainerList li:nth-of-type(5) {
    position: relative;
    top: 0;
    left: 0;
  }
  .topServiceContainerList li:nth-of-type(6) {
    position: relative;
    top: 0;
    left: 0;
  }
  .topServiceContainerList li:nth-of-type(7) {
    position: relative;
    top: 0;
    left: 0;
  }
  .topServiceContainerList li:nth-of-type(8) {
    position: relative;
    top: 0;
    left: 0;
  }
  .topServiceContainerList li:nth-of-type(9) {
    position: relative;
    top: 0;
    left: 0;
  }
  .topServiceContainerList li:nth-of-type(10) {
    position: relative;
    top: 0;
    left: 0;
  }
  .NavigationList {
    width: 85%;
    margin: 0 auto 60px;
    text-align: right;
    font-size: 17px;
  }
  .NavigationList a {
    color: #202124;
  }
  .topicsContainer{
    margin-bottom: 75px;
  }
  .cautionContainer {
    width: 85%;
    margin: 0 auto;
    padding-top: 0px;
    background-color: #fff;
  }
  .cautionList {
    width: 100%;
    margin: 0 auto;
    border-top: none;
  }
  .cautionList li:last-child {
    margin-bottom: 0;
  }
  .cautionList li {
    position: relative;
    padding: 0;
    font-size: 16px;
    text-align: left;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .cautionList li a {
    color: #202124;
  }
  .topPostDocumentContainer {
    margin: 40px 0;
    padding: 40px 0;
  }
  .topPostSeminarContainer {
    margin-bottom: 50px;
  }
  .topPostInner > h2 {
    font-size: 28px;
  }
  .topPostButton {
    height: 56px;
    font-size: 18px;
    margin: 40px auto 0;
  }
  .topPostList {
    gap: 40px;
    margin-top: 50px;
  }
  .topPostSeminarContainer .postDate{
    font-size: 16px;
    top: -30px;
  }
}
