﻿.fra_edit *,
.fra_edit *::before,
.fra_edit *::after {
  font-family: var(--font-serif);
}

.fra_edit .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  margin: 0 auto;
  height: 2.2em;
  background-color: #000;
  background-color: #640000;
}

@media screen and (min-width: 896px) {
  .fra_edit .btn {
    font-size: 16px;
    max-width: 400px;
  }
}

@media screen and (max-width: 896px) {
  .fra_edit .btn:where(.cat_slick_outer+div *) {
    width: 90%;
  }
}

.fv_outer {
  background-image: url(../images/top/202506/fv_pc.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 897px) {
  .fv_outer {
    display: flex;
    align-items: center;
    height: 55vh;
    max-height: 570px;
  }
}

@media screen and (max-width: 896px) {
  .fv_outer {
    height: 100vw;
    background-position: bottom right;
    background-size: 75% auto;
  }
}

.fv_outer p {
  color: #640000;
  font-size: clamp(10px, 4.2824vw, 74px);
}

@media screen and (min-width: 897px) {
  .fv_outer .c-box__width {
    width: 90%;
  }

  .fv_outer p {
    padding: 0 14px;
    width: fit-content;
    background-color: #ffffff80;
  }
}

@media screen and (max-width: 896px) {
  .fv_outer p {
    font-size: 9.444444444vw;
  }
}

.fv_outer span {
  display: block;
  color: #000;
  font-size: clamp(10px, 2.5462vw, 44px);
  line-height: 1.4;
}

@media screen and (max-width: 896px) {
  .fv_outer span {
    font-size: 6.111111111vw;
  }
}

.introduction_outer {
  margin-bottom: 50px;
}

@media screen and (max-width: 896px) {
  .introduction_outer {
    margin-bottom: 5vw;
  }
}

.intro_outer {
  margin-bottom: -185px;
}

@media screen and (max-width: 896px) {
  /*.intro_outer {
    margin-bottom: -85vw;
  }*/
}

.intro_outer .c-box__width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 300px;
  background-image: url(https://www.shinkikaitaku.jp/wp-content/uploads/2025/06/mv-1.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 300px auto;
}

@media screen and (min-width: 897px) {
  .intro_outer .c-box__width {
    max-width: 965px;
  }
}

@media screen and (max-width: 896px) {
  .intro_outer .c-box__width {
    padding-right: 0;
    height: 40vw;
    background-size: 30vw auto;
  }
}

.intro_outer p {
  font-size: 20px;
}

@media screen and (min-width: 897px) {
  .intro_outer p {
    width: calc(100% - 300px);
  }

  .intro_outer p span {
    font-size: 1.4em;
    font-weight: 700;
  }
}

@media screen and (max-width: 896px) {
  .intro_outer p {
    font-size: 3.611111111vw;
    width: calc(100% - 115px);
  }
}

@media screen and (max-width: 896px) {
  .type_outer .c-box__width {
    padding: 0;
    position: relative;
  }

  .type_outer .c-box__width::before {
    top: 0;
  }

  .type_outer .c-box__width::after {
    content: "";
    display: block;
    width: 100%;
    height: 14vw;
    background-color: #fff;
    position: absolute;
    bottom: -28vw;
    left: 0;
  }
}

.menu4_outer {
  display: flex;
  justify-content: space-between;
  padding-top: 130px;
}

@media screen and (max-width: 896px) {
  .menu4_outer {
    flex-wrap: wrap;
    padding: 60vw 15px 0;
  }
}

.menu4_outer div {
  padding: 1px;
  width: 23%;
  background-color: #640000;
  border: 1px solid #640000;
  border-radius: 5px;
}

@media screen and (max-width: 896px) {
  .menu4_outer div {
    width: 48%;
  }

  .menu4_outer div:nth-of-type(n+3) {
    margin-top: 2vw;
  }
}

.menu4_outer a {
  display: flex;
  flex-direction: column;
}

.menu4_outer img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .menu4_outer img {
    height: 26vw;
  }
}

.menu4_outer span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  height: 3em;
  position: relative;
}

@media screen and (max-width: 896px) {
  .menu4_outer span {
    font-size: 3.611111111vw;
  }
}

.menu4_outer span::after {
  content: "";
  display: flex;
  align-items: center;
  width: 10px;
  height: 100%;
  background-image: url(/wp-content/uploads/2025/06/top_icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  position: absolute;
  top: 0;
  right: 5px;
}

.cat_outer {
  margin-top: 130px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .cat_outer {
    margin-top: 18vw;
  }
}

.cat_outer .flex_outer {
  display: flex;
}

@media screen and (max-width: 896px) {
  .cat_outer .flex_outer {
    flex-direction: column;
  }
}

.cat_outer .cat_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 897px) {
  .cat_outer .cat_text {
    background-color: #fff;
  }
}

@media screen and (max-width: 896px) {
  .cat_outer .cat_text {
    order: 2;
  }
}

