@charset "UTF-8";
.eva2026_all_area {
  font-family: shippori-mincho, serif;
  color: #333333;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 742px) {
  .eva2026_all_area {
    font-size: 14px;
    overflow: hidden;
  }
}
.eva2026_all_area * {
  box-sizing: border-box;
}
.eva2026_all_area img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.eva2026_all_area a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.eva2026_all_area a:hover {
  opacity: 0.8;
}

.display_smp {
  display: none;
}
@media screen and (max-width: 742px) {
  .display_smp {
    display: inline;
  }
}

.display_pc {
  display: inline !important;
}
@media screen and (max-width: 742px) {
  .display_pc {
    display: none !important;
  }
}

.eva_pink {
  color: #E34F8D;
  font-weight: bold;
}

#pan {
  display: none;
}

.ttl_page {
  display: none;
}

.eva_common_tit01 {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 0 50px;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 742px) {
  .eva_common_tit01 {
    font-size: 22px;
    margin-bottom: 40px;
    padding-bottom: 12px;
  }
}
.eva_common_tit01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #333333;
}
@media screen and (max-width: 742px) {
  .eva_common_tit01::after {
    width: 65%;
  }
}

.eva_container {
  padding: 80px 20px;
}
@media screen and (max-width: 742px) {
  .eva_container {
    padding: 50px 15px;
  }
}

.sec_eva_container_in {
  max-width: 980px;
  margin: 0 auto;
}

.eva_hero {
  padding: 4% 2%;
  background: url(/common/img/evangelist_2026/bg_01_pc.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 742px) {
  .eva_hero {
    background: url(/common/img/evangelist_2026/bg_01_sp.png) no-repeat center center;
    background-size: cover;
    padding: 0;
  }
}

.eva_main {
  display: grid;
  grid-template-areas: "areaA areaB" "areaA areaC";
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
  width: 96%;
}
@media screen and (max-width: 742px) {
  .eva_main {
    grid-template-areas: "areaB" "areaA" "areaD" "areaC";
    width: 100%;
  }
}

.eva_main_img {
  width: 680px;
  height: 100%;
  position: relative;
  grid-area: areaA;
}
@media screen and (max-width: 742px) {
  .eva_main_img {
    width: 100%;
    padding: 30px 15px 0;
  }
}

.eva_main_img_ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 90%;
  margin: auto;
  padding: 0 0 0 50px;
  list-style: none;
  position: absolute;
  bottom: 3%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 742px) {
  .eva_main_img_ul {
    padding: 0;
    gap: 10px;
    width: 100%;
    position: relative;
    bottom: 0;
  }
}
.eva_main_txt_area {
  text-align: center;
  margin-bottom: 30px;
  grid-area: areaB;
  padding-left: 50px;
}
@media screen and (max-width: 742px) {
  .eva_main_txt_area {
    margin-bottom: 0;
    padding: 30px 15px 0;
  }
}

@media screen and (max-width: 742px) {
  .eva_main_txt_area_sp {
    grid-area: areaD;
    padding: 0 15px;
  }
}

.eva_main_tit01 {
  margin: 0;
}

.eva_main_txt_ul {
  display: flex;
  justify-content: center;
  padding: 0 0 0 65px;
  list-style: none;
  grid-area: areaC;
}
@media screen and (max-width: 742px) {
  .eva_main_txt_ul {
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    margin-bottom: 20px;
  }
}
.eva_main_txt_ul li {
  margin: 0;
  width: 33.3333333333%;
}
@media screen and (max-width: 742px) {
  .eva_main_txt_ul li {
    max-width: none;
  }
}

