@charset "utf-8";

/*------------------------------ 共通 ------------------------------*/
.sp {
  display: none;
}

.container {
  max-width: 1920px;
}

.inner {
  max-width: 1200px;
}

.main-link {
  width: 191px;
  height: 50px;
}

.main-link:hover::after {
  top: 5px;
  left: 5px;
}

.line-heading {
  font-size: 3.4rem;
  padding-left: 81px;
  margin-bottom: 33px;
}

.line-heading::before {
  width: 62px;
  height: 5px;
}


/*------------------------------ ヘッダー ------------------------------*/

@media screen and (max-width: 1000px) {
  header .container {
    width: 95%;
  }
}

header .container nav {
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1500px) {
  header .container .logo img {
    width: 250px;
  }
}

@media screen and (max-width: 1000px) {
  header .container .logo img {
    width: 220px;
  }
}

header .container nav ul {
  height: 144px;
  align-items: center;
  justify-content: flex-end;
  transition: height 0.3s ease;
  min-height: 100px;
}

header .container nav ul li .not-main-link {
  font-size: 2.2rem;
}

@media screen and (max-width: 1200px) {
  header .container nav ul li .not-main-link {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1000px) {
  header .container nav ul li .not-main-link {
    font-size: 1.4rem;
  }
}

header .container nav ul li .material {
  margin-right: 60px;
}

@media screen and (max-width: 1500px) {
  header .container nav ul li .material {
    margin-right: 47px;
  }
}

@media screen and (max-width: 1200px) {
  header .container nav ul li .material {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1000px) {
  header .container nav ul li .material {
    margin-right: 20px;
  }
}

header .container nav ul li .main-link {
  font-size: 2.2rem;
}

@media screen and (max-width: 1500px) {
  header .container nav ul li .main-link {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1000px) {
  header .container nav ul li .main-link {
    font-size: 1.4rem;
  }
}

header .container nav ul li .contact {
  margin-right: 92px;
}

@media screen and (max-width: 1500px) {
  header .container nav ul li .contact {
    margin-right: 60px;
  }
}

@media screen and (max-width: 1200px) {
  header .container nav ul li .contact {
    margin-right: 35px;
  }
}

@media screen and (max-width: 1200px) {
  header .container nav ul li .contact {
    margin-right: 25px;
  }
}

header .container nav ul li .entry {
  width: 245px;
  height: 75px;
}

@media screen and (max-width: 1500px) {
  header .container nav ul li .entry {
    width: 160px;
  }
}

@media screen and (max-width: 1000px) {
  header .container nav ul li .entry {
    width: 120px;
    height: 60px;
  }
}

header .container nav ul li .seminar {
  margin-right: 30px;
}

@media screen and (max-width: 1500px) {
  header .container nav ul li .seminar {
    margin-right: 25px;
  }
}

@media screen and (max-width: 1000px) {
  header .container nav ul li .seminar {
    margin-right: 20px;
  }
}


/*------------------------------ ファーストビュー ------------------------------*/
#top .fv {
  padding: 144px 0 0;
}

#top .fv .container .heading-img {
  justify-content: space-between;
}

#top .fv .container .heading-img .heading {
  padding-top: 8%;
}

#top .fv .container .heading-img .heading h1 {
  margin-bottom: 7%;
}

#top .fv .container .heading-img .heading h1 span:first-of-type {
  font-size: clamp(1.9rem, 2.5vw, 5.3rem);
}

#top .fv .container .heading-img .heading h1 span:nth-of-type(2) {
  font-size: clamp(3.8rem, 5.8vw, 11rem);
}

#top .fv .container .heading-img .heading h1 span:last-of-type {
  font-size: clamp(2.8rem, 4.1vw, 8rem);
}

#top .fv .container .heading-img .heading .introduction {
  left: 38%;
  position: absolute;
}

#top .fv .container .heading-img .heading .introduction p {
  font-size: 3.4rem;
  padding: 20px 30px;
  margin-bottom: 8px;
}

@media screen and (max-width: 2000px) {
  #top .fv .container .heading-img .heading .introduction p {
    font-size: clamp(1.6rem, 1.7vw, 3.4rem);
    padding: 2.5% 3%;
    margin-bottom: 1%;
  }
}

#top .fv .container .news {
  padding: 20px 30px;
  max-width: 986px;
  bottom: -70px;
  width: 82%;
}

@media screen and (max-width: 1000px) {
  #top .fv .container .news {
    width: 100%;
  }
}

#top .fv .container .news .each-news {
  align-items: center;
  gap: 0 28px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1300px) {
  #top .fv .container .news .each-news {
    font-size: clamp(1.6rem, 1.8vw, 2.3rem);
  }
}