.cat_outer .cat_text h2 {
  color: #640000;
  font-size: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .cat_outer .cat_text h2 {
    font-size: 8.333333333vw;
    margin: 5vw 0;
  }
}

.cat_outer .cat_text p {
  font-size: 18px;
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 896px) {
  .cat_outer .cat_text p {
    font-weight: 400;
    width: 90%;
  }
}

.cat_outer .cat_img {
  flex-shrink: 0;
  width: 50%;
}

@media screen and (max-width: 896px) {
  .cat_outer .cat_img {
    order: 1;
    width: 100%;
  }
}

.cat_outer .cat_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .cat_outer .cat_img img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }
}

.cat_outer h3 {
  font-size: 24px;
  margin: 30px auto 10px;
  padding-left: 1em;
  position: relative;
}

.cat_outer h3:before {
  content: "●";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #AF7900;
  font-size: 28px !important;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 7px !important;
  left: 0;
}

.cat_outer .slick-prev:before,
.cat_outer .slick-next:before,
.article_outer .slick-prev:before,
.article_outer .slick-next:before {
  color: #000;
}

.cat_outer .slick-dots,
.p-toppage__seminar-sp .slick-dots,
.p-toppage__case-list .slick-dots,
.article_slick_outer .slick-dots {
  position: static;
}

.cat_outer .slick-dots li,
.p-toppage__seminar-sp .slick-dots li,
.p-toppage__case-list .slick-dots li,
.article_slick_outer .slick-dots li {
  margin: 0 2px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 896px) {
  .p-toppage__case .c-box__width {
    padding-right: 0;
  }

  .cat_outer .slick-dots li,
  .p-toppage__seminar-sp .slick-dots li,
  .p-toppage__case-list .slick-dots li,
  .article_slick_outer .slick-dots li {
    width: 14px;
    height: 14px;
  }
}

.cat_outer .slick-dots li button,
.p-toppage__seminar-sp .slick-dots li button,
.p-toppage__case-list .slick-dots li button,
.article_slick_outer .slick-dots li button {
  margin: 0 2px;
  width: 16px;
  height: 16px;
}

.cat_outer .slick-dots li button:before,
.p-toppage__seminar-sp .slick-dots li button::before,
.p-toppage__case-list .slick-dots li button::before,
.article_slick_outer .slick-dots li button::before {
  font-size: 10px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 896px) {

  .cat_slick_outer,
  .p-toppage__seminar-sp,
  .p-toppage__case-list {
    margin: 0 auto 0 15px;
  }

  .cat_slick_outer .slick-list,
  .p-toppage__seminar-sp .slick-list,
  .p-toppage__case-list .slick-list {
    padding: 0 15% 0 0 !important;
  }

  .p-toppage__case-list-item {
    margin-right: 15px;
    height: auto !important;
  }

}

.cat_slick_outer .slick-track,
.p-toppage__seminar-sp .slick-track,
.p-toppage__case-list .slick-track {
  display: flex !important;
}

.cat_slick_item,
.p-toppage__seminar-sp-item {
  margin-right: 15px;
  height: auto !important;
}

.cat_slick_item a {
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #fff;
  border: 2px solid #E5E1D8;
}

.cat_slick_item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 135px;
}

@media screen and (min-width: 896px) {
  .p-toppage__seminar-sp {
    display: none !important;
  }

  .cat_slick_item .thumb img {
    height: 165px;
  }
}

.cat_slick_item .info {
  display: flex;
  flex-flow: column;
  padding: 10px 20px 20px 20px;
  height: 100%;
  position: relative;
}

.cat_slick_item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 0 10px;
  padding: 0 10px;
  height: 1.8em;
  background-color: #AF7900;
  border-radius: 3em;
  position: absolute;
  top: calc(-1em + -20px);
  right: 10px;
}

.cat_slick_item .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
}

.cat_slick_item .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 7px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.cat_slick_item .tag li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #640000;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 0 10px;
  width: fit-content;
  height: 1.8em;
  background-color: #fff;
  border: 1px solid #640000;
  border-radius: 3em;
}

.cat_slick_item .btn {
  margin-top: auto;
  width: 100%;
}

.seminar_outer {
  margin-top: 250px;
  position: relative;
  z-index: 7;
}

@media screen and (max-width: 896px) {
  .seminar_outer {
    margin-top: 30vw;
  }

  .seminar_outer .c-box__width {
    padding: 0;
  }

  .seminar_outer .c-title-common {
    padding: 0 15px;
  }
}

.article_outer {
  margin-top: 50px;
}


.article_slick_outer,
.article2_slick_outer {
  margin: 0 auto 0 15px;
}

@media screen and (min-width:896px) {

  .article_slick_outer,
  .article2_slick_outer {
    margin: 0 auto;
    width: 99%;
  }

  .article_slick_outer:where(h3+*) {
    width: 93%;
  }
}

.article_slick_outer .slick-track,
.article2_slick_outer .slick-track {
  display: flex;
}

