@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: #fff9f9;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h2, .venue h2 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 5rem;
  color: #E4007F;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto 1.5em;
}
@media (max-width: 850px) {
  h2, .venue h2 {
    font-size: 3.5rem;
  }
  h2::before, .venue h2::before, h2::after, .venue h2::after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  h2, .venue h2 {
    font-size: 2.5rem;
    gap: 10px;
  }
  h2::before, .venue h2::before, h2::after, .venue h2::after {
    width: 40px;
    height: 40px;
  }
}

.br-tb {
  display: none;
}
@media (max-width: 1170px) {
  .br-tb {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.hero {
  text-align: center;
  padding: 80px 20px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background: url("../images/hero-bg.png") no-repeat center top;
  background-size: contain;
  z-index: -1;
}
.hero .hero-title {
  margin: 0 0 40px;
}
.hero .hero-title img {
  display: block;
  margin: 30px auto;
  width: min(90%, 780px);
  height: auto;
}
.hero .subtitle {
  color: #000000;
  font-size: clamp(2.8rem, 3vw + 1rem, 4.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-bottom: 0;
  line-height: 1;
  border-bottom: 20px solid #f7d4de;
}
.hero .subtitle-wrap {
  text-align: center;
}
.hero .subtitle-2,
.hero .subtitle-3,
.hero .subtitle-4 {
  display: block;
  text-align: left;
  margin: 0 auto;
  width: fit-content;
}
.hero .subtitle-2 {
  color: #E4007F;
  font-size: clamp(1rem, 2.5vw + 1rem, 3.5rem);
  font-weight: 500;
  padding-bottom: 70px;
}
.hero .subtitle-3 {
  color: #000000;
  font-weight: 700;
  font-size: clamp(1rem, 2vw + 0.8rem, 3rem);
  transform: translateX(-50px);
  padding-bottom: 40px;
}
.hero .subtitle-4 {
  font-size: clamp(1rem, 1vw + 1rem, 2rem);
  transform: none;
}
@media (max-width: 1000px) {
  .hero .subtitle-4 {
    transform: translateX(20px);
  }
}
@media (max-width: 1170px) {
  .hero .hero-title img {
    width: min(90%, 700px) !important;
  }
}
@media (max-width: 850px) {
  .hero {
    padding: 350px 20px 50px 20px;
  }
  .hero::before {
    background-image: url("../images/hero-bg-sp.png");
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: contain;
  }
  .hero h1 {
    font-size: 8rem;
  }
  .hero .subtitle {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 200px 20px 0 20px;
  }
  .hero .hero-title img {
    width: min(90%, 360px) !important;
  }
  .hero .subtitle {
    font-size: 2rem;
    border-bottom: 10px solid #f7d4de;
  }
  .hero .subtitle-2 {
    font-size: clamp(1rem, 2.5vw + 1rem, 1.6rem);
    padding-bottom: 40px;
  }
  .hero .subtitle-3 {
    font-size: clamp(1rem, 2.5vw + 1rem, 1.6rem);
    transform: translateX(0px);
    padding-bottom: 20px;
  }
  .hero .subtitle-4 {
    font-size: clamp(1rem, 2.5vw + 1rem, 1.2rem);
    transform: translateX(0px);
  }
}

.points {
  text-align: center;
}
.points .points-title {
  display: block;
  margin: 0 auto 100px;
  max-width: 450px;
  height: auto;
}
.points .point-list {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.points .point-item {
  max-width: 350px;
  flex: 1 1 300px;
}
.points .point-item img {
  width: 100%;
  display: block;
}
@media (max-width: 1170px) {
  .points {
    padding: 80px 20px;
  }
  .points .point-list {
    gap: 20px;
  }
  .points .point-item {
    max-width: 250px;
  }
}
@media (max-width: 850px) {
  .points .point-list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .points .point-item {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .points .points-title {
    max-width: 270px;
    margin: 0 auto 40px;
  }
  .points .point-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .points .point-item {
    max-width: 280px;
    flex: 1 1 10px;
  }
}

.teacher {
  padding: 100px 20px;
  text-align: center;
}
.teacher .teacher-title-img {
  width: 300px;
  margin: 0 auto -50px;
  display: block;
}
.teacher .teacher-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 120px 80px;
  border: 4px solid #000;
  border-radius: 80px;
  background-color: #fbe3eb;
}
.teacher .teacher-card .teacher-left {
  flex: 1 1 400px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.teacher .teacher-card .teacher-left img {
  width: 350px;
  display: block;
  margin-bottom: 20px;
}
.teacher .teacher-card .teacher-left .name {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.teacher .teacher-card .teacher-left .role {
  font-size: 1.8rem;
  color: #000000;
}
.teacher .teacher-card .teacher-right {
  flex: 1 1 500px;
  text-align: left;
}
.teacher .teacher-card .teacher-right .profile-title {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 4px 16px;
  border-radius: 2px;
  font-size: 2.4rem;
  margin-bottom: 40px;
  margin-top: -30px;
}
.teacher .teacher-card .teacher-right .profile-text {
  font-size: 1.8rem;
  line-height: 1.9;
  color: #000000;
}
@media (max-width: 1250px) {
  .teacher .teacher-card .teacher-right .profile-text {
    font-size: 1.65rem;
  }
}
@media (max-width: 1170px) {
  .teacher .teacher-card {
    max-width: 850px;
  }
  .teacher .teacher-card .teacher-right .profile-text {
    font-size: 2rem;
  }
}
@media (max-width: 850px) {
  .teacher .teacher-card {
    padding: 120px 40px 120px 60px;
    max-width: 600px;
  }
  .teacher .teacher-card .teacher-right .profile-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .teacher {
    padding: 20px 20px;
  }
  .teacher .teacher-title-img {
    width: 200px;
  }
  .teacher .teacher-card {
    border: 2px solid #000;
    gap: 20px;
    padding: 60px 15px 60px 15px;
    max-width: 300px;
    border-radius: 20px;
  }
  .teacher .teacher-card .teacher-left img {
    max-width: 200px;
  }
  .teacher .teacher-card .teacher-left .name {
    font-size: 2rem;
  }
  .teacher .teacher-card .teacher-left .role {
    font-size: 1.6rem;
  }
  .teacher .teacher-card .teacher-right .profile-title {
    font-size: 1.5rem;
    margin: 0 70px 20px;
  }
  .teacher .teacher-card .teacher-right .profile-text {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.schedule {
  text-align: center;
  padding: 80px 20px;
  /* === 各エリアカード === */
}
.schedule .schedule-title {
  display: block;
  margin: 0 auto 30px;
  max-width: 300px;
  height: auto;
}
.schedule .schedule-lead {
  font-size: 3.5rem;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media (max-width: 850px) {
  .schedule .schedule-lead {
    font-size: 2.6rem;
  }
}
.schedule .schedule-lead .accent {
  color: #E4007F;
  font-weight: 700;
  font-size: 4rem;
}
.schedule .area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 60px;
  justify-items: center;
  align-items: stretch;
  max-width: 1170px;
  margin: 0 auto;
}
.schedule .area {
  position: relative;
  background: url("../images/schedule-flower.png") no-repeat right 30px top 30px/80px auto;
  border: 2px solid #E4007F;
  border-radius: 16px;
  padding: 40px 60px;
  text-align: left;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.schedule .area .area-header {
  display: inline-block;
  background-color: #E4007F;
  color: #fff;
  padding: 6px 20px;
  font-size: 2.5rem;
  border-radius: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}
.schedule .area dl {
  margin-top: 10px;
  font-size: 2.6rem;
  line-height: 1.9;
}
.schedule .area dl dt {
  font-weight: 600;
  color: #000;
}
.schedule .area dl dd {
  color: #E4007F;
  font-weight: 600;
  margin-bottom: 12px;
}
.schedule .area:nth-child(-n+4) {
  border-color: #ff70a6;
}
@media (max-width: 1170px) {
  .schedule .area-list {
    max-width: 810px;
  }
  .schedule .area {
    background-size: 50px auto;
    padding: 40px 40px;
  }
  .schedule .area .area-header {
    font-size: 2rem;
  }
  .schedule .area dl {
    font-size: clamp(1rem, 1.2vw + 0.5rem, 2rem);
  }
}
@media (max-width: 850px) {
  .schedule .area-list {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 500px;
  }
  .schedule .area dl {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .schedule {
    padding: 40px 20px;
  }
  .schedule .area-list {
    max-width: 350px;
  }
  .schedule .schedule-title {
    width: 200px;
  }
  .schedule .schedule-lead {
    font-size: 1.6rem;
  }
  .schedule .schedule-lead .accent {
    font-size: 2.2rem;
  }
  .schedule .area dl {
    font-size: 1.8rem;
  }
}

.concept {
  background-color: #fff8fa;
  text-align: center;
  padding: 120px 20px;
}
.concept .concept-lead {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.8;
  color: #E4007F;
  margin-bottom: 40px;
}
.concept .concept-text {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  margin-bottom: 80px;
}
.concept .concept-text .pink {
  color: #E4007F;
  font-weight: 600;
}
.concept .recommend {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin: 80px auto;
  max-width: 1170px;
}
.concept .recommend .recommend-header {
  flex: 0 0 25%;
  text-align: center;
}
.concept .recommend .recommend-header img {
  width: 100%;
  max-width: 280px;
  padding-right: 35px;
  height: auto;
  display: block;
}
.concept .recommend .recommend-list {
  flex: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.concept .recommend .recommend-list .recommend-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 18px;
}
.concept .recommend .recommend-list .recommend-item .recommend-icon {
  width: 28px;
  height: auto;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 1170px) {
  .concept .recommend {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: left;
  }
  .concept .recommend .recommend-header {
    margin: 0 auto;
  }
  .concept .recommend .recommend-header img {
    max-width: 300px;
    width: 100%;
  }
  .concept .recommend .recommend-list {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
  }
  .concept .recommend .recommend-list .recommend-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .concept .recommend .recommend-list .recommend-item .recommend-icon {
    width: 22px;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .concept {
    padding: 20px 20px;
  }
  .concept .concept-text {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .concept .concept-lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .concept .concept-lead span {
    font-size: clamp(1.2rem, 2.4vw + 0.8rem, 2rem);
  }
  .concept .recommend {
    padding: 0 10px;
    margin-top: 30px;
    /* タイトル画像 */
    /* リスト */
  }
  .concept .recommend .recommend-header {
    text-align: center;
    margin-bottom: 20px;
  }
  .concept .recommend .recommend-header img {
    max-width: 260px;
    width: 100%;
  }
  .concept .recommend .recommend-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .concept .recommend .recommend-list .recommend-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .concept .recommend .recommend-list .recommend-item .recommend-icon {
    width: 22px;
    flex-shrink: 0;
    margin-top: 4px;
    /* ← テキストとの行頭を揃える */
  }
  .concept .recommend .recommend-img {
    max-width: 100%;
  }
}

.program-layout {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* 左：プログラム */
.program-left {
  flex: 0 0 70%;
}

/* タイトル画像 */
.program-title {
  display: block;
  margin: 0 auto 40px;
  max-width: 450px;
}

/* プログラムテーブル */
.program-table {
  width: 100%;
}

.program-row {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #ff4d92;
  padding: 22px 0;
  gap: 20px;
}
.program-row .time {
  width: 120px;
  font-size: 3rem;
  font-weight: 700;
  color: #ff1e8e;
  flex-shrink: 0;
  text-align: right;
  line-height: 1;
}
.program-row .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.7;
}
.program-row .content span {
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 6px;
  color: #444;
}

/* 右：講師プロフィール */
.program-right {
  flex: 0 0 30%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.teacher-mini-card {
  width: 100%;
  max-width: 340px;
  text-align: center;
}
.teacher-mini-card .teacher-role-img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 20px;
  display: block;
}
.teacher-mini-card .teacher-photo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 16px;
}
.teacher-mini-card .teacher-name {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.teacher-mini-card .teacher-profile {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #000;
}

@media (max-width: 1170px) {
  .program-layout {
    flex-direction: column;
    align-items: center;
  }
  .program-left,
  .program-right {
    flex: none;
    max-width: 100%;
  }
  .program-title {
    margin-bottom: 30px;
  }
  .teacher-mini-card {
    max-width: 340px;
    margin: 40px auto 0;
  }
  .program-row {
    padding: 25px 0;
  }
  .program-row .time {
    width: 100px;
    font-size: 2.8rem;
  }
  .program-row .content {
    font-size: clamp(1.4rem, 1.5vw + 1rem, 2.4rem);
  }
  .program-row .content span {
    font-size: clamp(1rem, 1.2vw + 0.5rem, 1.6rem);
  }
}
@media (max-width: 850px) {
  .program-layout {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }
  .program-left,
  .program-right {
    max-width: 100%;
    width: 100%;
  }
  .program-row {
    flex-direction: column;
    padding: 20px 0;
  }
  .program-row .time {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 12px;
    padding: 0;
  }
  .program-row .content {
    font-size: 2.2rem;
    text-align: center;
  }
  .program-row .content span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .program-layout {
    padding: 0 20px;
  }
  .program-title {
    max-width: 300px;
  }
  .program-row {
    padding: 18px 0;
  }
  .program-row .time {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .program-row .content {
    font-size: 1.8rem;
  }
  .program-row .content span {
    font-size: 1.4rem;
  }
  .teacher-mini-card {
    max-width: 260px;
    padding: 16px;
  }
  .teacher-name {
    font-size: 1.8rem;
  }
  .teacher-profile {
    font-size: 1.3rem;
  }
}
/* info */
.info {
  text-align: center;
  padding: 80px 0;
}
.info .info-title {
  display: block;
  margin: 0 auto 50px;
  max-width: 450px;
  height: auto;
}
.info .info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto;
}
.info .info-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 2px solid #E4007F;
  border-radius: 12px;
  padding: 40px 30px;
  background-color: #fff;
  text-align: left;
}
.info .info-item img {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  margin-top: 5px;
}
.info .info-item h3 {
  font-size: 3rem;
  color: #E4007F;
  margin-bottom: 5px;
  font-weight: 600;
}
.info .info-item h3 .badge {
  position: absolute;
  top: 20px;
  right: 30px;
  background-color: #b1c5ff;
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 50px;
  padding: 4px 12px;
  white-space: nowrap;
}
.info .info-item p {
  font-size: 2.1rem;
  color: #000;
  line-height: 1.6;
}
.info .info-item .btn-detail {
  display: inline-block;
  background-color: #f28ca0;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 20px;
  padding: 4px 12px;
  text-decoration: none;
  margin-left: 6px;
}
@media (max-width: 1170px) {
  .info .info-grid {
    max-width: 810px;
    gap: 20px 30px;
  }
  .info .info-item img {
    width: 40px;
  }
  .info .info-item h3 {
    font-size: 2rem;
  }
  .info .info-item p {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media (max-width: 850px) {
  .info .info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 550px;
  }
  .info .info-item h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .info {
    padding: 20px 0;
  }
  .info .info-title {
    max-width: 300px;
    margin: 30px auto 50px;
  }
  .info .info-grid {
    max-width: 350px;
  }
  .info .info-item h3 {
    font-size: 2rem;
  }
  .info .info-item h3 .badge {
    font-size: 1.6rem;
  }
  .info .info-item p {
    font-size: 1.5rem;
  }
}

/* venue */
.venue {
  text-align: center;
  padding: 100px 0;
}
.venue h2 {
  margin-bottom: 60px;
}
.venue .venue-title {
  display: block;
  margin: 0 auto 50px;
  max-width: 450px;
  height: auto;
}
.venue .venue-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px 100px;
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto;
}
.venue .venue-item {
  position: relative;
  background-color: #fff;
  border: 2px solid #E4007F;
  border-radius: 16px;
  padding: 40px 30px 120px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  background: url("../images/schedule-flower.png") no-repeat right 30px top 30px/80px auto;
}
.venue .venue-item dl {
  margin: 20px 0;
  font-size: 2.4rem;
  line-height: 1.8;
}
.venue .venue-item dl .row {
  display: grid;
  grid-template-columns: 80px 1fr;
  margin-bottom: 10px;
}
.venue .venue-item dl dt {
  font-weight: 700;
  display: inline-block;
  width: 80px;
}
.venue .venue-item dl dd {
  display: inline-block;
  font-weight: 500;
  color: #000;
}
.venue .venue-item .venue-header {
  display: inline-block;
  background-color: #E4007F;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  border-radius: 50px;
  padding: 6px 16px;
  margin-bottom: 50px;
}
.venue .venue-item .map-btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: inline-block;
  width: 90%;
  max-width: 300px;
  margin: 30px auto 0;
  text-align: center;
  background-color: #E4007F;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 15px 0;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}
.venue .venue-item .map-btn:hover {
  background-color: rgb(177, 0, 98.5921052632);
  transform: translate(-50%, -2px);
}
@media (max-width: 1170px) {
  .venue .venue-list {
    max-width: 810px;
    gap: 50px 50px;
  }
  .venue .venue-item {
    padding: 30px 20px 80px;
    background-size: 40px auto;
  }
  .venue .venue-item .venue-header {
    font-size: 2rem;
  }
  .venue .venue-item dl {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .venue .venue-item .map-btn {
    font-size: 1.6rem;
    width: 100%;
    bottom: 20px;
    padding: 10px 0;
    max-width: 230px;
  }
}
@media (max-width: 850px) {
  .venue .venue-list {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 550px;
  }
  .venue .venue-item {
    padding: 30px 20px 120px;
  }
  .venue .venue-item .map-btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .venue {
    padding: 20px 0;
  }
  .venue .venue-title {
    max-width: 300px;
  }
  .venue .venue-list {
    max-width: 350px;
  }
  .venue .venue-item {
    padding: 30px 20px 80px;
  }
  .venue .venue-item .map-btn {
    width: 100%;
  }
}

.apply {
  text-align: center;
  padding: 100px 20px;
}
.apply .apply-title {
  display: block;
  margin: 0 auto 40px;
  max-width: 450px;
  height: auto;
}
.apply .apply-text {
  font-size: 3rem;
  color: #000000;
  line-height: 1.9;
  margin: 80px 0;
}
.apply .apply-btn p {
  font-size: 3rem;
  padding-bottom: 30px;
}
.apply .btn-main {
  display: inline-block;
  background-color: #E4007F;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 60px;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.apply .btn-main:hover {
  background-color: rgb(177, 0, 98.5921052632);
  transform: translateY(-2px);
}
.apply .btn-main .p {
  font-size: 3rem;
}
.apply .contact-box {
  background-color: #ffe7ef;
  border: 2px solid #f28ca0;
  border-radius: 16px;
  padding: 40px 20px;
  max-width: 800px;
  margin: 60px auto 0;
  text-align: left;
  line-height: 1.9;
}
.apply .contact-box .contact-title {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 10px;
  text-align: center;
}
.apply .contact-box .contact-tel,
.apply .contact-box .contact-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 3.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  text-align: center;
}
.apply .contact-box .contact-tel img,
.apply .contact-box .contact-mail img {
  width: 40px;
  height: auto;
  display: block;
}
.apply .contact-box .contact-tel span,
.apply .contact-box .contact-mail span {
  font-weight: 400;
  font-size: 2rem;
  color: #000000;
}
.apply .contact-box .contact-tel .time,
.apply .contact-box .contact-mail .time {
  width: 100%;
  font-weight: 400;
  font-size: 2.5rem;
  color: #000000;
  margin-top: 4px;
}
.apply .contact-box .contact-note {
  text-align: center;
  font-size: 2rem;
  color: #000000;
  margin-top: 10px;
}
@media (max-width: 1170px) {
  .apply {
    padding: 80px 20px;
  }
  .apply .apply-text {
    font-size: 2rem;
  }
  .apply .apply-btn p {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .apply .btn-main {
    font-size: 2.5rem;
    padding: 15px 40px;
  }
  .apply .contact-box {
    padding: 30px 20px;
  }
  .apply .contact-box .contact-title {
    font-size: 2rem;
  }
  .apply .contact-box .contact-note {
    font-size: 1.6rem;
  }
  .apply .contact-box .contact-tel,
  .apply .contact-box .contact-mail {
    font-size: 2rem;
  }
  .apply .contact-box .contact-tel .time,
  .apply .contact-box .contact-mail .time {
    font-size: 2rem;
  }
}
@media (max-width: 850px) {
  .apply {
    padding: 80px 20px;
  }
  .apply .apply-text {
    font-size: 2rem;
  }
  .apply .btn-main {
    font-size: 2.5rem;
    padding: 15px 40px;
  }
  .apply .contact-box {
    padding: 30px 20px;
  }
  .apply .contact-box .contact-title {
    font-size: 2rem;
  }
  .apply .contact-box .contact-note {
    font-size: 1.6rem;
  }
  .apply .contact-box .contact-tel,
  .apply .contact-box .contact-mail {
    font-size: 2rem;
  }
  .apply .contact-box .contact-tel .time,
  .apply .contact-box .contact-mail .time {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .apply {
    padding: 40px 20px;
  }
  .apply .apply-title {
    max-width: 300px;
  }
  .apply .apply-btn p {
    font-size: 1.5rem;
    padding-bottom: 15px;
  }
  .apply .apply-text {
    font-size: 1.5rem;
    margin: 30px 0;
  }
  .apply .btn-main {
    font-size: 2rem;
    padding: 15px 20px;
  }
  .apply .contact-box {
    padding: 30px 20px;
    max-width: 350px;
  }
  .apply .contact-box .contact-title {
    font-size: 1.6rem;
  }
  .apply .contact-box .contact-note {
    font-size: 1.1rem;
  }
  .apply .contact-box .contact-tel,
  .apply .contact-box .contact-mail {
    font-size: 1.6rem;
  }
  .apply .contact-box .contact-tel .time,
  .apply .contact-box .contact-mail .time {
    font-size: 1.6rem;
  }
  .apply .contact-box .contact-note {
    font-size: 1rem;
  }
}

/* ▼ 下からフェードイン */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* ▼ 表示開始時に付与されるクラス */
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */