@charset "UTF-8";

/* common
---------------------------------------------------*/

/* ¡¸/admission/assets/common/css/addition-style.css¡¹ */
body.art_changes-lp .mod-headLine,
body.art_changes-lp .mod-headLine__wrap,
body.art_changes-lp #breadcrumb {
  display: none;
}

body.art_changes-lp figure {
  margin: 0;
}

body.art_changes-lp #footer_department h3 {
  font-weight: bold;
}


/* -- base -- */
#changes-lp .pc {
  display: block;
}

#changes-lp .sp {
  display: none;
}

#changes-lp {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  max-width: 1600px;
  min-width: 1130px;
  margin: 0 auto;
  background-color: #f0f0e6;
  color: #285531;
  line-height: 1.85;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 15px;
}

#changes-lp img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}

#changes-lp .common_tit {
  font-size: 2.69em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
  letter-spacing: .16em;
}

body.iPad #changes-lp .common_tit {
  font-weight: normal;
  text-shadow: 0px 0px 1px rgba(40, 85, 49, 1);
}

#changes-lp .common_tit::before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  margin: 0 auto 13px;
}

.ff-noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

#changes-lp .ff-futura {
  font-family: futura-pt, sans-serif;
}

#changes-lp .color-blue {
  color: #2a64aa;
}

#changes-lp .txt-link {
  text-decoration: none;
  transition: all .5s;
}

#changes-lp .txt-link:hover {
  text-decoration: underline;
  opacity: 0.7;
}


/* -- ¥¹¥¯¥í©`¥ë¤Ç¥Þ©`¥«©`¥¢¥Ë¥á©`¥·¥ç¥ó -- */
#changes-lp .markertest {
  font-weight: bold;
  background: -webkit-linear-gradient(left, rgb(255, 233, 50) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 233, 50) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 233, 50) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 1em;
  background-position: 100% 1em;
  transition: 1s;
}

#changes-lp .markertest.fadein {
  background-position: 0% 1em;
}

#changes-lp .point_chuki-ul {
  margin-top: 1.2em;
}

#changes-lp .point_chuki-ul>li {
  font-size: 1.86em;
  line-height: 1.5;
  letter-spacing: .03em;
  text-indent: -1em;
  padding-left: 1em;
  text-align: right;
}

/* -- ¥¹¥¯¥í©`¥ë¥¨¥Õ¥§¥¯¥È -- */
.effect_d {
  opacity: 0;
  transition: ease 0.5s;
  transform: translateY(70px);
}

.effect_d.fadein {
  opacity: 1;
  transform: translateY(0px);
}


/* -- í˜·¬¤Ë¥Õ¥§©`¥É -- */
.o_effect {
  opacity: 0;
}

.o_effect.o_effect_1.fadein {
  opacity: 0;
  animation-name: o_effect_1;
  animation-duration: .5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_1 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.o_effect.o_effect_2.fadein {
  opacity: 0;
  animation-name: o_effect_2;
  animation-duration: .5s;
  animation-delay: 2.8s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_2 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.o_effect.o_effect_3.fadein {
  opacity: 0;
  animation-name: o_effect_3;
  animation-duration: .5s;
  animation-delay: 3.1s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_3 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


.o_effect.o_effect_4.fadein {
  opacity: 0;
  animation-name: o_effect_4;
  animation-duration: .5s;
  animation-delay: 3.4s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_4 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


.o_effect.o_effect_5.fadein {
  opacity: 0;
  animation-name: o_effect_5;
  animation-duration: .5s;
  animation-delay: 3.7s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_5 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


.o_effect.o_effect_6.fadein {
  opacity: 0;
  animation-name: o_effect_6;
  animation-duration: .5s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

@keyframes o_effect_6 {
  0% {
    opacity: 0;
    transform: translate(0, 70px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* mv
---------------------------------------------------*/
#changes-lp #mv {
  position: relative;
  box-sizing: border-box;
  background: #fdfce3;
  padding: 8.6em 6.2em 13.2em;
}

#changes-lp .mv_tit {
  font-weight: 600;
  text-align: center;
  line-height: 1.42;
  letter-spacing: .04em;
  color: #231815;
  margin: 0;
  position: relative;
  z-index: 1;
}

.mv_tit_txt_l {
  font-size: 4.69em;
  display: inline-block;
}

.mv_tit_txt_s {
  font-size: 3.73em;
  display: inline-block;
}

.mv_tit_brush {
  position: absolute;
  top: -112%;
  left: 0;
  right: 0;
  width: 78.8%;
  margin: auto;
  z-index: -1;
  display: block;
}

.mv_tit_brush_imgwrap {
  overflow: hidden;
  position: relative;
  display: block;
}

.mv_tit_brush_imgwrap::before {
  animation: mv_tit_brush_imgwrap 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards 1s;
  background: #fdfce3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes mv_tit_brush_imgwrap {
  100% {
    transform: translateX(100%);
  }
}


.mv_anchor-ul {
  display: flex;
  justify-content: space-between;
  margin-top: 11.35em;
  position: relative;
  z-index: 1;
}

.mv_anchor-ul>li {
  width: 31.35%;
  box-sizing: border-box;
  position: relative;
}

.mv_anchor-ul_a {
  display: block;
  text-decoration: none;
  transition: all .5s;
}

.mv_anchor-ul_a:hover {
  opacity: 0.7;
}

.mv_anchor-ul_a_num {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px #fff;
  color: #fff;
  position: absolute;
  top: 2.8%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

.mv_anchor-ul_a_imgwrap {
  display: block;
}

.mv_anchor-ul_a_illwrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.mv_anchor-ul>li:nth-child(1) .mv_anchor-ul_a_illwrap {
  top: 17.2%;
  width: 31%;
  left: 5%;
}

.mv_anchor-ul>li:nth-child(2) .mv_anchor-ul_a_illwrap {
  top: 15.3%;
  width: 33.2%;
}

.mv_anchor-ul>li:nth-child(3) .mv_anchor-ul_a_illwrap {
  top: 17.2%;
  width: 47%;
}

.mv_anchor-ul_a_txtwrap {
  font-size: 2.71em;
  font-weight: 600;
  line-height: 1.42;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}

.mv_anchor-ul>li:nth-child(1) .mv_anchor-ul_a_txtwrap {
  top: 48.5%;
}

.mv_anchor-ul>li:nth-child(2) .mv_anchor-ul_a_txtwrap,
.mv_anchor-ul>li:nth-child(3) .mv_anchor-ul_a_txtwrap {
  top: 53.5%;
}

.mv_anchor-ul_a_btn {
  background: #fff;
  border-radius: 9999px;
  padding: .35em 4.5em;
  display: block;
  position: absolute;
  bottom: 6.8%;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  transition: all .5s;
}

.mv_anchor-ul_a:hover .mv_anchor-ul_a_btn {
  transform: scale(1.1);
}

.mv_anchor-ul_a_btn_txt {
  font-size: 2.8em;
  letter-spacing: .07em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}

.mv_anchor-ul>li:nth-child(1) .mv_anchor-ul_a_btn_txt {
  color: #285531;
}

.mv_anchor-ul>li:nth-child(2) .mv_anchor-ul_a_btn_txt {
  color: #a32036;
}

.mv_anchor-ul>li:nth-child(3) .mv_anchor-ul_a_btn_txt {
  color: #2a64aa;
}

.mv_anchor-ul_a_btn_txt::after {
  content: '';
  display: block;
  width: 17.3px;
  height: 17.3px;
  position: absolute;
  top: .4em;
  left: 2.6em;
  transition: all .5s;
}

.mv_anchor-ul>li:nth-child(1) .mv_anchor-ul_a_btn_txt::after {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_arrow_rihgt_green.svg) no-repeat center/contain;
}

.mv_anchor-ul>li:nth-child(2) .mv_anchor-ul_a_btn_txt::after {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_arrow_rihgt_red.svg) no-repeat center/contain;
}

.mv_anchor-ul>li:nth-child(3) .mv_anchor-ul_a_btn_txt::after {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_arrow_rihgt_blue.svg) no-repeat center/contain;
}

.mv_anchor-ul_a:hover .mv_anchor-ul_a_btn_txt::after {
  transform: translateX(5px);
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
  .mv_tit_brush {
    top: -100%;
  }

  .mv_anchor-ul_a_txtwrap {
    font-size: 2.4em;
  }
}


/*Õi¤ßÞz¤ß•r¥Õ¥§©`¥É*/
.load-fadein {
  opacity: 0;
  animation: load-fadein .5s ease-in-out forwards 0.5s;
}

@keyframes load-fadein {
  100% {
    opacity: 1;
  }
}


/*Õi¤ßÞz¤ß•r¥Õ¥§©`¥É*/
.load-fadein-txt-left {
  opacity: 0;
  transform: translateY(30px);
  animation: load-fadein-txt-left .5s ease-in-out forwards 1.8s;
}

@keyframes load-fadein-txt-left {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}


/* point¹²Í¨
---------------------------------------------------*/
#changes-lp .point {
  margin-top: -6.1em;
  position: relative;
}

#changes-lp .point_head {
  padding: 12.2em 2em 8.4em;
}

#changes-lp .point_head_tit {
  position: relative;
}

#changes-lp .point_head_tit_sub {
  text-align: center;
  position: absolute;
  top: -12.1em;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  display: block;
}

#changes-lp .point_head_tit_sub_point {
  width: 94px;
  display: block;
  margin: 1.5em auto 0;
}

#changes-lp .point_head_tit_sub_num {
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 3.33em;
  display: block;
  margin-top: .27em;
}

#changes-lp .point_head_tit_desc {
  font-size: 5.11em;
  font-weight: 500;
  text-shadow: 0 0 1px #fff;
  line-height: 1.62;
  letter-spacing: .12em;
  text-align: center;
  color: #fff;
}

#changes-lp .point_head_tit_desc_s {
  font-size: 4.6em;
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 0 1px #fff;
  letter-spacing: .15em;
  display: block;
  color: #fff;
}

#changes-lp .point_head_whitebox {
  background-color: #fff;
  max-width: 1008px;
  padding: 3.7em 1em;
  border: 2px solid #000;
  border-radius: 20px;
  margin: 3.5em auto 0;
}

#changes-lp .point_head_whitebox_tit {
  color: #000;
  font-size: 2.99em;
  font-weight: 600;
  letter-spacing: .09em;
  line-height: 1.86;
  text-align: center;
}

#changes-lp .point_head_pickup {
  position: relative;
  margin-top: 5.8em;
  padding-top: 4.45em;
}

#changes-lp .point_head_pickup+.point_head_pickup {
  margin-top: 7.05em;
}

#changes-lp .point_head_pickup_sub {
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}

#changes-lp .point_head_pickup_sub_inner {
  font-size: 3.6em;
  line-height: 1;
  letter-spacing: .02em;
  text-align: center;
  font-weight: 700;
  color: #ffe600;
  display: block;
  position: relative;
  z-index: 1;
}

#changes-lp .point_head_pickup_sub_inner::before {
  content: '';
  display: block;
  width: 136%;
  height: 172%;
  background: url(/admission/arts/changes-lp/common/images/illust/pickup_fukidashi.svg) no-repeat center / contain;
  position: absolute;
  top: 62%;
  z-index: -1;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#changes-lp .point_head_pickup_tit {
  font-size: 4.11em;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.83;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: .46em;
  text-decoration-thickness: 1px;
}


@media screen and (min-width: 768px) and (max-width: 1350px) {
  #changes-lp .point {
    margin-top: -6em;
  }

  #changes-lp .point_head {
    padding: 12.2em 2em 9.8em;
  }
}


@media screen and (min-width: 1401px) {
  #changes-lp .point_head_whitebox_tit {
    font-size: 2.9em;
  }
}


/* point 1
---------------------------------------------------*/
#changes-lp #point1 .point_head {
  background: url(/admission/arts/changes-lp/common/images/illust/point1_bg.svg) no-repeat center top / cover;
}

#changes-lp #point1 .point_body {
  background: #f0f0e6;
  padding: 7.05em 7.45em 14.9em;
}

#changes-lp #point1 .point_body .common_tit::before {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_hat.svg) no-repeat center center / contain;
  width: 83.5px;
  height: 66px;
}


@media screen and (min-width: 768px) and (max-width: 1350px) {
  #changes-lp #point1 .point_body {
    padding: 7.05em 2em 14.9em;
  }
}


/* point 2
---------------------------------------------------*/
#changes-lp #point2 .point_head {
  background: url(/admission/arts/changes-lp/common/images/illust/point2_bg.svg) no-repeat center top / cover;
  padding-bottom: 10.3em;
}

#changes-lp #point2 .point_body {
  background: #fff0f5;
  padding: 6.07em 7.45em 17.5em;
}

#changes-lp #point2 .point_body .point_body_content._2 .common_tit::before {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_table.svg) no-repeat center center / contain;
  width: 85.8px;
  height: 79.5px;
}

#changes-lp #point2 .point_body .point_body_content._3,
#changes-lp #point2 .point_body .point_body_content._4 {
  margin-top: 5.75em;
}

#changes-lp #point2 .point_body .point_body_content._3 .common_tit::before {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_hat_red.svg) no-repeat center center / contain;
  width: 83.5px;
  height: 66.2px;
}

#changes-lp #point2 .point_head_pickup+.point_head_pickup {
  margin-top: 9.75em;
}

#changes-lp #point2 .common_tit {
  color: #a32036;
}

#changes-lp #point2 .point_table th {
  background-color: #a32036;
}

#changes-lp #point2 .point_body_content._2 .point_table th {
  padding: 0.4em 0.1em;
}

#changes-lp #point2 .point_body_content._2 .point_table td {
  padding: .88em 0.1em;
}

#changes-lp #point2 .point_table th:first-child {
  border-left: 2px solid #a32036;
}

#changes-lp #point2 .point_body_content._2 .point_table th:first-child {
  width: 27.2%;
}

#changes-lp #point2 .point_table th:last-child {
  border-right: 2px solid #a32036;
}

#changes-lp #point2 .point_table td {
  color: #a32036;
  border-left: 2px solid #a32036;
  border-bottom: 2px solid #a32036;
  text-shadow: 0px 0px 1px #a32036;
}

#changes-lp #point2 .point_body_content._2 .point_table td:nth-child(1) {
  background: #f0c8d2;
}

#changes-lp #point2 .point_table td:last-child {
  border-right: 2px solid #a32036;
}

#changes-lp #point2 .point_body_content._3 .point_table tr:nth-child(2) td {
  padding: 2.1em 0.1em;
}

#changes-lp #point2 .point_body_content._4 .point_table tr:nth-child(2) td {
  padding: 1.36em 0.1em;
}

#changes-lp #point2 .point_body_content._4 .point_table tr:nth-child(3) td {
  padding: 1.33em 0.1em;
}

#changes-lp #point2 .point_chuki-ul>li {
  color: #a32036;
}

#changes-lp #point2 .point_btn {
  background-color: #a32036;
}

#changes-lp #point2 .point_btn_txt::before {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_triangle_red.svg) no-repeat center / contain;
}