@media screen and (max-width: 896px) {

  .article_slick_outer .slick-list,
  .article2_slick_outer .slick-list {
    padding: 0 15% 0 0 !important;
  }
}

.article_slick_item {
  margin-top: 30px;
  margin-right: 15px;
  height: auto !important;
  border: 1px solid #e5e1d8;
}

.article_slick_item a {
  display: flex;
  flex-direction: column;
  padding: 15px;
  height: 100%;
}

.article_slick_item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.article_slick_item .tag {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.article_slick_item .tag li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family: var(--font-sans-serif);
  padding: 0 10px;
  width: fit-content;
  height: 1.8em;
  border-radius: 3em;
}

.article_slick_item .tag li:first-of-type {
  color: #fff;
  background-color: var(--baige-dark);
}

.article_slick_item .tag li:last-of-type {
  background-color: #cec6b7;
}

.article_slick_item .title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article_outer .btn {
  line-height: 1.3;
  margin: 20px auto 0;
  width: 80%;
  height: 3.4em;
}

.article_outer .btn {
  background-color: #AF7900;
}

@media screen and (min-width:896px) {

  .fra_edit .article_outer {
    /*padding: 30px 20px;
          background-color: #fff;
          border: 2px solid #E5E1D8;*/
    margin-top: -70px;
    padding-top: 120px;
  }

  .article_outer a>.btn {
    font-size: 90%;
    margin-top: auto;
  }

  .article_slick_outer .slick-track {
    margin-left: 0;
  }

  .article_slick_outer,
  .article2_slick_outer {
    margin: 0 auto 0 15px;
  }

}

@media screen and (max-width: 896px) {

  .article_slick_item a {
    background-color: #fff;
  }


  .article_slick_item.parent {
    margin: 0 auto 30px;
    width: 60%;
    border-width: 2px;
  }

  .article_slick_item.parent {
    width: 90%;
  }

  .article_slick_item.parent a {
    display: flex;
    flex-direction: row;
  }

  .article_slick_item.parent .thumb {
    width: 40%;
  }

  .article_slick_item.parent .text {
    padding-left: 25px;
    width: 60%;
  }
}

.article_slick_outer .slick-track,
.article2_slick_outer .slick-track {
  display: flex;
}

@media screen and (max-width: 896px) {

  .article_slick_outer .slick-list,
  .article2_slick_outer .slick-list {
    padding: 0 15% 0 0 !important;
  }
}

.article_slick_item {
  margin-right: 15px;
  height: auto !important;
  border: 1px solid #e5e1d8;
}

.article_slick_item a {
  display: flex;
  flex-direction: column;
  padding: 15px;
  height: 100%;
}

.article_slick_item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.article_slick_item .tag {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.article_slick_item .tag li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family: var(--font-sans-serif);
  padding: 0 10px;
  width: fit-content;
  height: 1.8em;
  border-radius: 3em;
}

.article_slick_item .tag li:first-of-type {
  color: #fff;
  background-color: var(--baige-dark);
}

.article_slick_item .tag li:last-of-type {
  background-color: #cec6b7;
}

.article_slick_item .title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article_outer .btn {
  line-height: 1.3;
  margin: 20px auto 0;
  width: 80%;
  height: 3.4em;
}

@media screen and (max-width: 896px) {
  .article_slick_item {
    margin-right: 15px;
    height: auto !important;
  }

  .article_slick_item .btn {
    margin: auto auto 0;
    width: 100%;
  }

  .p-toppage__seminar-sp .p-toppage__seminar-sp-item {
    display: flex !important;
    flex-direction: column;
    border-color: #E5E1D8;
  }

  .p-toppage__seminar-sp .p-toppage__seminar-sp-date {
    padding: 8px 10px 5px;
    background-color: #E5E1D8;
  }

  .p-toppage__seminar-sp .p-toppage__seminar-sp-title {
    margin: 0 auto;
    padding: 10px 0;
    width: calc(100% - 20px);
    background-color: unset;
    border-bottom: 1px solid #E5E1D8;
  }

  .p-toppage__seminar-sp .p-toppage__seminar-sp-address {
    font-size: 13px;
    padding: 10px;
  }

  .p-toppage__seminar-sp .p-toppage__seminar-sp-address b {
    font-size: 14px;
  }

  .p-toppage__seminar-sp .p-toppage__seminar-sp-buttons {
    margin-top: auto;
  }

  .p-toppage__cnt-result-item a img {
    transition: opacity .5s;
    object-fit: cover;
    height: 60px;
    width: 130px;
  }

  .c-title-common__ja {
    font-size: 26px;
  }
}

.p-toppage__case {
  z-index: 5;
}


.c-side-fix-btns {
  z-index: 10;
}

@media screen and (max-width: 896px) {
  .p-toppage__cnt-with-dot--seminar-list.type_outer {
    margin-top: 23vh;
  }

  .menu4_outer {
    padding-top: 30px;
  }
}

@media screen and (max-width: 450px) {
  .p-toppage__cnt-with-dot--seminar-list.type_outer {
    margin-top: 45vw;
  }
}