#top .fv .container .news .each-news:first-of-type {
  margin-bottom: 10px;
}

#top .management {
  padding: 200px 0 82px;
}

#top .management .inner h2 {
  font-size: 4.6rem;
  margin-bottom: 58px;
}

@media screen and (max-width: 1000px) {
  #top .management .inner h2 {
    font-size: 4.2rem;
  }
}

#top .management .inner .overview-point {
  justify-content: center;
  gap: 0 37px;
}

@media screen and (max-width: 1000px) {
  #top .management .inner .overview-point {
    flex-direction: column;
    gap: 40px 0;
    align-items: center;
  }
}

#top .management .inner .overview-point .overview h3 {
  font-size: 2.4rem;
  justify-content: flex-start;
  margin-bottom: 18px;
}

#top .management .inner .overview-point .overview h3 {
  color: #2B2B2B;
}

#top .management .inner .overview-point .overview p {
  font-size: 2rem;
}

#top .management .inner .overview-point .point .each-point {
  width: 275px;
  height: 275px;
  padding-top: 50px;
}

#top .management .inner .overview-point .point .each-point:first-of-type {
  right: -30px;
}

#top .management .inner .overview-point .point .each-point h3 {
  font-size: 3.2rem;
  padding: 0 15px;
  margin-bottom: 27px;
}

#top .management .inner .overview-point .point .each-point p {
  font-size: 2.2rem;
}

#top .entry {
  padding: 60px 0 61px;
}

#top .entry .inner {
  padding: 40px 44px;
  margin-bottom: 60px;
  max-width: 1100px;
}

#top .entry .inner dl {
  gap: 0 23px;
  margin-bottom: 43px;
  align-items: baseline;
}

@media screen and (max-width: 1000px) {
  #top .entry .inner dl {
    flex-direction: column;
    gap: 8px 0;
    margin-bottom: 32px;
  }
}

#top .entry .inner dl dt {
  width: 186px;
  height: 51px;
  font-size: 2rem;
}

#top .entry .inner dl dd {
  width: calc(100% - 209px);
}

@media screen and (max-width: 1000px) {
  #top .entry .inner dl dd {
    width: 100%;
  }
}

#top .entry .inner dl dd .content {
  font-size: 2.4rem;
}

#top .entry .inner dl dd .note {
  font-size: 2rem;
}

#top .entry .entry-link a {
  /* margin-bottom: 22px; */
  width: 560px;
  height: 118px;
  font-size: 3.4rem;
  border-radius: 59px;
}

#top .entry .entry-link a::before {
  border-radius: 59px;
}

#top .entry .entry-link a::after {
  border-radius: 59px;
}

#top .seminar {
  padding: 100px 0 107px;
}

#top .seminar h2 {
  font-size: 4.6rem;
  margin-bottom: 46px;
}

@media screen and (max-width: 900px) {
  #top .seminar h2 {
    font-size: 4rem;
  }
}

#top .seminar .representative {
  margin-bottom: 64px;
  justify-content: center;
  gap: 5%;
}

#top .seminar .representative figure {
  border-radius: 6px;
  padding: 30px;
  /* width: 40%; */
  width: 30%;
}

#top .seminar .representative figure .img {
  margin-bottom: 19px;
}

#top .seminar .representative figure .img img {
  max-width: 200px;
  width: 100%;
}

#top .seminar .representative figure figcaption h3 {
  font-size: 2.4rem;
  margin-bottom: 17px;
}

@media screen and (max-width: 1200px) {
  #top .seminar .representative figure figcaption h3 {
    font-size: 2rem;
  }
}

#top .seminar .representative figure figcaption p {
  font-size: 1.8rem;
}

#top .seminar .detail {
  margin-bottom: 79px;
}

#top .seminar .detail dl {
  gap: 0 23px;
  margin-bottom: 46px;
  align-items: baseline;
}

#top .seminar .detail dl dt {
  width: 186px;
  height: 51px;
  font-size: 2rem;
}

#top .seminar .detail dd {
  width: calc(100% - 209px);
}

#top .seminar .detail dd .content {
  font-size: 2.4rem;
}

#top .seminar .detail dd .content .note {
  font-size: 2rem;
}

#top .seminar .detail dd ul li {
  font-size: 2.4rem;
}

#top .seminar .seminar-contents table tbody tr th {
  width: 186px;
  font-size: 2rem;
}

#top .seminar .seminar-contents table tbody tr td {
  width: calc(100% - 186px);
  padding: 12px 22px;
  font-size: 1.8rem;
}

#top .value {
  padding: 77px 0 79px;
}

#top .value .inner h2 {
  margin-bottom: 36px;
  font-size: 4.6rem;
}

#top .value .inner .each-value h3 {
  height: 60px;
  padding: 0 32px;
  font-size: 2.4rem;
}

#top .value .inner .each-value .content-obligation dl {
  width: 50%;
  padding: 31px;
}

#top .value .inner .each-value .content-obligation dl dt {
  width: 144px;
  height: 45px;
  font-size: 2rem;
  margin-bottom: 8px;
}

#top .value .inner .each-value .content-obligation dl:last-of-type dt {
  width: 244px;
}

#top .schedule {
  padding: 80px 0 195px;
}

#top .schedule .each-schedule {
  margin-bottom: 80px;
  gap: 0 18px;
  align-items: baseline;
}

#top .schedule .each-schedule .season {
  width: 254px;
  height: 60px;
  font-size: 2.4rem;
}

#top .schedule .each-schedule .season::after {
  position: absolute;
  left: 50%;
  bottom: -71px;
  transform: translateX(-59%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 23px solid transparent;
  border-left: 23px solid transparent;
  border-top: 40px solid #ebebeb;
  border-bottom: 0;
}

#top .schedule .each-schedule .season8::after {
  display: none;
}

#top .schedule .each-schedule .content {
  width: calc(100% - 272px);
}

#top .schedule .each-schedule .content .heading {
  gap: 0 16px;
  margin-bottom: 10px;
}

#top .schedule .each-schedule .content .heading h3 {
  display: block;
  font-size: 2.4rem;
}

#top .schedule .each-schedule .content .heading .idea {
  font-size: 1.2rem;
  height: 30px;
  padding: 0 13px;
  white-space: nowrap;
}

#top .schedule .each-schedule .content p {
  font-size: 1.8rem;
}


/*------------------------------ フッター ------------------------------*/
footer {
  padding: 65px 0;
}

footer .inner .img {
  margin-bottom: 24px;
}

footer .inner p:first-of-type {
  font-size: 1.4rem;
  margin-bottom: 49px;
}

footer .inner .copy small {
  font-size: 1.2rem;
}


/*------------------------------ 404 ------------------------------*/
#not-found {
  padding: 227px 0 145px;
}

#not-found .inner p {
  font-size: 15rem;
}

#not-found .inner h1 {
  font-size: 2rem;
}


/*------------------------------ お知らせ一覧 ------------------------------*/
#news {
  padding-top: 144px;
}

#news h1 {
  font-size: 4.6rem;
  height: 300px;
}

#news .inner .news-wrap {
  max-width: 874px;
  margin-bottom: 60px;
}

#news .inner .news-wrap a {
  gap: 0 28px;
  align-items: baseline;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#news .inner .news-wrap a {
  font-size: 2.4rem;
}

@media screen and (max-width: 1000px) {
  #news .inner .news-wrap a {
    font-size: 1.8rem;
  }
}

#news .inner .news-wrap a.hover-border::after {
  bottom: 15px;
}


/*------------------------------ お知らせ詳細 ------------------------------*/
#single-news {
  padding: 144px 0 90px;
}

#single-news h1 {
  font-size: 4.6rem;
  height: 300px;
}

#single-news .inner h2 {
  font-size: 2.4rem;
}

#single-news .inner .txt {
  font-size: 1.8rem;
}

#single-news .inner .prev-next .prev {
  margin-bottom: 20px;
}

#single-news .inner .prev-next a {
  gap: 0 13px;
  align-items: center;
}

#single-news .inner .prev-next a p:last-of-type {
  width: calc(100% - 113px);
}


/*------------------------------ ページネーション ------------------------------*/
.pagination {
  gap: 28px;
}

.pagination .current {
  width: 40px;
  height: 40px;
  font-size: 2rem;
}

.pagination a.page-numbers {
  width: 40px;
  height: 40px;
  font-size: 2rem;
}


/*------------------------------ パートナー（共通） ------------------------------*/
.partner .inner {
  padding: 69px 0 107px;
}

.partner .inner dl {
  margin-bottom: 77px;
}

.partner .inner dl:last-of-type {
  margin-bottom: 50px;
}

.partner .inner dl dt {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.partner .inner dl dd {
  font-size: 2.4rem;
}

.partner .inner dl .each-partner .small-text {
  font-size: 1.8rem;
}

.partner .inner .recruitment {
  font-size: 1.6rem;
}


/*------------------------------ お問い合わせ（共通） ------------------------------*/
#contact {
  padding: 61px 0 67px;
}

#contact .inner h2 {
  font-size: 4rem;
  margin-bottom: 42px;
}

#contact .inner p:first-of-type {
  font-size: 2.4rem;
  margin-bottom: 49px;
}

#contact .inner p:last-of-type {
  font-size: 1.8rem;
  margin-bottom: 4px;
}

#contact .inner a {
  font-size: 4rem;
}