.eva_main_btn {
  text-align: center;
  margin: 3em auto 0;
}
.eva_main_btn a {
  display: inline-block;
  width: 740px;
  padding: 15px;
  font-size: 25px;
  font-family: shippori-mincho, serif;
  color: #E34F8D;
  background: #ffffff;
  box-shadow: rgb(195, 26, 97) 0 3px 10px;
  transition: opacity 0.3s ease;
  border-radius: 100px;
  position: relative;
  z-index: 10;
}
.eva_main_btn a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  content: "";
  background: url(/common/img/evangelist_2026/arrow.svg) no-repeat center center/cover;
  position: absolute;
  top: calc(50% - 11px);
  margin-left: 1%;
}
@media screen and (max-width: 742px) {
  .eva_main_btn a::after {
    width: 19px;
    height: 17px;
    top: auto;
    bottom: 5%;
    margin: auto;
    top: auto;
    bottom: 8%;
    left: 0;
    right: 0;
  }
}
.eva_main_btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 742px) {
  .eva_main_btn a {
    width: 2.5em;
    padding: 10px;
    font-size: 17px;
    padding: 10px 10px 35px 10px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: fixed;
    top: 50vh;
    right: 0;
  }
}

.eva_lead {
  width: 100%;
  max-width: 1100px;
  text-align: center;
  padding: 40px 20px;
  margin: auto;
}
@media screen and (max-width: 742px) {
  .eva_lead {
    min-width: auto;
    padding: 0 15px 30px;
  }
}

.eva_lead_tit01 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 742px) {
  .eva_lead_tit01 {
    font-size: 18px;
    margin-top: 20px;
  }
}

.eva_zirei_wrap {
  padding-top: 30px;
  position: relative;
}
.eva_zirei_wrap::before {
  content: "";
  display: block;
  width: 453px;
  height: 453px;
  background: url(/common/img/evangelist_2026/bg_02_sp.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: rotate(23deg);
  transform-origin: center center;
}
@media screen and (max-width: 742px) {
  .eva_zirei_wrap::before {
    width: 70vw;
    height: 70vw;
    top: -15vw;
    right: -15vw;
  }
}
.eva_zirei {
  margin: 0 auto 100px;
  position: relative;
  z-index: 2;
}

.eva_zirei_tit01 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 742px) {
  .eva_zirei_tit01 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.eva_zirei_txt01 {
  text-align: left;
  margin: 0 0 20px;
  line-height: 1.9;
}
@media screen and (max-width: 742px) {
  .eva_zirei_txt01 {
    margin-bottom: 15px;
  }
}

.eva_zirei_txt02 {
  font-size: 38px;
  font-weight: bold;
  color: #E34F8D;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 742px) {
  .eva_zirei_txt02 {
    font-size: 22px;
  }
}

.eva_zirei_graph,
.eva_zirei_table {
  text-align: center;
  margin: 0 auto 30px;
  width: 85%;
}
@media screen and (max-width: 742px) {
  .eva_zirei_graph,
  .eva_zirei_table {
    margin-bottom: 20px;
    width: 100%;
  }
}

.eva_zirei_table {
  margin-top: 80px;
}

.eva_zirei_voice {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
@media screen and (max-width: 742px) {
  .eva_zirei_voice {
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

.eva_zirei_voice_txt01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #FF7CB3;
  margin: 0;
  border-radius: 50%;
}
@media screen and (max-width: 742px) {
  .eva_zirei_voice_txt01 {
    width: 6em;
    height: 6em;
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.eva_zirei_voice_txt01_in {
  display: inline-block;
  color: #ffffff;
}
.eva_zirei_voice_txt02 {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 742px) {
  .eva_zirei_voice_txt02 {
    width: calc(100% - 7em);
    text-align: left;
    font-size: 13px;
  }
}

.eva_zirei_voice_txt02_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 742px) {
  .eva_zirei_voice_txt02_ul {
    font-size: 13px;
    margin: 0;
    padding-left: 1em;
  }
}
.eva_zirei_voice_txt02_ul li {
  margin: 0;
}
@media screen and (max-width: 742px) {
  .eva_zirei_voice_txt02_ul li {
    list-style: disc;
  }
}

.eva_zirei_result {
  background: #E34F8D;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 742px) {
  .eva_zirei_result {
    padding: 20px 15px;
  }
}

.eva_zirei_result_txt01 {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 742px) {
  .eva_zirei_result_txt01 {
    font-size: 16px;
  }
}

.eva_peeling {
  background: transparent;
  padding: 0 0 30px;
}

.eva_peeling_tit01 {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 742px) {
  .eva_peeling_tit01 {
    margin-bottom: 30px;
  }
}

.eva_peeling_tit01_sub {
  display: block;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 742px) {
  .eva_peeling_tit01_sub {
    font-size: 14px;
  }
}

.eva_peeling_tit01_main {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 742px) {
  .eva_peeling_tit01_main {
    font-size: 24px;
  }
}

.eva_peeling_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.eva_peeling_list li {
  flex: 0 0 calc(25% - 23px);
  max-width: 220px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 742px) {
  .eva_peeling_list li {
    flex: 0 0 80%;
    max-width: none;
  }
}

.eva_peeling_list_img {
  margin: 0 0 10px;
}

.eva_peeling_list_txt {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.eva_peeling_txt01 {
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 742px) {
  .eva_peeling_txt01 {
    font-size: 13px;
  }
}

.eva_diff {
  max-width: 100%;
  background: #ffffff;
}

.eva_diff_tit01 {
  text-align: center;
  margin: 0 0 40px;
}
@media screen and (max-width: 742px) {
  .eva_diff_tit01 {
    margin-bottom: 30px;
  }
}

.eva_diff_tit01_in {
  display: inline-block;
}
@media screen and (max-width: 742px) {
  .eva_diff_tit01_in {
    font-size: 24px;
  }
}

.eva_diff_tit01_sub {
  display: block;
  font-size: 16px;
  color: #E34F8D;
  margin-bottom: 10px;
}
@media screen and (max-width: 742px) {
  .eva_diff_tit01_sub {
    font-size: 14px;
  }
}

.eva_diff_tit01_main {
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 742px) {
  .eva_diff_tit01_main {
    font-size: 24px;
  }
}

.eva_diff_table_wrap {
  overflow-x: auto;
  margin: 0 -20px;
  padding: 0 20px;
}
@media screen and (max-width: 742px) {
  .eva_diff_table_wrap {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.eva_diff_table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  background: #ffffff;
  overflow: hidden;
}
.eva_diff_table th,
.eva_diff_table td {
  padding: 14px 20px;
  line-height: 1.7;
}
@media screen and (max-width: 742px) {
  .eva_diff_table th,
  .eva_diff_table td {
    padding: 10px;
    font-size: 13px;
  }
}
.eva_diff_table thead th {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 742px) {
  .eva_diff_table thead th {
    font-size: 14px;
  }
}
.eva_diff_table .eva_diff_th_item,
.eva_diff_table .eva_diff_td_item,
.eva_diff_table .eva_diff_th_ours,
.eva_diff_table .eva_diff_td_ours,
.eva_diff_table .eva_diff_th_other,
.eva_diff_table .eva_diff_td_other {
  width: 33.3333333333%;
}
.eva_diff_table .eva_diff_th_item,
.eva_diff_table .eva_diff_td_item {
  background: #ffffff;
  color: #333333;
  text-align: center;
  min-width: 120px;
  border-bottom: 1px solid #333333;
}
.eva_diff_table .eva_diff_th_item {
  border-top: 1px solid #333333;
}
.eva_diff_table .eva_diff_th_ours,
.eva_diff_table .eva_diff_td_ours {
  background: #FF7CB3;
  color: #ffffff;
  text-align: center;
  min-width: 200px;
  border-bottom: 1px solid #fff;
}
.eva_diff_table .eva_diff_th_ours {
  border-top: 1px solid #fff;
}
.eva_diff_table .eva_diff_th_other,
.eva_diff_table .eva_diff_td_other {
  background: rgba(142, 154, 157, 0.06);
  color: #333333;
  text-align: center;
  min-width: 200px;
  border-bottom: 1px solid #333333;
}
.eva_diff_table .eva_diff_th_other {
  border-top: 1px solid #333333;
}
@media screen and (max-width: 742px) {
  .eva_diff_table {
    min-width: 380px;
  }
}

.eva_achievement {
  background: transparent;
  padding: 80px 20px;
}
@media screen and (max-width: 742px) {
  .eva_achievement {
    padding: 0 15px;
  }
}

.eva_achievement_tit01 {
  text-align: center;
  margin: 0 0 50px;
}
.eva_achievement_tit01::after {
  background: #ffffff;
}
@media screen and (max-width: 742px) {
  .eva_achievement_tit01 {
    margin-bottom: 40px;
  }
}

.eva_achievement_tit01_sub {
  display: block;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 10px;
}
@media screen and (max-width: 742px) {
  .eva_achievement_tit01_sub {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

.eva_achievement_tit01_main {
  display: inline-block;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 742px) {
  .eva_achievement_tit01_main {
    font-size: 24px;
  }
}

.eva_achievement_list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 742px) {
  .eva_achievement_list {
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
  }
}

.eva_achievement_item {
  flex: 1;
  max-width: 220px;
  margin: 0;
}
@media screen and (max-width: 742px) {
  .eva_achievement_item {
    flex: none;
    max-width: none;
    width: calc(50% - 8px);
  }
}

.eva_achievement_circle {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 742px) {
  .eva_achievement_circle {
    border-width: 2px;
    padding: 15px;
  }
}

.eva_achievement_label {
  font-size: 16px;
  color: #E34F8D;
  margin: 0 0 15px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 742px) {
  .eva_achievement_label {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.eva_achievement_value {
  margin: 0;
  text-align: center;
  line-height: 1;
}

.eva_achievement_num {
  font-size: 56px;
  font-weight: bold;
  color: #E34F8D;
  display: inline-block;
}
@media screen and (max-width: 742px) {
  .eva_achievement_num {
    font-size: 42px;
  }
}

.eva_achievement_unit {
  font-size: 20px;
  color: #E34F8D;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 2px;
}
@media screen and (max-width: 742px) {
  .eva_achievement_unit {
    font-size: 16px;
  }
}

.eva_media {
  max-width: 100%;
  background: #FF7CB3;
  margin-bottom: 0;
}
@media screen and (max-width: 742px) {
  .eva_media {
    width: 100%;
    padding: 60px 15px;
  }
}

.eva_media_tit01 {
  color: #ffffff;
  margin: 0 0 50px;
}
@media screen and (max-width: 742px) {
  .eva_media_tit01 {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 12px;
  }
}
.eva_media_tit01::after {
  background: #ffffff;
}
.eva_media_list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 742px) {
  .eva_media_list {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}

.eva_media_item {
  flex: 1;
  max-width: calc(33.333% - 20px);
  margin: 0;
}
@media screen and (max-width: 742px) {
  .eva_media_item {
    max-width: 80%;
    margin: auto;
  }
}

.eva_media_img {
  margin: 0 0 15px;
  text-align: center;
}

.eva_media_caption {
  text-align: center;
  margin: 0;
  line-height: 1.5;
  color: #ffffff;
}

.eva_media_caption_main {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 742px) {
  .eva_media_caption_main {
    font-size: 14px;
  }
}

.eva_media_caption_sub {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 742px) {
  .eva_media_caption_sub {
    font-size: 12px;
  }
}
.eva_media_caption_sub:not(:last-child) {
  margin-bottom: 3px;
}

.eva_media_testimonial_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 742px) {
  .eva_media_testimonial_list {
    gap: 15px;
  }
}

.eva_media_testimonial_item {
  display: flex;
  background: #ffffff;
  padding: 30px;
}
@media screen and (max-width: 742px) {
  .eva_media_testimonial_item {
    flex-direction: column;
  }
}

.eva_media_testimonial_label {
  flex-shrink: 0;
  width: 180px;
  background: rgba(142, 154, 157, 0.54);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media screen and (max-width: 742px) {
  .eva_media_testimonial_label {
    width: 100%;
    padding: 15px;
  }
}

.eva_media_testimonial_label_txt {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 742px) {
  .eva_media_testimonial_label_txt {
    font-size: 14px;
  }
}

.eva_media_testimonial_body {
  flex: 1;
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 742px) {
  .eva_media_testimonial_body {
    padding: 20px 15px;
  }
}

.eva_media_testimonial_body_txt {
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 1.9;
}
@media screen and (max-width: 742px) {
  .eva_media_testimonial_body_txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

.eva_curriculum {
  max-width: 100%;
  background: url("/common/img/evangelist_2026/bg_01_pc.png") no-repeat center center/cover;
  margin-bottom: 0;
}
@media screen and (max-width: 742px) {
  .eva_curriculum {
    width: 100%;
  }
}

.eva_curriculum_schedule_sub {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_schedule_sub {
    font-size: 12px;
  }
}

.eva_curriculum_schedule_tit::after {
  background: #333333;
}
.eva_curriculum_video {
  max-width: 800px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_video {
    margin-bottom: 20px;
  }
}

.eva_curriculum_video_inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #1a1a1a url(/common/img/evangelist_2026/movie_01.jpg) no-repeat center center/contain;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eva_curriculum_video_play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.eva_curriculum_video_play:hover {
  opacity: 0.9;
}

.eva_curriculum_video_play_icon {
  display: block;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_video_play_icon {
    width: 60px;
    height: 60px;
  }
}

.eva_modal {
  width: 96%;
}

.eva_curriculum_schedule_example_tit {
  font-size: 20px;
  font-weight: bold;
  color: #E34F8D;
  text-align: left;
  margin: 0 0 10px;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_schedule_example_tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.eva_curriculum_day {
  text-align: left;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_day {
    background: #fff;
  }
}
.eva_curriculum_day:last-child {
  margin-bottom: 0;
}

.eva_curriculum_day_head {
  background: #FF7CB3;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_day_head {
    font-size: 18px;
    padding: 12px 15px;
  }
}

@media screen and (max-width: 742px) {
  .eva_curriculum_schedule_example_body {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}

.eva_curriculum_day_tit {
  background: #E34F8D;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 20px;
  border: 1px solid #E34F8D;
  border-top: none;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_day_tit {
    font-size: 13px;
    padding: 12px 15px;
  }
}

.eva_curriculum_day_1 .eva_curriculum_day_tit {
  background: #E34F8D;
  border-color: #E34F8D;
}

.eva_curriculum_day_2 .eva_curriculum_day_tit {
  background: #FF7CB3;
  border-color: #FF7CB3;
}

@media screen and (max-width: 742px) {
  .eva_curriculum_day_tit_num {
    display: inline-block;
    border-bottom: solid 1px #fff;
  }
}

@media screen and (max-width: 742px) {
  .eva_curriculum_day_tit_text {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 0.5em;
    min-height: 3em;
  }
}

.eva_curriculum_day_list {
  margin: 0;
  padding: 5px 25px 15px;
  list-style: none;
  background: #ffffff;
  border-top: none;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_day_list {
    padding: 5px 5px 15px;
  }
}
.eva_curriculum_day_list li {
  font-size: 15px;
  color: #333333;
  line-height: 2;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_day_list li {
    font-size: 13px;
    line-height: 1.5;
    border: none;
    text-align: center;
  }
}
.eva_curriculum_day_list li:not(:last-child) {
  border-bottom: 1px dotted #E5E5E5;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_day_list li:not(:last-child)::after {
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #8E9A9D;
    border-right: 1px solid #8E9A9D;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 742px) {
  .eva_curriculum_day_list li:not(:last-child) {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border: none;
  }
}

.eva_curriculum_instructor {
  background: #FFF8FA;
  overflow: hidden;
  margin: 50px 0 0;
  background: rgba(255, 124, 179, 0.54);
}
@media screen and (max-width: 742px) {
  .eva_curriculum_instructor {
    margin: 30px 0;
  }
}

.eva_curriculum_instructor_tit {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_instructor_tit {
    font-size: 18px;
    text-align: center;
  }
}

.eva_curriculum_instructor_inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 30px;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_instructor_inner {
    flex-direction: column;
    gap: 25px;
    padding: 30px 20px;
  }
}

.eva_curriculum_instructor_img {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_instructor_img {
    width: 160px;
    height: 160px;
  }
}
.eva_curriculum_instructor_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.eva_curriculum_instructor_placeholder {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 1.6;
  padding: 20px;
}

.eva_curriculum_instructor_body {
  flex: 1;
  text-align: left;
}

.eva_curriculum_instructor_name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 5px 0;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 742px) {
  .eva_curriculum_instructor_name {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
  }
}

.eva_curriculum_instructor_txt {
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 1.9;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_instructor_txt {
    font-size: 14px;
  }
}

.eva_curriculum_features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  background: #fff;
  padding: 60px 100px;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_features {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 10% 10%;
  }
}

.eva_curriculum_feature_tit {
  background: rgb(255, 124, 179);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 10px;
  border-radius: 2em;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_feature_tit {
    font-size: 16px;
    padding: 10px;
  }
}

.eva_curriculum_feature_img_support {
  flex-direction: column;
  gap: 15px;
  background: #FF7CB3;
}

.eva_curriculum_support_label {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_support_label {
    font-size: 26px;
  }
}

.eva_curriculum_support_icon {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
}
.eva_curriculum_support_icon::before {
  content: "♥";
}

.eva_curriculum_feature_txt {
  font-size: 15px;
  color: #333333;
  margin: 0;
  padding: 18px 20px;
  line-height: 1.7;
}
@media screen and (max-width: 742px) {
  .eva_curriculum_feature_txt {
    font-size: 14px;
    padding: 15px;
  }
}

.eva_schedule {
  background: transparent;
  padding: 80px 20px;
}
@media screen and (max-width: 742px) {
  .eva_schedule {
    padding: 60px 0;
  }
}

.eva_schedule_sub {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.9;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 742px) {
  .eva_schedule_sub {
    font-size: 12px;
  }
}

.eva_schedule_tit {
  color: #ffffff;
}
.eva_schedule_tit::after {
  background: #ffffff;
}
.eva_schedule_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 742px) {
  .eva_schedule_list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.eva_schedule_item {
  margin: 0;
}

.eva_schedule_card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
}
@media screen and (max-width: 742px) {
  .eva_schedule_card {
    padding: 25px 20px;
  }
}

.eva_schedule_place {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 12px;
  font-family: shippori-mincho, serif;
}
@media screen and (max-width: 742px) {
  .eva_schedule_place {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.eva_schedule_date {
  font-size: 19px;
  color: #333333;
  margin: 0 0 8px;
}
@media screen and (max-width: 742px) {
  .eva_schedule_date {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.eva_schedule_time {
  font-size: 19px;
  color: #333333;
  margin: 0 0 20px;
}
@media screen and (max-width: 742px) {
  .eva_schedule_time {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.eva_schedule_seats {
  font-size: 22px;
  font-weight: bold;
  color: #FF0000;
  margin: 0 0 25px;
}
@media screen and (max-width: 742px) {
  .eva_schedule_seats {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.eva_schedule_btn {
  margin: 0;
}
.eva_schedule_btn a {
  display: inline-block;
  background: #E34F8D;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 50px;
  border-radius: 50px;
  transition: opacity 0.3s ease, background 0.3s ease;
  position: relative;
}
.eva_schedule_btn a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  content: "";
  background: url(/common/img/base/arrow_white.svg) no-repeat center center/cover;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
}
@media screen and (max-width: 742px) {
  .eva_schedule_btn a {
    display: block;
    font-size: 14px;
    padding: 12px 24px;
  }
}
.eva_schedule_btn a:hover {
  opacity: 0.6;
}

.eva_schedule_btn_arrow {
  margin-left: 4px;
}

.eva_faq_blocks {
  max-width: 100%;
  background: #ffffff;
  padding: 80px 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 742px) {
  .eva_faq_blocks {
    width: 100%;
    padding: 60px 15px;
  }
}

.eva_faq_blocks_tit {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 742px) {
  .eva_faq_blocks_tit {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.eva_faq_blocks_list {
  margin: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.eva_faq_blocks_item {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 742px) {
  .eva_faq_blocks_item {
    padding: 20px 20px;
    margin-bottom: 15px;
  }
}
.eva_faq_blocks_item:last-child {
  margin-bottom: 0;
}

.eva_faq_blocks_q {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 15px;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 742px) {
  .eva_faq_blocks_q {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

.eva_faq_blocks_a {
  font-size: 15px;
  color: #E75F7C;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  padding: 0 0 0 1.25em;
  text-indent: -1.25em;
}
@media screen and (max-width: 742px) {
  .eva_faq_blocks_a {
    font-size: 14px;
  }
}

.eva_seminar {
  background: transparent;
}
.eva_seminar * {
  box-sizing: content-box;
}
.eva_seminar .sec_eva_container_in {
  max-width: 1100px;
  text-align: left;
}
@media screen and (max-width: 742px) {
  .eva_seminar {
    width: 100%;
    padding: 60px 15px;
  }
}
@media screen and (max-width: 742px) {
  .eva_seminar textarea,
  .eva_seminar input {
    box-sizing: border-box;
  }
}

.eva_seminar_tit {
  color: #ffffff;
}
.eva_seminar_tit::after {
  background: #ffffff;
}
.eva_seminar_form {
  text-align: left;
  background: #fff;
  padding: 50px 55px;
  box-sizing: border-box;
}
@media screen and (max-width: 742px) {
  .eva_seminar_form {
    padding: 30px 20px;
  }
}

.eva_seminar_form_txt {
  font-size: 18px;
  color: #333333;
  margin: 0 0 20px;
}

@media screen and (max-width: 742px) {
  .eva_seminar_form_txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 742px) {
  .select_wrap {
    box-sizing: border-box;
  }
}

.eva_banner_treatment {
  max-width: 100%;
  background: #B16F8E;
  padding: 70px 20px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 742px) {
  .eva_banner_treatment {
    width: 100%;
    padding: 50px 15px;
  }
}

.eva_banner_treatment_lead {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 10px;
}
@media screen and (max-width: 742px) {
  .eva_banner_treatment_lead {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.eva_banner_treatment_tit {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 35px;
  line-height: 1.5;
}
@media screen and (max-width: 742px) {
  .eva_banner_treatment_tit {
    font-size: 22px;
    margin-bottom: 28px;
  }
}

.eva_banner_treatment_btn {
  margin: 0;
}
.eva_banner_treatment_btn a {
  display: inline-block;
  background: #ffffff;
  color: #E34F8D;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 50px;
  border-radius: 50px;
  transition: opacity 0.3s ease, background 0.3s ease;
  position: relative;
}
.eva_banner_treatment_btn a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(/common/img/evangelist_2026/arrow.svg) no-repeat center center/cover;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
}
@media screen and (max-width: 742px) {
  .eva_banner_treatment_btn a {
    font-size: 14px;
    padding: 12px 24px;
  }
}
.eva_banner_treatment_btn a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=evangelist.css.map */