@media screen and (min-width: 768px) and (max-width: 1350px) {
  #changes-lp #point2 .point_body {
    padding: 6.07em 2em 14.9em;
  }
}


/* point 3
---------------------------------------------------*/
#changes-lp #point3 .point_head {
  background: url(/admission/arts/changes-lp/common/images/illust/point3_bg.svg) no-repeat center top / cover;
}

#changes-lp #point3 .point_body {
  background: #f0faff;
  padding: 8.5em 7.45em 10.7em;
}

#changes-lp #point3 .point_body .point_body_content._5 .common_tit::before {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_paint_blue.svg) no-repeat center center / contain;
  width: 100px;
  height: 66.8px;
}

#changes-lp #point3 .point_body .point_body_content._6 .common_tit::before {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_student_blue.svg) no-repeat center center / contain;
  width: 65.5px;
  height: 81.2px;
}

#changes-lp #point3 .point_body .point_body_content._7 .common_tit::before {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_hat_blue.svg) no-repeat center center / contain;
  width: 83.5px;
  height: 66.2px;
}

#changes-lp #point3 .point_body .point_body_content._6 {
  margin-top: 7.75em;
}

#changes-lp #point3 .point_body .point_body_content._7 {
  margin-top: 10.3em;
}

#changes-lp #point3 .point_head_pickup+.point_head_pickup {
  margin-top: 9.75em;
}

#changes-lp #point3 .common_tit {
  color: #2a64aa;
}

#changes-lp .point_table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1.7em;
}

#changes-lp .point_table.pc {
  display: table;
}

#changes-lp .point_table th {
  font-size: 2.03em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  background-color: #285531;
  border-right: 2px solid #fff;
  padding: 0.52em 0.1em;
}

#changes-lp .point_table th:first-child {
  border-left: 2px solid #285531;
}

#changes-lp .point_table th:last-child {
  border-right: 2px solid #285531;
}

#changes-lp .point_table td {
  color: #285531;
  background-color: #fff;
  border-left: 2px solid #285532;
  border-bottom: 2px solid #285532;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  padding: .63em 0.1em;
  letter-spacing: .08em;
  text-shadow: 0px 0px 1px rgba(40, 85, 49, 1);
  background-clip: padding-box;
}

#changes-lp .point_table td:last-child {
  border-right: 2px solid #285532;
}

#changes-lp .point_table td.point_table_font_1 {
  font-size: 2.36em;
  line-height: 1.5;
}

#changes-lp .point_btn {
  background-color: #285531;
  color: #fff;
  font-size: 2.06em;
  letter-spacing: 0.16em;
  text-align: center;
  display: block;
  border-radius: 9999px;
  text-decoration: none;
  width: 34.1%;
  box-sizing: border-box;
  margin: 1.85em auto 0;
  padding: 0.5em;
  position: relative;
  text-shadow: 0px 0px 1px #fff;
  transition: all .5s;
}

#changes-lp .point_chuki-ul+.point_btn {
  margin-top: .9em;
}

#changes-lp .point_btn:hover {
  opacity: .7;
}

#changes-lp .point_btn_txt {
  position: relative;
  padding: 0 1.75em;
}

#changes-lp .point_btn_txt::before {
  content: '';
  display: inline-block;
  width: 24.3px;
  height: 24.3px;
  background: url(/admission/arts/changes-lp/common/images/illust/icn_triangle.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .5s;
}

#changes-lp .point_btn:hover .point_btn_txt::before {
  transform: translateX(10px);
}

#changes-lp #point3 .point_table th {
  background-color: #2a64aa;
}

#changes-lp #point3 .point_body_content._5 .point_table td {
  padding: 1.07em 0.1em;
}

#changes-lp #point3 .point_body_content._6 .point_table td {
  padding: 1.12em 0.1em;
}

#changes-lp #point3 .point_body_content._7 .point_table tr:nth-child(3) td {
  padding: 1.35em 0.1em;
}

