@charset "UTF-8";
#pageTop {
  overflow: hidden;
}

.commonTopTitleArea {
  margin-bottom: 274px;
}

@media screen and (max-width: 1000px) {
  .commonTopTitleArea {
    margin-bottom: 100px;
  }
}
.comSection {
  padding: 120px 0 0;
  position: relative;
}
.comSection .secVenue {
  padding: 60px 0 100px;
}

@media screen and (min-width: 768px) {
  .comTopInnerWidth .commonTopTitleArea .commonTopTitleAreaInner {
    background-image: url(../images/pagehead_bg_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .comTopInnerWidth .commonTopTitleArea .commonTopTitleAreaInner {
    background-image: url(../images/pagehead_bg_sp.jpg);
  }
}
.js-parallax {
  will-change: transform; /* ブラウザにアニメーションを事前通知して負荷を下げる */
  /* ※パララックス対象に transition をかけるとスクロールと動きがズレて遅延するので入れないでください */
}

.secConcept .commonWidth {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 40px;
}
.secConcept .commonWidth .imgbox {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.secConcept .commonWidth .imgbox img:nth-of-type(1) {
  width: 90%;
  height: auto;
}
.secConcept .commonWidth .imgbox img:nth-of-type(2) {
  width: 55%;
  height: auto;
  padding-top: 40px;
}
.secConcept .commonWidth .imgbox img:nth-of-type(3) {
  width: calc(45% - 24px);
  height: auto;
  aspect-ratio: 1/1;
}
.secConcept .commonWidth .txtbox {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
.secConcept .commonWidth .txtbox .secConceptTtl {
  font-size: clamp(30px, 2.67vw, 32px);
  margin-bottom: 48px;
}
.secConcept .commonWidth .txtbox .secConceptTxt {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 2.2em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .secConcept .commonWidth {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 10px;
    gap: 50px;
  }
  .secConcept .commonWidth .imgbox {
    gap: 14px;
  }
  .secConcept .commonWidth .imgbox img:nth-of-type(1) {
    width: 95%;
    height: auto;
  }
  .secConcept .commonWidth .imgbox img:nth-of-type(2) {
    padding-top: 24px;
  }
  .secConcept .commonWidth .txtbox {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    padding: 0 4px 60px;
  }
  .secConcept .commonWidth .txtbox .secConceptTtl {
    font-size: clamp(19px, 8.21vw, 32px);
    margin-bottom: 30px;
  }
  .secConcept .commonWidth .txtbox .secConceptTxt {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
.secConcept .commonWidth {
  /* ...前半省略... */
}
.secConcept .commonWidth .imgbox {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
.secConcept .commonWidth .imgbox .parallax-box {
  overflow: hidden;
  position: relative;
}
.secConcept .commonWidth .imgbox .parallax-box:nth-of-type(1) {
  width: 90%;
  aspect-ratio: 7/4;
}
.secConcept .commonWidth .imgbox .parallax-box:nth-of-type(2) {
  width: 55%;
  margin-top: 40px;
  aspect-ratio: 34/25;
}
.secConcept .commonWidth .imgbox .parallax-box:nth-of-type(3) {
  width: calc(45% - 24px);
  aspect-ratio: 1/1;
}
.secConcept .commonWidth .imgbox .parallax-box img {
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.secConcept .commonWidth {
  /* ...後半省略... */
}

@media screen and (max-width: 767px) {
  .secConcept .commonWidth .imgbox {
    gap: 14px;
  }
  .secConcept .commonWidth .imgbox .parallax-box:nth-of-type(1) {
    width: 95%;
  }
  .secConcept .commonWidth .imgbox .parallax-box:nth-of-type(2) {
    margin-top: 24px;
  }
}
.secCourse {
  padding: 120px 0 40px;
}
.secCourse .innerWidth .secCourseHead {
  margin-bottom: 48px;
}
.secCourse .innerWidth .secCourseHead .secCourseTtl {
  font-size: clamp(30px, 2.67vw, 32px);
  line-height: 1.2em;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.secCourse .innerWidth .secCourseHead .secCourseTtl span {
  font-size: clamp(22px, 2vw, 24px);
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.secCourse .innerWidth .secCourseHead .secCourseSub {
  color: #9b9b9b;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.secCourse .innerWidth .wrap .content {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 22% 180px 1fr;
  gap: 32px;
  border-bottom: 1px solid #a3a3a3;
  align-items: center;
}
.secCourse .innerWidth .wrap .content:last-child {
  border-bottom: 0px solid #a3a3a3;
}
.secCourse .innerWidth .wrap .content .ttlbox .num {
  font-size: 16px;
}
.secCourse .innerWidth .wrap .content .ttlbox .ttl {
  font-size: clamp(22px, 2vw, 24px);
}
.secCourse .innerWidth .wrap .content .txtbox p {
  font-size: clamp(15px, 1.33vw, 16px);
  line-height: 2.2em;
}

@media screen and (max-width: 767px) {
  .secCourse {
    padding: 50px 0 0px;
  }
  .secCourse .innerWidth .secCourseHead {
    margin-bottom: 32px;
  }
  .secCourse .innerWidth .secCourseHead .secCourseTtl {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secCourse .innerWidth .secCourseHead .secCourseTtl span {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secCourse .innerWidth .wrap .content {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
  .secCourse .innerWidth .wrap .content .ttlbox .num {
    font-size: 16px;
  }
  .secCourse .innerWidth .wrap .content .ttlbox .ttl {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secCourse .innerWidth .wrap .content .imgbox {
    width: 100%;
  }
  .secCourse .innerWidth .wrap .content .imgbox img {
    width: 100%;
  }
  .secCourse .innerWidth .wrap .content .txtbox p {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
.secService {
  padding: 80px 0;
}
.secService .commonWidth {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 40px;
  align-items: center;
}
.secService .commonWidth .txtbox .secConceptTtl {
  font-size: clamp(30px, 2.67vw, 32px);
  line-height: 1.2em;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}
.secService .commonWidth .txtbox .secConceptTtl span {
  font-size: clamp(22px, 2vw, 24px);
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.secService .commonWidth .txtbox .secConceptSub {
  color: #9b9b9b;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.secService .commonWidth .txtbox .secConceptTxt {
  margin-top: 40px;
  max-width: 480px;
  line-height: 2.2em;
}

@media screen and (max-width: 767px) {
  .secService {
    padding: 120px 0;
  }
  .secService .commonWidth {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
  }
  .secService .commonWidth .txtbox .secConceptTtl {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secService .commonWidth .txtbox .secConceptTtl span {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secService .commonWidth .txtbox .secConceptTxt {
    max-width: auto;
  }
}
.wideImg {
  width: 100%;
  margin-top: 80px;
}

.secMessage .content {
  padding: 120px 0 60px;
}
.secMessage .content .secMessageSub {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.2em;
  margin: auto;
  display: block;
}
.secMessage .content .secMessageTtl {
  font-size: clamp(30px, 2.67vw, 32px);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}
.secMessage .content .secMessageTxt {
  padding: 48px 0;
  font-size: clamp(15px, 1.33vw, 16px);
  line-height: 2.2em;
  text-align: center;
}
.secMessage .content .btnRight {
  max-width: 250px;
  margin: 0 auto;
}
.secMessage .imgbox {
  padding: 0 0 80px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.secMessage .imgbox img:nth-of-type(1) {
  padding-top: 80px;
}
.secMessage .imgbox img:nth-of-type(3) {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .secMessage .content {
    padding: 64px 0 0;
  }
  .secMessage .content .secMessageSub {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  .secMessage .content .secMessageTtl {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .secMessage .content .secMessageTxt {
    padding: 48px 0;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secMessage .imgbox {
    padding: 60px 0 80px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .secMessage .imgbox img:nth-of-type(1) {
    padding-top: 0px;
    width: 40%;
    order: 3;
  }
  .secMessage .imgbox img:nth-of-type(2) {
    padding-top: 0px;
    width: 50%;
    order: 2;
  }
  .secMessage .imgbox img:nth-of-type(3) {
    padding-top: 0px;
    width: 85%;
    order: 1;
  }
}
.secRecommend {
  padding: 100px 0 0;
}
.secRecommend .innerWidth {
  padding: 35px 16px;
  border: 1px solid #a3a3a3;
}
.secRecommend .innerWidth .secRecommendTtl {
  font-size: clamp(30px, 2.67vw, 32px);
  text-align: center;
  letter-spacing: 0.2em;
}
.secRecommend .innerWidth > p {
  padding: 24px 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  line-height: 2.2em;
}
.secRecommend .innerWidth > svg {
  margin: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .secRecommend {
    padding: 100px 16px 0;
  }
  .secRecommend .innerWidth .secRecommendTtl {
    font-size: clamp(20px, 1.83vw, 22px);
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */