@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* -----------------------------------------------
common
----------------------------------------------- */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
main {
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #331F67;
  font-feature-settings: "palt";
  position: relative;
}
main::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #331F67;
  position: absolute;
  top: 0;
  left: 0;
}
main::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.font_inter {
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
main img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
main a {
  text-decoration: none;
}
main i,
main em {
  font-style: normal;
}
main ul,
main ol {
  list-style: none;
}
main picture {
  display: block;
  font-size: 0;
}
.inner_wrap {
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  position: relative;
}
.heading_text h2 {
  color: #FF99A7;
  font-weight: bold;
}
.heading_text h2 span {
  display: block;
}
.heading_text h2 .bg_pink {
  color: #22064B;
  display: inline-block;
  position: relative;
  padding: 0.05em 0.4em 0.15em;
  background-color: #FF99A7;
}
/* .heading_text h2 .bg_pink::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #FF99A7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  main::after {
    background: repeating-linear-gradient(-45deg, rgba(255,208,214, .07), rgba(255,208,214, 0.07) 2px, transparent 2px, transparent 14px);
  }
  .inner_wrap {
    width: 89.33%;
  }
  .heading_text h2 {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .heading_text .font_large {
    font-size: 1.29em;
  }
  .heading_text .font_large_sp {
    font-size: 1.29em;
  }
  .heading_text h2 span + span {
    margin-top: 0.45em;
  }
  .heading_text h2 span + span.font_large {
    margin-top: 0.05em;
  }
  .heading_text h2 .bg_pink_sp {
    color: #22064B;
    display: inline-block;
    position: relative;
    padding: 0.1em 0.4em 0.2em;
    background-color: #FF99A7;
  }
  .heading_text h2 * + .bg_pink_sp {
    margin-top: 0.45em;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  main::after {
    background: repeating-linear-gradient(-45deg, rgba(255,208,214, .07), rgba(255,208,214, 0.07) 2px, transparent 2px, transparent 16px);
  }
  .inner_wrap {
    max-width: 1140px;
    padding: 0 20px;
  }
  main a {
    transition: all .3s;
  }
  main a:hover {
    opacity: 0.8;
  }
  .heading_text h2 {
    /* font-size: min(2.5vw, 36px); */
    font-size: min(3.8vw, 36px);
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .heading_text .font_large {
    font-size: 1.38em;
  }
  .heading_text h2 span + span {
    margin-top: 0.45em;
  }
  .heading_text h2 span + span.font_large {
    margin-top: 0.05em;
  }
  .heading_text h2 .bg_pink_pc {
    color: #22064B;
    display: inline-block;
    position: relative;
    padding: 0.05em 0.4em 0.15em;
    background-color: #FF99A7;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap {
  position: relative;
}
.mv_wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  #000000 0%,#302c55 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.mv_wrap::after {
  content: '';
  width: calc(100% + 2px);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  z-index: 1;
}
.mv_cv {
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to bottom,  #f1a9b2 0%,#f5bbc7 100%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.mv_cv .cv_text p {
  font-weight: bold;
  color: #22064B;
}
.mv_cv .cv_text a {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  background: linear-gradient(to top,  #8c0014 0%,#ff0000 80%,#ff8daf 100%);
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  box-shadow: 1.2723px 1.2723px 1.2723px rgba(0,0,0,.1) ;
}
.mv_img_wrap {
  position: relative;
  z-index: 3;
}
.mv_text {
  position: absolute;
}
.mv_text h1 {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.mv_text h1 span {
  display: inline-block;
  font-weight: 700;
  background: linear-gradient(to right,  #000000 0%,#301b55 100%);
  color: #FF99A7;
}
.mv_text h1 span.text_01 {
  margin-right: auto;
}
.mv_text h1 strong {
  display: inline-block;
  font-weight: 500;
  background: linear-gradient(to right,  #000000 0%,#301b55 100%);
  color: #FF99A7;
}
.mv_reason {
  z-index: 2;
  position: relative;
}
.mv_reason .inner_wrap {
  position: relative;
  z-index: 1;
}
.mv_reason h2 {
  font-weight: bold;
  text-align: center;
}
.mv_reason ul li {
  background-color: #FBE6EA;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.mv_reason ul li span {
  font-weight: 900;
  color: #EE97A9;
}
.mv_reason ul li strong {
  font-weight: bold;
  color: #3A287D;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .mv_wrap::after {
    aspect-ratio: 1/1.451;
    background-image: url(../img/mv_sp.jpg);
    top: 7%;
  }
  .mv_cv {
    width: 100%;
    aspect-ratio: 1/0.224;
    border-radius: 0 0 0 5.33vw;
    padding: 0 7.2vw;
  }
  .mv_cv .cv_pamphlet {
    width: 21.06vw;
    position: absolute;
    top: 4.26vw;
    left: 7.2vw;
  }
  .mv_cv .cv_text {
    margin-top: 4.26vw;
    margin-left: 25.06vw;
    text-align: center;
  }
  .mv_cv .cv_text p {
    font-size: 3.2vw;
  }
  .mv_cv .cv_text p span {
    font-size: 1.08em;
  }
  .mv_cv .cv_text a {
    margin-top: 1.6vw;
    width: 59.73vw;
    aspect-ratio: 1/0.138;
    border-radius: 1.6vw;
    font-size: 3.2vw;
    letter-spacing: 0.04em;
  }
  .mv_cv .cv_text a b {
    font-size: 1.66em;
  }
  .mv_cv .cv_text a i {
    margin-right: 1em;
  }
  .mv_img_wrap {
    padding-top: 18%;
    aspect-ratio: 1/1.456;
  }
  .mv_text {
    top: 74.2%;
    left: 0;
    transform: translateY(-50%);
    width: 93.33%;
  }
  .mv_text h1 {
    font-size: 4.8vw;
    letter-spacing: 0.04em;
  }
  .mv_text h1 span {
    padding: 0.2em 0.5em 0.2em;
  }
  .mv_text h1 span.text_02 {
    margin-top: 3.2vw;
  }
  .mv_text h1 strong {
    font-size: 2.72em;
    letter-spacing: 0.05em;
    padding: 0.01em 0.12em 0.06em;
    margin-top: 3.2vw;
    white-space: nowrap;
  }
  .mv_text h1 span.text_02 {
    margin-left: auto;
  }
  .mv_reason {
    margin-top: -18.1%;
  }
  .mv_reason::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,  #f1a9b2 0%,#f5bbc7 100%);
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .mv_reason .inner_wrap {
    padding-top: 5.33vw;
    padding-bottom: 8vw;
  }
  .mv_reason .mv_reason_inner {
    width: 96.71%;
    margin: 0 auto;
  }
  .mv_reason h2 {
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #000;
  }
  .mv_reason ul {
    margin-top: 2.66vw;
  }
  .mv_reason ul li {
    border-radius: 0.53vw;
    padding: 1.86vw 2.4vw 1.33vw;
  }
  .mv_reason ul li + li {
    margin-top: 0.52vw;
  }
  .mv_reason ul li span {
    font-size: 3.46vw;
    letter-spacing: 0;
    margin-right: .06vw;
  }
  .mv_reason ul li strong {
    font-size: 4vw;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) {
  .mv_wrap::after {
    aspect-ratio: 1/0.463;
    background-image: url(../img/mv_pc.jpg);
    top: -1px;
  }
  .mv_cv {
    width: min(44.44vw, 640px);
    height: min(8.81vw, 127px);
    border-radius: 0 0 0 min(1.73vw, 25px);
    padding: 0 min(2.08vw, 30px);
  }
  .mv_cv .cv_pamphlet {
    width: min(7.08vw, 102px);
    margin-top: min(1.11vw, 16px);
    margin-right: min(1.52vw, 22px);
  }
  .mv_cv .cv_text {
    margin-top: min(1.25vw, 18px);
  }
  .mv_cv .cv_text p {
    font-size: min(1.04vw, 15px);
    margin-left: 0.5em;
  }
  .mv_cv .cv_text p span {
    font-size: 1.06em;
  }
  .mv_cv .cv_text a {
    margin-top: min(0.55vw, 8px);
    width: min(21.87vw, 315px);
    height: min(3.75vw, 54px);
    border-radius: min(4.86vw, 7px);
    font-size: min(1.25vw, 18px);
    letter-spacing: 0.04em;
  }
  .mv_cv .cv_text a b {
    font-size: 1.38em;
  }
  .mv_cv .cv_text a i {
    font-size: 0.83em;
    margin-right: 1em;
  }
  .mv_img_wrap {
    aspect-ratio: 1/0.463;
  }
  .mv_text {
    top: 77.6%;
    left: 13.8%;
    transform: translateY(-50%);
    width: 30.27vw;
  }
  .mv_text h1 {
    font-size: 1.8vw;
    letter-spacing: 0.04em;
  }
  .mv_text h1 span {
    padding: 0.2em 0.7em 0.25em;
  }
  .mv_text h1 span.text_02 {
    margin-top: 1.2vw;
  }
  .mv_text h1 strong {
    font-size: 2.23em;
    letter-spacing: 0.05em;
    padding: 0.01em 0.2em 0.12em;
    margin-top: 1.25vw;
    margin-right: auto;
  }
  .mv_text h1 span.text_02 {
    margin-right: auto;
  }
  .mv_reason {
    margin-top: -4.1%;
  }
  .mv_reason .inner_wrap {
    padding-top: 30px;
    padding-bottom: 53px;
  }
  .mv_reason .inner_wrap::before {
    content: '';
    width: 100vw;
    height: 100%;
    background: linear-gradient(to top,  #f1a9b2 0%,#f5bbc7 100%);
    border-radius: 0 35px 35px 0;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: -1;
  }
  .mv_reason_inner {
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mv_reason h2 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #22064B;
  }
  .mv_reason ul {
    margin-top: 23px;
  }
  .mv_reason ul li {
    border-radius: 6px;
    padding: 10px 22px 11px;
  }
  .mv_reason ul li + li {
    margin-top: 4px;
  }
  .mv_reason ul li span {
    font-size: 23px;
    letter-spacing: 0;
    margin-right: 20px;
  }
  .mv_reason ul li strong {
    font-size: 26px;
    letter-spacing: 0.04em;
  }
}

/* -----------------------------------------------
skills_wrap
----------------------------------------------- */
.skills_wrap {
  position: relative;
}
.skills_wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,  #000000 0%,#302c55 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.skills_wrap::after {
  content: '';
  width: 100%;
  height: 200px;
  background: linear-gradient(to top,  #331f67 1%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.skills_wrap .content_wrap {
  background-color: #FFE5E8;
}
.skills_wrap .con_heading h3 {
  color: #3A287D;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.skills_wrap .con_heading h3::before {
  content: '';
  aspect-ratio: 1/1;
  background-image: url(../img/icon_question.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.skills_wrap .con_fx {
  background-color: #fff;
}
.skills_wrap .con_fx .img p {
  font-weight: 500;
}
.skills_wrap .con_fx .text {
  text-align: center;
}
.skills_wrap .con_fx .text h4 {
  position: relative;
  color: #3A287D;
  font-weight: bold;
  display: inline-block;
}
.skills_wrap .con_fx .text h4::before {
  content: '';
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #fff;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.skills_wrap .con_fx .text h4::after {
  content: '';
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #3A287D;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.skills_wrap .con_fx .text li {
  background-color: #FFEFEE;
  text-align: left;
  position: relative;
  color: #3A287D;
  font-weight: 500;
  font-style: italic;
}
.skills_wrap .con_fx .text li::before {
  content: '';
  aspect-ratio: 1/1;
  background-image: url(../img/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.skills_wrap .con_fx .text > span {
  font-weight: bold;
  color: #3A287D;
  display: block;
}
.skills_wrap .con_fx .text > p {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .skills_wrap {
    padding: 42px 0 68px;
  }
  .skills_wrap::before {
    height: calc(100% + 62px);
  }
  .skills_wrap::after {
    bottom: -62px;
  }
  .skills_wrap .heading_wrap {
    width: 315px;
    margin: 0 auto;
  }
  .skills_wrap .heading_img {
    margin-top: 20px;
  }
  .skills_wrap .heading_text {
    /* text-align: center; */
    margin-top: -12px;
  }
  .skills_wrap .heading_text h2 .bg_pink {
    color: #000;
    margin-right: 0.35em;
  }
  .skills_wrap .content_wrap {
    border-radius: 10px;
    padding: 41px 0 6px;
    margin-top: 28px;
  }
  .skills_wrap .con_heading h3 {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }
  .skills_wrap .con_heading h3::before {
    width: 42px;
    left: 17px;
    top: -22px;
  }
  .skills_wrap .con_fx {
    width: calc(100% - 12px);
    margin: 35px auto 0;
    padding: 22px 3.88% 33px;
    border-radius: 0 0 6px 6px;
  }
  .skills_wrap .con_fx .img {
    width: 96.63%;
    margin: 0 auto;
  }
  .skills_wrap .con_fx .img img {
    border-radius: 10px;
  }
  .skills_wrap .con_fx .img p {
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.04em;
    margin-top: 19px;
  }
  .skills_wrap .con_fx .text {
    margin-top: 22px;
  }
  .skills_wrap .con_fx .text h4 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    border-bottom: 2px solid #3A287D;
    padding: 0 1em 0.3em;
  }
  .skills_wrap .con_fx .text h4::before {
    width: 14px;
    height: 11px;
  }
  .skills_wrap .con_fx .text h4::after {
    width: 14px;
    height: 12px;
  }
  .skills_wrap .con_fx .text ul {
    margin-top: 26px;
  }
  .skills_wrap .con_fx .text li {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.7em 0.5em 0.7em 2.8em;
  }
  .skills_wrap .con_fx .text li + li {
    margin-top: 2px;
  }
  .skills_wrap .con_fx .text li::before {
    width: 23px;
    left: 11px;
  }
  .skills_wrap .con_fx .text > span {
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-top: 14px;
  }
  .skills_wrap .con_fx .text > p {
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.06em;
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .skills_wrap {
    padding: 103px 0 159px;
  }
  .skills_wrap .heading_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .skills_wrap .heading_img {
    width: 32.54%;
  }
  .skills_wrap .heading_text {
    flex: 1;
    text-align: right;
    margin-top: -12px;
  }
  .skills_wrap .heading_text .bg_pink {
    margin: 0 0.35em;
  }
  .skills_wrap .content_wrap {
    border-radius: 35px;
    padding: 53px 0 6px;
    margin-top: 92px;
  }
  .skills_wrap .con_heading h3 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0 150px;
  }
  .skills_wrap .con_heading h3::before {
    width: 70px;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
  .skills_wrap .con_fx {
    width: calc(100% - 12px);
    margin: 45px auto 0;
    padding: 55px 5.88% 53px;
    border-radius: 0 0 33px 33px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .skills_wrap .con_fx .img {
    width: 46.35%;
  }
  .skills_wrap .con_fx .img img {
    border-radius: 15px;
  }
  .skills_wrap .con_fx .img p {
    font-size: 16px;
    line-height: 1.73;
    letter-spacing: 0.04em;
    margin-top: 19px;
  }
  .skills_wrap .con_fx .text {
    width: 46.35%;
    margin-top: -10px;
  }
  .skills_wrap .con_fx .text h4 {
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #3A287D;
  }
  .skills_wrap .con_fx .text h4::before {
    width: 16px;
    height: 14px;
  }
  .skills_wrap .con_fx .text h4::after {
    width: 16px;
    height: 14px;
  }
  .skills_wrap .con_fx .text ul {
    margin-top: 30px;
  }
  .skills_wrap .con_fx .text li {
    border-radius: 3px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    padding: 0.7em 0.5em 0.7em 2.9em;
  }
  .skills_wrap .con_fx .text li + li {
    margin-top: 3px;
  }
  .skills_wrap .con_fx .text li::before {
    width: 34px;
    left: 17px;
  }
  .skills_wrap .con_fx .text > span {
    font-size: 26px;
    letter-spacing: 0.06em;
    margin-top: 22px;
  }
  .skills_wrap .con_fx .text > p {
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: 0.06em;
    margin-top: 15px;
  }
}

/* -----------------------------------------------
curriculum_wrap
----------------------------------------------- */
.curriculum_wrap .heading_wrap {
  text-align: center;
}
.curriculum_point_heading .num_wrap {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  aspect-ratio: 1/1;
  background-color: #FF99A7;
}
.curriculum_point_heading .num_text {
  font-weight: 800;
  color: #331F67;
}
.curriculum_point_heading .num {
  font-weight: 800;
  color: #fff;
}
.curriculum_point_heading .text h3 {
  font-weight: bold;
  color: #FF99A7;
}
.curriculum_point_heading .text p {
  font-weight: 500;
  color: #fff;
}
.curriculum_point_01 .con_item .img {
  position: relative;
}
.curriculum_point_01 .con_item .img::after {
  content: '';
  width: 100%;
  background: linear-gradient(to bottom,  rgba(34,6,75,0) 1%,#22064B 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.curriculum_point_01 .con_item {
  position: relative;
}
.curriculum_point_01 .con_item strong {
  font-weight: normal;
  color: #fff;
  background-color: #FF99A7;
  position: absolute;
  top: 0;
  left: 0;
}
.curriculum_point_01 .con_item p {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.curriculum_point_02 .con_wrap {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.curriculum_point_02 .att_text {
  color: #fff;
}
.curriculum_point_03 .profile picture {
  display: block;
}
.curriculum_point_03 .works strong {
  font-weight: bold;
  color: #FF99A7;
}
.curriculum_point_03 .profile dt {
  font-weight: 500;
  color: #FF99A7;
}
.curriculum_point_03 .profile dd {
  font-weight: bold;
  color: #fff;
}
.curriculum_point_03 .profile p {
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .curriculum_wrap {
    padding: 0 0 100px;
  }
  .curriculum_wrap .heading_img {
    width: 237px;
    margin: 0 auto;
  }
  .curriculum_wrap .heading_text{
    margin-top: 19px;
  }
  .curriculum_point_01 {
    margin-top: 39px;
  }
  .curriculum_point_heading {
    text-align: center;
  }
  .curriculum_point_heading .num_wrap {
    width: 60px;
    padding-top: 3px;
    margin: 0 auto;
  }
  .curriculum_point_heading .num_text {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1;
  }
  .curriculum_point_heading .num {
    font-size: 30px;
    margin-top: 3px;
    line-height: 1;
  }
  .curriculum_point_heading .text {
    margin-top: 18px;
  }
  .curriculum_point_heading .text h3 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .curriculum_point_heading .text p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0;
    margin-top: 14px;
  }
  .curriculum_point_01 .con_wrap {
    margin: 40px auto 0;
    width: 89.55%;
  }
  .curriculum_point_01 .con_item + .con_item {
    margin-top: 20px;
  }
  .curriculum_point_01 .con_item img {
    border-radius: 0 17px 17px 17px;
  }
  .curriculum_point_01 .con_item .img::after {
    aspect-ratio: 1/0.493;
    border-radius: 0 0 17px 17px;
  }
  .curriculum_point_01 .con_item strong {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 0.6em 0.7em 0.65em;
  }
  .curriculum_point_01 .con_item p {
    font-size: 13px;
    line-height: 1.61;
    letter-spacing: 0.06em;
    bottom: 5.7%;
    width: 88%;
  }
  .curriculum_point_02 {
    margin-top: 53px;
  }
  .curriculum_point_02 .curriculum_point_heading .text p {
    text-align: left;
  }
  .curriculum_point_02 .con_wrap {
    margin: 38px auto 0;
    width: 94.02%;
  }
  .curriculum_point_02 .con_item:nth-child(1) {
    width: 100%;
  }
  .curriculum_point_02 .con_item:nth-child(n + 2) {
    width: 49.2%;
    margin-top: 5px;
  }
  .curriculum_point_02 .con_item img {
    border-radius: 10px;
  }
  .curriculum_point_02 .att_text {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 15px;
  }
  .curriculum_point_03 {
    margin-top: 61px;
  }
  .curriculum_point_03 .con_wrap {
    margin: 45px auto 0;
    width: 94.32%;
  }
  .curriculum_point_03 .con_fx {
    padding: 19px 6.21% 19px;
    border: 1px solid #fff;
  }
  .curriculum_point_03 .con_fx + .con_fx {
    margin-top: 9px;
  }
  .curriculum_point_03 .profile .profile_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .curriculum_point_03 .profile picture {
    width: 120px;
    margin-right: 14px;
  }
  .curriculum_point_03 .profile picture img {
    border-radius: 10px;
  }
  .curriculum_point_03 .profile dl {
    margin-top: 14px;
    flex: 1;
  }
  .curriculum_point_03 .profile dt {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .curriculum_point_03 .profile dd {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: 2px;
  }
  .curriculum_point_03 .profile p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.06em;
    margin-top: 15px;
  }
  .curriculum_point_03 .works {
    margin-top: 8px;
  }
  .curriculum_point_03 .works strong {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
  }
  .curriculum_point_03 .works picture {
    width: 100%;
    margin-top: 4px;
  }
}

@media screen and (min-width: 768px) {
  .curriculum_wrap {
    padding: 0 0 150px;
  }
  .curriculum_wrap .heading_img {
    width: 529px;
    margin: 0 auto;
  }
  .curriculum_wrap .heading_text{
    margin-top: 19px;
  }
  .curriculum_point_01 {
    margin-top: 96px;
  }
  .curriculum_point_heading {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .curriculum_point_heading .num_wrap {
    width: 120px;
    padding-top: 4px;
    margin-right: 32px;
  }
  .curriculum_point_heading .num_text {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
  }
  .curriculum_point_heading .num {
    font-size: 60px;
    margin-top: 4px;
    line-height: 1;
  }
  .curriculum_point_heading .text {
    flex: 1;
  }
  .curriculum_point_heading .text h3 {
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .curriculum_point_heading .text p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 11px;
  }
  .curriculum_point_01 .con_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: 52px;
  }
  .curriculum_point_01 .con_item {
    width: 31.36%;
  }
  .curriculum_point_01 .con_item img {
    border-radius: 0 20px 20px 20px;
  }
  .curriculum_point_01 .con_item .img::after {
    aspect-ratio: 1/0.493;
    border-radius: 0 0 20px 20px;
  }
  .curriculum_point_01 .con_item strong {
    font-size: min(1.66vw, 24px);
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 0.6em 0.7em 0.65em;
  }
  .curriculum_point_01 .con_item p {
    font-size: min(1.11vw, 16px);
    line-height: 1.5;
    letter-spacing: 0.06em;
    top: 70%;
    width: 86.95%;
  }
  .curriculum_point_02 {
    margin-top: 83px;
  }
  .curriculum_point_02 .con_wrap {
    margin-top: 58px;
  }
  .curriculum_point_02 .con_item:nth-child(1),
  .curriculum_point_02 .con_item:nth-child(2) {
    width: 49.45%;
  }
  .curriculum_point_02 .con_item:nth-child(3),
  .curriculum_point_02 .con_item:nth-child(4),
  .curriculum_point_02 .con_item:nth-child(5) {
    width: 32.72%;
    margin-top: 10px;
  }
  .curriculum_point_02 .con_item img {
    border-radius: 20px;
  }
  .curriculum_point_02 .att_text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 20px;
  }
  .curriculum_point_03 {
    margin-top: 64px;
  }
  .curriculum_point_03 .con_wrap {
    margin-top: 57px;
  }
  .curriculum_point_03 .con_fx {
    padding: 38px 3.64% 32px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .curriculum_point_03 .con_fx:last-child {
    border-bottom: 1px solid #fff;
  }
  .curriculum_point_03 .profile {
    flex: 1;
  }
  .curriculum_point_03 .profile picture {
    width: 200px;
    max-width: 100%;
  }
  .curriculum_point_03 .profile picture img {
    border-radius: 16px;
  }
  .curriculum_point_03 .profile dl {
    margin-top: 14px;
  }
  .curriculum_point_03 .profile dt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .curriculum_point_03 .profile dd {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: 2px;
  }
  .curriculum_point_03 .profile p {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.06em;
    margin-top: 10px;
  }
  .curriculum_point_03 .works {
    width: 61.76%;
    margin-left: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .curriculum_point_03 .works strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .curriculum_point_03 .works picture {
    flex: 1;
    margin-left: 2.9%;
  }
}

/* -----------------------------------------------
course_wrap
----------------------------------------------- */
.course_wrap {
  position: relative;
}
.course_wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%, #302c55 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.course_wrap .con_fx .con_heading strong {
  font-weight: 500;
  color: #FF99A7;
  display: inline-block;
  border: 1px solid #FF99A7;
}
.course_wrap .con_fx .con_heading h3 {
  font-weight: 500;
  color: #FF99A7;
}
.course_wrap .con_fx .con_bottom > p {
  color: #fff;
}
.course_wrap .con_fx .point {
  background-color: #FFE5E8;
}
.course_wrap .con_fx .point h4 {
  color: #3A287D;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.course_wrap .con_fx .point h4::before {
  content: '';
  aspect-ratio: 1/1;
  background-image: url(../img/icon_exclamation.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.course_wrap .con_fx .point p {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .course_wrap {
    padding: 88px 0 85px;
  }
  .course_wrap .heading_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .course_wrap .heading_img {
    width: 287px;
  }
  .course_wrap .heading_text {
    margin-top: 10px;
    text-align: center;
  }
  .course_wrap .con_wrap {
    margin: 37px auto 0;
    width: 94.02%;
  }
  .course_wrap .con_fx + .con_fx {
    margin-top: 59px;
  }
  .course_wrap .con_fx .con_heading {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .course_wrap .con_fx .con_heading strong {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 0.3em 0.9em 0.3em;
  }
  .course_wrap .con_fx .con_heading h3 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-left: 12px;
  }
  .course_wrap .con_fx .img {
    margin-top: 15px;
  }
  .course_wrap .con_fx .img img {
    border-radius: 12px;
  }
  .course_wrap .con_fx .con_bottom {
    margin-top: 18px;
  }
  .course_wrap .con_fx .con_bottom > p {
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.06em;
  }
  .course_wrap .con_fx .point {
    border-radius: 12px;
    padding: 20px 0 4px;
    margin-top: 20px;
  }
  .course_wrap .con_fx .point h4 {
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0.06em;
    padding: 0 50px;
  }
  .course_wrap .con_fx .point h4::before {
    width: 27px;
    top: -10px;
    left: 16px;
  }
  .course_wrap .con_fx .point p {
    width: calc(100% - 8px);
    margin: 15px auto 0;
    padding: 18px 6.5% 27px;
    border-radius: 0 0 8px 8px;
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.06em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .course_wrap {
    padding: 169px 0 159px;
  }
  .course_wrap .heading_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .course_wrap .heading_img {
    width: 30%;
  }
  .course_wrap .heading_text {
    flex: 1;
    text-align: right;
  }
  .course_wrap .con_wrap {
    margin-top: 102px;
  }
  .course_wrap .con_fx {
    display: grid;
    grid-template-columns: 1fr 48.54%; 
    grid-template-rows: auto auto; 
    gap: 10px 4.27%;
    grid-template-areas: 
      "con_heading img"
      "con_bottom img"; 
    justify-content: center; 
    align-items: end; 
  }
  .course_wrap .con_fx + .con_fx {
    margin-top: 108px;
  }
  .course_wrap .con_fx .con_heading {
    grid-area: con_heading;
  }
  .course_wrap .con_fx .con_heading strong {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 0.3em 0.9em 0.3em;
  }
  .course_wrap .con_fx .con_heading h3 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 12px;
  }
  .course_wrap .con_fx .img {
    grid-area: img;
  }
  .course_wrap .con_fx .img img {
    border-radius: 20px;
  }
  .course_wrap .con_fx .con_bottom {
    grid-area: con_bottom;
    margin-top: 2px;
  }
  .course_wrap .con_fx .con_bottom > p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
  .course_wrap .con_fx .point {
    border-radius: 35px;
    padding: 25px 0 6px;
    margin-top: 27px;
  }
  .course_wrap .con_fx .point h4 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.06em;
    padding: 0 80px;
  }
  .course_wrap .con_fx .point h4::before {
    width: 46px;
    top: -3px;
    left: 25px;
  }
  .course_wrap .con_fx .point p {
    width: calc(100% - 12px);
    margin: 22px auto 0;
    padding: 18px 4.6% 18px;
    border-radius: 0 0 33px 33px;
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.06em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

/* -----------------------------------------------
after_wrap
----------------------------------------------- */
.after_wrap .inner_wrap {
  position: relative;
}
.after_wrap .heading_img {
  position: absolute;
}
.after_wrap .con_wrap_main .con_item {
  /* background-color: #22064B; */
  background-color: #22064B;
}
.after_wrap .con_wrap_main .con_item .profile_wrap > strong {
  font-weight: bold;
  color: #FF99A7;
  display: block;
  grid-area: strong;
}
.after_wrap .con_wrap_main .profile_wrap .img  {
  grid-area: img;
}
.after_wrap .con_wrap_main .profile_wrap .img img {
  border-radius: 50%;
}
.after_wrap .con_wrap_main .profile_wrap dl {
  grid-area: dl;
}
.after_wrap .con_wrap_main .profile_wrap dt {
  font-weight: 500;
  color: #FF99A7;
}
.after_wrap .con_wrap_main .profile_wrap dd {
  font-weight: bold;
  color: #fff;
}
.after_wrap .con_wrap_main .profile_wrap p {
  color: #fff;
  grid-area: p;
}
.after_wrap .con_wrap_main .works strong {
  font-weight: bold;
  color: #22064B;
  background-color: #FF99A7;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
/* .after_wrap .con_wrap_slider .slick-list {
  z-index: -1;
} */
.after_wrap .con_wrap_slider .slick-prev,
.after_wrap .con_wrap_slider .slick-next {
  z-index: 1;
}
.after_wrap .con_wrap_slider .slick-prev::before,
.after_wrap .con_wrap_slider .slick-next::before {
  content: '';
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  opacity: 1;
  font-family: none;
}
.after_wrap .con_wrap_slider .slick-prev::before {
  background-image: url(../img/slider_prev.svg);
}
.after_wrap .con_wrap_slider .slick-next::before {
  background-image: url(../img/slider_next.svg);
}
.after_wrap .con_wrap_slider .slick-dots li {
  aspect-ratio: 1/1;
  height: auto;
}
.after_wrap .con_wrap_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.after_wrap .con_wrap_slider .slick-dots li button:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  font-family: none;
  font-size: 0;
}
.after_wrap .con_wrap_slider .slick-dots li.slick-active button:before {
  background-color: #FF99A7;
}
.after_wrap .con_wrap_slider .con_heading {
  text-align: center;
}
.after_wrap .con_wrap_slider h3 {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.after_wrap .con_wrap_slider h3::before {
  content: '';
  background-image: url(../img/sb_left.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.after_wrap .con_wrap_slider h3::after {
  content: '';
  background-image: url(../img/sb_right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.after_wrap .con_wrap_slider h3 span {
  color: #FF99A7;
}
.after_wrap .con_wrap_slider .slider_item {
  background-color: #22064B;
}
.after_wrap .con_wrap_slider .profile_fx .img img {
  border-radius: 50%;
}
.after_wrap .con_wrap_slider .profile_fx dt {
  font-weight: 500;
  color: #FF99A7;
}
.after_wrap .con_wrap_slider .profile_fx dd {
  font-weight: bold;
  color: #fff;
}
.after_wrap .con_wrap_slider .profile > p {
  color: #fff;
  word-break: break-all;
}
.after_wrap .con_wrap_slider .profile strong {
  font-weight: bold;
  color: #FF99A7;
  display: block;
}
.after_wrap .con_wrap_slider .works strong {
  font-weight: bold;
  color: #22064B;
  background-color: #FF99A7;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.after_wrap .con_wrap_slider .detail * {
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.02em;
}
.after_wrap .con_wrap_slider .detail p {
  color: #fff;
  word-break: break-all;
}
.after_wrap .con_wrap_slider .detail em {
  color: #FF99A7;
  font-weight: normal;
  display: block;
}
.after_wrap .con_wrap_employment {
  /* background-color: #3A287D; */
  background-color: rgba(58,40,125,.5);
}
.after_wrap .con_wrap_employment h3 {
  color: #fff;
  font-weight: bold;
}
.after_wrap .con_wrap_employment dt span {
  color: #FF99A7;
  font-weight: bold;
  display: block;
}
.after_wrap .con_wrap_employment dt strong {
  color: #FF99A7;
  font-weight: bold;
  display: block;
}
.after_wrap .con_wrap_employment dd {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .after_wrap {
    padding-bottom: 78px;
  }
  .after_wrap .inner_wrap {
    padding-top: 63px;
    padding-bottom: 10px;
    width: 84%;
  }
  .after_wrap .heading_img {
    width: 60px;
    top: -0.3%;
    right: 0;
  }
  .after_wrap .con_wrap_main {
    margin-top: 48px;
  }
  .after_wrap .con_wrap_main .con_item {
    padding: 28px 7.61% 25px;
    border-radius: 12px;
  }
  .after_wrap .con_wrap_main .con_item + .con_item {
    margin-top: 17px;
  }
  .after_wrap .con_wrap_main .con_item .profile_wrap > strong {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
  .after_wrap .con_wrap_main .profile_wrap {
    display: grid; 
    grid-template-columns: 90px 1fr; 
    grid-template-rows: auto auto 1fr; 
    gap: 0px 22px; 
    grid-template-areas: 
      "strong strong"
      "img dl"
      "p p";
    justify-content: start; 
    align-items: end; 
  }
  .after_wrap .con_wrap_main .profile_wrap dl {
    margin-bottom: 1px;
  }
  .after_wrap .con_wrap_main .profile_wrap dt {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .after_wrap .con_wrap_main .profile_wrap dd {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .after_wrap .con_wrap_main .profile_wrap p {
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.06em;
    margin-top: 13px;
  }
  .after_wrap .con_wrap_main .works {
    margin-top: 19px;
  }
  .after_wrap .con_wrap_main .works strong {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    height: 23px;
    padding: 0.2em 1.1em;
  }
  .after_wrap .con_wrap_main .works_img {
    margin-top: 6px;
  }
  .after_wrap .con_wrap_slider {
    margin-top: 66px;
  }
  .after_wrap .con_wrap_slider h3 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 0 30px;
  }
  .after_wrap .con_wrap_slider h3::before {
    width: 32px;
    height: 46px;
    bottom: -3px;
    left: 0;
  }
  .after_wrap .con_wrap_slider h3::after {
    width: 32px;
    height: 46px;
    bottom: -3px;
    right: 0;
  }
  .after_wrap .con_wrap_slider .slider_wrap {
    margin-top: 47px;
  }
  .after_wrap .con_wrap_slider .slider_item {
    padding: 24px 7.61% 27px;
    border-radius: 12px;
  }
  .after_wrap .con_wrap_slider .slick-prev,
  .after_wrap .con_wrap_slider .slick-next {
    width: 22px;
    height: 56px;
  }
  .after_wrap .con_wrap_slider .slick-prev {
    left: -7%;
  }
  .after_wrap .con_wrap_slider .slick-next {
    right: -7%;
  }
  .after_wrap .con_wrap_slider .slick-dots {
    bottom: -58px;
  }
  .after_wrap .con_wrap_slider .slick-dots li {
    width: 10px;
    margin: 0 3px;
  }
  .after_wrap .con_wrap_slider .profile_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .after_wrap .con_wrap_slider .profile_fx .img {
    width: 90px;
    margin-right: 22px;
  }
  .after_wrap .con_wrap_slider .profile_fx dl {
    flex: 1;
  }
  .after_wrap .con_wrap_slider .profile_fx dt {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .after_wrap .con_wrap_slider .profile_fx dd {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .after_wrap .con_wrap_slider .profile > p {
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.06em;
    margin-top: 8px;
  }
  .after_wrap .con_wrap_slider .profile strong {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.08em;
    margin-top: 14px;
  }
  .after_wrap .con_wrap_slider .detail {
    margin-top: 10px;
  }
  .after_wrap .con_wrap_slider .detail * {
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.06em;
  }
  .after_wrap .con_wrap_slider .detail p + em {
    margin-top: 16px;
  }
  .after_wrap .con_wrap_slider .works {
    margin-top: 27px;
  }
  .after_wrap .con_wrap_slider .works strong {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    height: 23px;
    padding: 0.2em 1.1em;
  }
  .after_wrap .con_wrap_slider .works_img {
    margin-top: 6px;
  }
  .after_wrap .con_wrap_employment {
    border-radius: 16px;
    margin: 125px auto 0;
    padding: 31px 9.52% 35px;
  }
  .after_wrap .con_wrap_employment h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .after_wrap .con_wrap_employment dl {
    margin-top: 24px;
  }
  .after_wrap .con_wrap_employment dl > div + div {
    margin-top: 19px;
  }
  .after_wrap .con_wrap_employment dt {
    border-bottom: 6px solid #FF99A7;
    padding-bottom: 9px;
  }
  .after_wrap .con_wrap_employment dt span {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .after_wrap .con_wrap_employment dt strong {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: -0.2em;
  }
  .after_wrap .con_wrap_employment dd {
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.06em;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .after_wrap {
    padding-bottom: 171px;
  }
  .after_wrap .inner_wrap {
    padding-top: 138px;
    padding-bottom: 10px;
  }
  .after_wrap .heading_img {
    width: 11.9%;
    top: -1%;
    right: 20px;
  }
  .after_wrap .con_wrap_main {
    margin-top: 100px;
  }
  .after_wrap .con_wrap_main .con_item {
    padding: 48px 4.54% 50px;
    border-radius: 20px;
    width: 910px;
    max-width: 100%;
    margin: 0 auto;
  }
  .after_wrap .con_wrap_main .con_item .profile_wrap {
    display: grid; 
    grid-template-columns: 220px 1fr; 
    grid-template-rows: auto auto 1fr; 
    gap: 0px 6.17%; 
    grid-template-areas: 
      "img strong"
      "img dl"
      "img p"; 
    justify-content: start; 
    align-items: start; 
  }
  .after_wrap .con_wrap_main .con_item .profile_wrap > strong {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-top: 7px;
  }
  .after_wrap .con_wrap_main .profile_wrap dl {
    margin-top: 17px;
  }
  .after_wrap .con_wrap_main .profile_wrap dt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .after_wrap .con_wrap_main .profile_wrap dd {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: 2px;
  }
  .after_wrap .con_wrap_main .profile_wrap p {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.06em;
    margin-top: 17px;
  }
  .after_wrap .con_wrap_main .works {
    margin-top: 46px;
  }
  .after_wrap .con_wrap_main .works strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    height: 38px;
    padding: 0.2em 1.1em;
  }
  .after_wrap .con_wrap_main .works_img {
    margin-top: 10px;
  }
  .after_wrap .con_wrap_slider {
    margin-top: 130px;
  }
  .after_wrap .con_wrap_slider h3 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 0 60px;
  }
  .after_wrap .con_wrap_slider h3::before {
    width: 32px;
    height: 46px;
    bottom: -3px;
    left: 0;
  }
  .after_wrap .con_wrap_slider h3::after {
    width: 32px;
    height: 46px;
    bottom: -3px;
    right: 0;
  }
  .after_wrap .con_wrap_slider .slider_wrap {
    margin-top: 126px;
  }
  .after_wrap .con_wrap_slider .slider_item {
    padding: 43px 4.54% 46px;
    border-radius: 20px;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .after_wrap .con_wrap_slider .slick-prev,
  .after_wrap .con_wrap_slider .slick-next {
    width: 44px;
    height: 122px;
  }
  .after_wrap .con_wrap_slider .slick-prev {
    left: -6%;
  }
  .after_wrap .con_wrap_slider .slick-next {
    right: -6%;
  }
  .after_wrap .con_wrap_slider .slick-dots {
    bottom: -77px;
  }
  .after_wrap .con_wrap_slider .slick-dots li {
    width: 10px;
    margin: 0 3px;
  }
  .after_wrap .con_wrap_slider .profile {
    flex: 1;
  }
  .after_wrap .con_wrap_slider .profile_fx {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .after_wrap .con_wrap_slider .profile_fx .img {
    width: 130px;
    margin-right: 23px;
  }
  .after_wrap .con_wrap_slider .profile_fx dl {
    flex: 1;
    margin-bottom: 12px;
  }
  .after_wrap .con_wrap_slider .profile_fx dt {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0;
  }
  .after_wrap .con_wrap_slider .profile_fx dd {
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-top: -4px;
  }
  .after_wrap .con_wrap_slider .profile > p {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.06em;
    margin-top: 8px;
  }
  .after_wrap .con_wrap_slider .profile strong {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-top: 24px;
  }
  .after_wrap .con_wrap_slider .detail {
    margin-top: 20px;
  }
  .after_wrap .con_wrap_slider .detail * {
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 0.02em;
  }
  .after_wrap .con_wrap_slider .detail p + em {
    margin-top: 14px;
  }
  .after_wrap .con_wrap_slider .works {
    margin-top: 19px;
    width: 46%;
    margin-left: 3.9%;
  }
  .after_wrap .con_wrap_slider .works.w_32 {
    width: 32%;
  }
  .after_wrap .con_wrap_slider .works.w_43 {
    width: 43%;
  }
  .after_wrap .con_wrap_slider .works strong {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    height: 38px;
    padding: 0.2em 1.1em;
  }
  .after_wrap .con_wrap_slider .works_img {
    margin-top: 10px;
  }
  .after_wrap .con_wrap_employment {
    border-radius: 20px;
    margin-top: 180px;
    padding: 53px 6.54% 62px;
  }
  .after_wrap .con_wrap_employment h3 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .after_wrap .con_wrap_employment dl {
    margin-top: 43px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .after_wrap .con_wrap_employment dl > div:nth-child(1) {
    width: 20.6%;
  }
  .after_wrap .con_wrap_employment dl > div:nth-child(2) {
    width: 41.52%;
  }
  .after_wrap .con_wrap_employment dl > div:nth-child(3) {
    width: 29.98%;
  }
  .after_wrap .con_wrap_employment dt {
    border-bottom: 6px solid #FF99A7;
    padding-bottom: 11px;
  }
  .after_wrap .con_wrap_employment dt span {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .after_wrap .con_wrap_employment dt strong {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: -0.3em;
  }
  .after_wrap .con_wrap_employment dd {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.06em;
    margin-top: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .after_wrap .con_wrap_slider .slick-prev {
    left: -1.5%;
  }
  .after_wrap .con_wrap_slider .slick-next {
    right: -1.5%;
  }
}

/* -----------------------------------------------
schoollife_wrap
----------------------------------------------- */
.schoollife_wrap {
  position: relative;
}
.schoollife_wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%, #302c55 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.schoollife_wrap .inner_wrap {
  position: relative;
}
.schoollife_wrap .heading_img {
  position: absolute;
}
.event_item .event_month * {
  display: block;
}
.event_item .event_month strong {
  color: #FF99A7;
  font-weight: 900;
}
.event_item .event_month span {
  color: #fff;
  font-weight: bold;
}
.event_item .event_item_img {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  position: relative;
}
.event_item .event_item_img figure {
  position: relative;
}
.event_item_img figure:first-child {
  width: 100%;
  margin-bottom: 1.04%;
}
.event_item_img figure:nth-child(n+2) {
 width: 49.48%;
}
.event_item_img figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background: #FF99A7;
  color: #22064B;
  padding-right: .8em;
  padding-left: .8em;
  font-weight: normal;
}

@media screen and (max-width: 767px) { /*  sp  */
  .schoollife_wrap .inner_wrap {
    padding-top: 66px;
    padding-bottom: 110px;
    width: 84%;
  }
  .schoollife_wrap .heading_img {
    width: 60px;
    top: -1.9%;
    right: 0;
  }
  .schoollife_inner {
    margin-top: 27px;
  }
  .event_list_wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .event_item {
    padding: 0 11px;
    min-height: 378px;
    position: relative;
  }
  .event_item .event_month {
    margin-bottom: 14px;
    overflow: hidden;
  }
  .event_item .event_month strong {
    font-size: 68px;
    position: relative;
  }
  .event_item .event_month span {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-top: -13px;
  }
  .event_item .event_month span:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: calc(100% + 1em);
    width: 100vw;
    height: 8px;
    background: radial-gradient(circle farthest-side, #fff, #fff 30%, transparent 30%, transparent);
    background-size: 14px 7px;
  }
  /* .event_item .event_month:after {
    content: "";
    position: absolute;
    top: 116%;
    left: calc(50% - 2px);
    width: 4px;
    height: 124%;
    background: radial-gradient(ellipse at center, #fff 0%, #fff 25%, transparent 25%, transparent 100%) center 0 repeat-x;
    background-size: 12px 12px;
  } */
  .event_item_img figure figcaption {
    font-size: 10px;
    line-height: 22px;
  }
  .event_item_img figure img {
    width: 100%;
  }
  .event_item .event_item_img {
    border: 5px solid #FF99A7;
    background-color: #FF99A7;
  }
  /* .sp_event_slider .slick-list {
    z-index: -1;
  } */
  .sp_event_slider .slick-prev,
  .sp_event_slider .slick-next {
    width: 22px;
    height: 56px;
    top: 66%;
    z-index: 1;
  }
  .sp_event_slider .slick-prev {
    left: 1.5%;
  }
  .sp_event_slider .slick-next {
    right: 1.5%;
  }
  .sp_event_slider .slick-prev::before,
  .sp_event_slider .slick-next::before {
    content: '';
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    opacity: 1;
    font-family: none;
  }
  .sp_event_slider .slick-prev::before {
    background-image: url(../img/slider_prev.svg);
  }
  .sp_event_slider .slick-next::before {
    background-image: url(../img/slider_next.svg);
  }
  .sp_event_slider .slick-dots {
    bottom: -54px;
  }
  .sp_event_slider .slick-dots li {
    aspect-ratio: 1/1;
    height: auto;
    width: 10px;
    margin: 0 3px;
  }
  .sp_event_slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .sp_event_slider .slick-dots li button:before {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    font-family: none;
    font-size: 0;
  }
  .sp_event_slider .slick-dots li.slick-active button:before {
    background-color: #FF99A7;
  }
}

@media screen and (min-width: 768px) { /*  pc  */
  .schoollife_wrap .inner_wrap {
    padding-top: 171px;
    padding-bottom: 140px;
  }
  .schoollife_wrap .heading_img {
    width: 11.9%;
    top: -1.4%;
    right: 20px;
  }
  .schoollife_inner {
    margin-top: 131px;
  }
  .event_list_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .event_item {
    width: 43.18%;
    max-width: 475px;
    margin-bottom: 74px;
    position: relative;
  }
  .event_item .event_month {
    position: absolute;
    text-align: center;
    width: 31.64%;
    padding: 0 0 10px;
  }
  .event_item:not(:last-child) .event_month:after {
    content: "";
    position: absolute;
    top: 116%;
    left: calc(50% - 2px);
    width: 4px;
    height: 124%;
    background: radial-gradient(ellipse at center, #fff 0%, #fff 25%, transparent 25%, transparent 100%) center 0 repeat-y;
    background-size: 12px 12px;
  }
  .event_item .event_month strong {
    font-size: min(4.72vw, 68px);
    letter-spacing: -.12em;
    position: relative;
    text-indent: -.12em;
  }
  .event_item .event_month span {
    font-size: 16px;
    margin-top: -8px;
  }
  .event_item:nth-child(odd) .event_month {
    left: 100%;
    top: 0;
    margin-top: 11.4%;
  }
  .event_item:nth-child(even) .event_month {
    right: 100%;
    bottom: 0;
    margin-bottom: 7.8%;
  }
  .event_item:nth-child(odd) .event_month strong:before,
  .event_item:nth-child(even) .event_month strong:before {
    aspect-ratio: 1/1.16;
    content: "";
    position: absolute;
    width: min(4vw, 50px);
    height: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 29px);
    z-index: 1;
  }
  .event_item:nth-child(odd) .event_month strong:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="58" viewBox="0 0 50 58"><polygon points="0.6,29 49.4,57.2 49.4,0.8 " fill="%23FF99A7" /></svg>');
    left: -0.5em;
    transform: rotate(60deg);
    z-index: -1;
  }
  .event_item:nth-child(even) .event_month strong:before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="58" viewBox="0 0 50 58"><polygon points="49.4,29 0.6,0.8 0.6,57.2 " fill="%23FF99A7" /></svg>');
    right: -0.5em;
    transform: rotate(60deg);
    z-index: -1;
  }
  .event_item .event_item_img::before {
    content: '';
    background-color: #FF99A7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 18px);
    height: calc(100% + 18px);
  }
  .event_item_img figure figcaption {
    font-size: 18px;
    line-height: 40px;
  }
}

/* -----------------------------------------------
snap_wrap
----------------------------------------------- */
.snap_wrap .inner_wrap {
  position: relative;
}
.snap_wrap .heading_img {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .snap_wrap {
    padding-bottom: 104px;
  }
  .snap_wrap .inner_wrap {
    padding-top: 70px;
    width: 84%;
  }
  .snap_wrap .heading_img {
    width: 60px;
    top: -10%;
    right: 0;
  }
  .snap_wrap .content_wrap {
    position: relative;
    margin-top: 47px;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .snap_wrap {
    padding-bottom: 167px;
  }
  .snap_wrap .inner_wrap {
    padding-top: 170px;
  }
  .snap_wrap .heading_img {
    width: 11.9%;
    top: -9%;
    right: 20px;
  }
  .snap_wrap .content_wrap {
    position: relative;
    margin-top: 116px;
    z-index: 1;
  }
}

/* -----------------------------------------------
location_wrap
----------------------------------------------- */
.location_wrap {
  position: relative;
}
.location_wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000 0%, #302c55 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.location_wrap .inner_wrap {
  position: relative;
}
.location_wrap .heading_img {
  position: absolute;
}
.location_wrap .tab_btn_wrap {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.location_wrap .tab_btn_wrap button {
  background: none;
  border: none;
  font-weight: 500;
  color: #fff;
}
.location_wrap .tab_btn_wrap button.tab_active {
  color: #FF99A7;
}
.location_wrap .tab_btn_wrap button.tab_active::after {
  content: '';
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #FF99A7;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.location_wrap .tab_content  {
  background-color: #fff;
}
.location_wrap .tab_content .img {
  position: relative;
}
.location_wrap .tab_content .img figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF99A7;
  color: #000000;
  font-weight: bold;
}
.location_wrap .tab_content .text h3 {
  font-weight: normal;
  color: #2B2A95;
}
.location_wrap .tab_content .text strong {
  font-weight: bold;
  color: #2B2A95;
  display: block;
}
.location_wrap .tab_content .text .address span {
  display: block;
}

@media screen and (max-width: 767px) {
  .location_wrap .inner_wrap {
    padding-top: 58px;
    padding-bottom: 140px;
    width: 84%;
  }
  .location_wrap .heading_img {
    width: 26px;
    top: -0.4%;
    right: 0;
  }
  .location_wrap .content_wrap {
    margin-top: 76px;
  }
  .location_wrap .tab_btn_wrap button {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 0.3em 0;
    border-bottom: 3px solid #fff;
    margin: 0 0.3em;
    width: 85px;
    cursor: pointer;
    transition: all .3s;
  }
  .location_wrap .tab_btn_wrap button.tab_active {
    border-bottom: 3px solid #FF99A7;
    position: relative;
  }
  .location_wrap .tab_btn_wrap button.tab_active::after {
    width: 14px;
    height: 12px;
  }
  .location_wrap .tab_con_wrap  {
    margin-top: 37px;
  }
  .location_wrap .tab_content  {
    border: 5px solid #FFE5E8;
    border-radius: 14px;
    padding: 20px 5.39% 32px;
  }
  .location_wrap .tab_content:not(.tab_active)  {
    display: none;
  }
  .location_wrap .tab_content .img figcaption {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 0.65em 0.9em 0.55em;
  }
  .location_wrap .tab_content .text {
    margin-top: 17px;
  }
  .location_wrap .tab_content .text h3 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .location_wrap .tab_content .text strong {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 8px;
  }
  .location_wrap .tab_content .text p {
    font-size: 12px;
    line-height: 1.91;
    letter-spacing: 0.08em;
    margin-top: 10px;
  }
  .location_wrap .tab_content .text .address {
    margin-top: 21px;
    padding-top: 10px;
    border-top: 2px solid #2B2A95;
  }
  .location_wrap .tab_content .text .address p {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .location_wrap .tab_content .text .address span {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin-top: 9px;
  }
}

@media screen and (min-width: 768px) {
  .location_wrap .inner_wrap {
    padding-top: 130px;
    padding-bottom: 140px;
  }
  .location_wrap .heading_img {
    width: 5.45%;
    top: -1.4%;
    right: 20px;
  }
  .location_wrap .content_wrap {
    margin-top: 94px;
  }
  .location_wrap .tab_btn_wrap button {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 0.3em 0;
    border-bottom: 5px solid #fff;
    margin: 0 0.3em;
    width: 141px;
    cursor: pointer;
    transition: all .3s;
  }
  .location_wrap .tab_btn_wrap button.tab_active {
    border-bottom: 5px solid #FF99A7;
    position: relative;
  }
  .location_wrap .tab_btn_wrap button.tab_active::after {
    width: 23px;
    height: 20px;
  }
  .location_wrap .tab_con_wrap  {
    margin-top: 63px;
  }
  .location_wrap .tab_content  {
    border: 7px solid #FFE5E8;
    border-radius: 20px;
    padding: 43px 4.45% 38px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .location_wrap .tab_content:not(.tab_active)  {
    display: none;
  }
  .location_wrap .tab_content .img {
    width: 47.4%;
    margin-right: 3.89%;
  }
  .location_wrap .tab_content .img figcaption {
    font-size: min(1.38vw, 20px);
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 0.65em 0.9em 0.55em;
  }
  .location_wrap .tab_content .text {
    flex: 1;
  }
  .location_wrap .tab_content .text h3 {
    font-size: 31px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .location_wrap .tab_content .text strong {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 17px;
  }
  .location_wrap .tab_content .text p {
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.08em;
    margin-top: 12px;
  }
  .location_wrap .tab_content .text .address {
    margin-top: 19px;
    padding-top: 6px;
    border-top: 2px solid #2B2A95;
  }
  .location_wrap .tab_content .text .address p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .location_wrap .tab_content .text .address span {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.08em;
    margin-top: 12px;
  }
}

/* -----------------------------------------------
fixed_cv_wrap
----------------------------------------------- */
.fixed_cv_wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.fixed_cv_wrap::after {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right,  #f1a9b2 0%,#f5bbc7 100%);
  z-index: -1;
}
.fixed_cv_wrap p {
  font-weight: bold;
  color: #22064B;
}
.fixed_cv_wrap a {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  background: linear-gradient(to top,  #8c0014 0%,#ff0000 80%,#ff8daf 100%);
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  box-shadow: 1.2723px 1.2723px 1.2723px rgba(0,0,0,.1) ;
}

@media screen and (max-width: 767px) {
  .fixed_cv_wrap {
    width: 100%;
    aspect-ratio: 1/0.189;
    border-radius: 5.33vw 0 0 0;
    padding-left: 29.33vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .fixed_cv_wrap::after {
    left: 13.33vw;
    border-radius: 5.33vw 0 0 0;
  }
  .fixed_cv_wrap .cv_pamphlet {
    width: 17.6vw;
    position: absolute;
    top: -3.46vw;
    left: 17.6vw;
    transform: rotate(9deg);
  }
  .fixed_cv_wrap p {
    font-size: 3.2vw;
  }
  .fixed_cv_wrap p span {
    font-size: 1.08em;
  }
  .fixed_cv_wrap a {
    margin-top: 1.6vw;
    width: 59.73vw;
    aspect-ratio: 1/0.138;
    border-radius: 1.6vw;
    font-size: 3.2vw;
    letter-spacing: 0.04em;
  }
  .fixed_cv_wrap a b {
    font-size: 1.66em;
  }
  .fixed_cv_wrap a i {
    margin-right: 1em;
  }
}

@media screen and (min-width: 768px) {
  .fixed_cv_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 87px;
  }
  .fixed_cv_wrap::after {
    left: 20px;
    border-radius: 25px 0 0 0;
  }
  .fixed_cv_wrap .cv_pamphlet {
    width: 102px;
    transform: rotate(9deg);
    margin-right: 22px;
    margin-bottom: 40px;
  }
  .fixed_cv_wrap p {
    font-size: 15px;
    margin-right: 25px;
  }
  .fixed_cv_wrap p span {
    font-size: 1.06em;
  }
  .fixed_cv_wrap a {
    width: 315px;
    height: 54px;
    border-radius: 7px;
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-right: 40px;
  }
  .fixed_cv_wrap a b {
    font-size: 1.38em;
  }
  .fixed_cv_wrap a i {
    font-size: 0.83em;
    margin-right: 1em;
  }
}

.add__support {
  color: #fff;
}

.table__wrap__head {
  color: #FF99A7;
}
.sec04__title02 {
  color: #FF99A7;
  line-height: 1.4;
}
/* .sec04__title02 p {
  font-size: .56em;
  color: #fff;
} */
.sec04__title02 p {
  font-size: .6em;
  color: #22064B;
  background: #FF99A7;
  display: inline-block;
}

.table__wrap {}
.table__wrap table {
  table-layout: fixed;
  border-collapse: collapse;
}
.table__wrap table thead th {
  font-weight: normal;
}
.table__wrap table tr > * {
  text-align: center;
}
.table__wrap table col:nth-child(-n+2) {
  width: 24%;
}
.table__wrap table tr td:nth-child(3) {
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
.table__wrap.support {}
.table__wrap.support h4 {
  background: #EE97A9;
  color: #fff;
  text-align: center;
}
.table__wrap.support tr > *:nth-child(1) {
  color: #fff;
}
.table__wrap.support tbody tr > *:nth-child(1) {
  font-weight: bold;
}

.table__wrap.general {}
.table__wrap.general h4 {
  background: #646464;
  color: #fff;
  text-align: center;
}
.table__wrap.general tbody tr:first-child > td:nth-child(1) {
  font-weight: bold;
}


@media screen and (max-width: 1079px) { /* sp */

  .add__support {}
  .add__support .inner_wrap {
    margin-bottom: 80px;
  }
  .sec04__text.w100 {
    width: 100%;
    padding: 0;
  }

  .add__support .sec04__title02 {
    font-size: 20px;
    padding: 0;
    margin-bottom: 40px;
  }
  .sec04__img {
    margin-bottom: 20px;
  }
  .sec04__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .table__wrap__head {
    padding: 5.3333333333vw 6.6666666667vw 0;
    font-size: 4.2666666667vw;
  }
  .table__wrap {
    padding: 5.3333333333vw 0 0;
  }
  .table__wrap h4 {
    font-size: 3.8666666667vw;
    padding: .2em 0;
    margin-bottom: 10px;
  }
  .table__wrap table tr > * {
    border-bottom: 2px solid #fff;
    font-size: 14px;
    line-height: 1.4;
  }
  .table__wrap table tr td:nth-child(3) {
    padding: 1em;
  }
  .table__wrap table col:nth-child(-n+2) {
    border-right: 2px solid #fff;
  }
  .table__wrap table tbody tr:last-child > *,
  .table__wrap.general table tbody tr:first-child > *:not(:nth-child(2)) {
    border-bottom: 0;
  }
  .table__wrap table thead tr > * {
    height: 2em;
  }
  .table__wrap.support {
    margin-bottom: 20px;
  }
  .table__wrap.support table tbody tr > * {}
  .table__wrap.general {}
  .table__wrap.general table tbody tr:first-child > td:nth-child(2),
  .table__wrap.general table tbody tr:nth-child(n+2) > *:first-child {
    height: 4em;
  }

}

@media screen and (min-width: 1080px) { /* pc */

  .add__support {}
  .add__support .inner_wrap {
    margin-bottom: 120px;
  }
  .sec04__text.w100 {
    width: 100%;
    padding: 0;
  }

  .add__support .sec04__title02 {
    font-size: 29px;
    padding: 0;
    margin-bottom: 40px;
  }
  .sec04__row {
    display: flex;
  }
  .sec04__img {
    width: 500px;
  }
  .sec04__text {
    font-size: 22px;
    width: 500px;
    padding: 0 0 0 36px;
    line-height: 1.5;
  }

  .table__wrap__head {
    font-size: 32px;
    padding: 60px 0 25px;
  }
  .table__wrap h4 {
    font-size: 23px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .table__wrap table tr > * {
    border-bottom: 2px solid #fff;
    font-size: 23px;
  }
  .table__wrap table tr td:nth-child(3) {
    font-size: 20px;
    padding: 0 1.8em;
  }
  .table__wrap table col:nth-child(-n+2) {
    border-right: 2px solid #fff;
  }
  .table__wrap table tbody tr:last-child > *,
  .table__wrap.general table tbody tr:first-child > *:not(:nth-child(2)) {
    border-bottom: 0;
  }
  .table__wrap table thead tr > * {
    height: 40px;
  }
  .table__wrap.support {
    margin-bottom: 20px;
  }
  .table__wrap.support table tbody tr > * {
    height: 220px;
  }
  .table__wrap.general {}
  .table__wrap.general table tbody tr:first-child > td:nth-child(2),
  .table__wrap.general table tbody tr:nth-child(n+2) > *:first-child {
    height: 140px;
  }


}
