@charset "utf-8";
/* ==========================================================================
	MAIN
	========================================================================== */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.mainimage div img {
  display: block;
  width: 98%;
  margin: 0 auto;
}
.catch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40px 0;
}
.catch-tit01 {
  width: 300px;
  color: #fff;
  font-family: var(--font02);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.375vw, 2rem);
  line-height: 100%;
  background-color: var(--color03);
  border-radius: 80px;
  padding: 10px 0;
  margin: 0 auto 20px auto;
}
.catch-tit02 {
  color: var(--color02);
  font-family: var(--font02);
  font-size: clamp(1.8rem, 3.529vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .mainimage {
    padding-bottom: 0;
  }
  .slick-track img {
    height: 50vh;
    object-fit: cover;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .slick-track img {
    height: 50vh;
    object-fit: cover;
  }
}

.recruit .box {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2em 1.5em;
}
.recruit .box::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  border-bottom: none;
  border-top-left-radius: 30px;
  top: 0;
  left: 0;
  padding-top: 30px;
}
.recruit .box::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  border-top: none;
  border-bottom-right-radius: 30px;
  bottom: 0;
  left: 0;
  padding-top: 30px;
}
.recruit .box .txt01 {
  color: #f3791d;
  font-family: var(--font02);
  font-size: clamp(2rem, 2.875vw, 2.6rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.recruit .box .txt02 {
  font-family: var(--font02);
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
/*TOP*/
.counterplan {
  padding: 30px 0;
}
.counterplan-list {
  width: 50%;
  margin: 0 auto;
}
.counterplan-list-item {
  font-family: var(--font01);
  font-weight: 700;
  font-size: clamp(1.6rem, 2.125vw, 1.8rem);
  margin-bottom: 15px;
}
.counterplan-list-item a {
  position: relative;
  display: block;
  color: var(--color02);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
.counterplan-list-item a::after {
  position: absolute;
  top: 35%;
  right: 20px;
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-size: 80%;
  font-weight: 900;
}
.counterplan-list-item:last-child {
  margin-bottom: 0;
}
.newsContent {
  margin-bottom: 4%;
}
.newsContent dl {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  display: flex;
  flex-wrap: wrap;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 20px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 18%;
  padding-left: 1em;
}
.newsContent dl dd {
  position: relative;
}
.newsContent dl dd a {
  color: #313131;
}
.newsContent dl dd a:hover {
  color: var(--color04);
}
@media screen and (max-width: 767px) {
  .newsContent dl {
    display: block;
  }
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 5px;
  }
  .newsContent dl dd {
    padding-top: 0;
  }
  .newsContent dl dd:after {
    content: none;
  }
}
.concept {
  padding: 100px 0;
  background: url("../images/index-images/concept-bg.jpg") 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
.concept .tit-cmn02 {
  text-align: center;
}
.concept__inner {
  width: 95%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 50px 40px;
  margin: 0 auto;
}
.concept__inner p:last-child {
  margin-bottom: 0;
}
.concept02 {
  padding: 100px 0;
  margin-bottom: 0;
}
.li-concept {
  display: flex;
  flex-wrap: wrap;
}
.li-concept li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.li-concept li:nth-child(3n) {
  margin-right: 0;
}
.li-concept li div {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}
.li-concept li .txt01 {
  color: var(--color01);
  font-family: var(--font02);
  font-weight: 700;
  border-bottom: 1px solid var(--color01);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.li-concept li .txt02 {
  margin-bottom: 0;
}
.course {
  padding: 100px 0;
  background-color: var(--color04);
}
.li-course {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.li-course li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.li-course li:nth-child(3n) {
  margin-right: 0;
}
.li-course li div {
  overflow: hidden;
  width: 60%;
  margin: 0 auto 3px auto;
}
.li-course li .txt01 {
  color: var(--color02);
  font-size: clamp(1.7rem, 2.875vw, 2.3rem);
  font-family: var(--font02);
  font-weight: 700;
  text-align: center;
}
/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  .catch {
    width: 70%;
    padding: 40px 0;
  }
  .counterplan-list {
    width: 80%;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  /*TOP*/
  .mainimage {
    margin-bottom: 10px;
  }
  .catch {
    width: 80%;
    padding: 30px 0;
  }
  .catch-tit01 {
    width: 200px;
    padding: 7px 0;
    margin: 0 auto 10px auto;
  }
  .counterplan {
    padding: 20px 0;
  }
  .counterplan-list {
    width: 100%;
  }
  .counterplan-list-item {
    margin-bottom: 10px;
  }
  .counterplan-list-item a {
    padding: 7px 15px;
  }
  .counterplan-list-item a::after {
    right: 15px;
  }
  .concept {
    padding: 50px 0;
  }
  .concept__inner {
    width: 100%;
    padding: 30px 15px;
    margin: 0 auto;
  }
  .concept02 {
    padding: 50px 0;
  }
  .li-concept {
    display: block;
    margin-bottom: 20px;
  }
  .li-concept li {
    width: 100%;
    margin-right: 0;
  }
  .li-concept li:nth-child(3n) {
    margin-right: 0;
  }
  .course {
    padding: 50px 0;
  }
  .li-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .li-course li {
    width: 45%;
    margin-right: 0;
  }
  .li-course li:nth-child(3n) {
    margin-right: 0;
  }
  .li-course li div {
    width: 60%;
  }
}