#changes-lp #point3 .point_table th:first-child {
  border-left: 2px solid #2a64aa;
}

#changes-lp #point3 .point_body_content._2 .point_table th:first-child {
  width: 27.2%;
}

#changes-lp #point3 .point_table th:last-child {
  border-right: 2px solid #2a64aa;
}

#changes-lp #point3 .point_table td {
  color: #2a64aa;
  border-left: 2px solid #2a64aa;
  border-bottom: 2px solid #2a64aa;
  text-shadow: 0px 0px 1px #2a64aa;
}

#changes-lp #point3 .point_body_content._2 .point_table td:nth-child(1) {
  background: #f0c8d2;
}

#changes-lp #point3 .point_table td:last-child {
  border-right: 2px solid #2a64aa;
}

#changes-lp #point3 .point_body_content._3 .point_table tr:nth-child(2) td {
  padding: 2.1em 0.1em;
}

#changes-lp #point3 .point_body_content._4 .point_table tr:nth-child(2) td {
  padding: 1.36em 0.1em;
}

#changes-lp #point3 .point_body_content._4 .point_table tr:nth-child(3) td {
  padding: 1.33em 0.1em;
}

#changes-lp #point3 .point_chuki-ul>li {
  color: #2a64aa;
  text-shadow: 0px 0px 1px #2a64aa;
}

#changes-lp #point3 .point_btn {
  background-color: #2a64aa;
}

#changes-lp #point3 .point_btn_txt::before {
  background: url(/admission/arts/changes-lp/common/images/illust/icn_triangle_blue.svg) no-repeat center / contain;
}


@media screen and (min-width: 768px) and (max-width: 1350px) {
  #changes-lp #point3 .point_body {
    padding: 8.5em 2em 10.7em;
  }
}


/* media screen
---------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #changes-lp {
    width: 1200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #changes-lp {
    font-size: 12px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1300px) {
  #changes-lp {
    font-size: 12.18px;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1325px) {
  #changes-lp {
    font-size: 12.36px;
  }
}

@media screen and (min-width: 1326px) and (max-width: 1350px) {
  #changes-lp {
    font-size: 12.54px;
  }
}

@media screen and (min-width: 1351px) and (max-width: 1375px) {
  #changes-lp {
    font-size: 12.72px;
  }
}

@media screen and (min-width: 601px) and (max-width: 1400px) {
  #changes-lp {
    font-size: 12.9px;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1425px) {
  #changes-lp {
    font-size: 13.08px;
  }
}

@media screen and (min-width: 1426px) and (max-width: 1450px) {
  #changes-lp {
    font-size: 13.26px;
  }
}

@media screen and (min-width: 1451px) and (max-width: 1475px) {
  #changes-lp {
    font-size: 13.44px;
  }
}

@media screen and (min-width: 1476px) and (max-width: 1500px) {
  #changes-lp {
    font-size: 13.62px;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1525px) {
  #changes-lp {
    font-size: 13.8px;
  }
}

@media screen and (min-width: 1526px) and (max-width: 1550px) {
  #changes-lp {
    font-size: 13.98px;
  }
}

@media screen and (min-width: 1551px) and (max-width: 1575px) {
  #changes-lp {
    font-size: 14.16px;
  }
}

@media screen and (min-width: 1576px) and (max-width: 1600px) {
  #changes-lp {
    font-size: 14.34px;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1625px) {
  #changes-lp {
    font-size: 14.52px;
  }
}

@media screen and (min-width: 1626px) and (max-width: 1650px) {
  #changes-lp {
    font-size: 14.7px;
  }
}

@media screen and (min-width: 1651px) and (max-width: 1675px) {
  #changes-lp {
    font-size: 14.88px;
  }
}

@media screen and (min-width: 1676px) and (max-width: 1700px) {
  #changes-lp {
    font-size: 15px;
  }
}