@charset "UTF-8";
/* - font import -  */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* - reset -  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: 500;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

/* - common -  */
body {
  overflow-x: hidden;
  background-color: #FFFFFF;
  color: #585F64;
  font-weight: 500;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  letter-spacing: 0.12em;
}

.inner {
  width: 100%;
  max-width: 1206px;
  margin: auto;
}

.fade {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.fade.fadein {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

picture {
  background-color: transparent;
}

.pc_none {
  display: none;
}

.sp_none {
  display: inline-block;
}

/* - header -  */
header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #fff;
}

header h1 {
  width: 160px;
  height: 65px;
  margin: auto;
  padding: 5px 0 0;
  line-height: 0;
}

header h1 a {
  display: inline-block;
}

header h1 img {
  width: 100%;
}

header figure img {
  width: 100%;
  height: auto;
}

.nav_btn {
  display: none;
}

nav {
  z-index: 11;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 190px);
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 64px;
  margin: 0 0 0 auto;
}

nav li {
  margin-right: 30px;
}

nav a {
  color: #585F64;
  font-weight: bold;
  font-size: 14px;
}

/*トップへ戻るボタン*/
.totop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: 5;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}

.totop a {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8721), to(#ffaf60));
  background: linear-gradient(180deg, #ff8721 0%, #ffaf60 100%);
}

.totop span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.07' height='14.073'%3E%3Cpath fill='%23fff' d='m1.413 7 3.585 3.585V0h2v10.656L10.654 7l1.416 1.415-5.659 5.656-.376-.378-.379.379L0 8.415Z'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-size: 12px 14px;
  background-repeat: no-repeat;
}

.totop:hover {
  opacity: 0.7;
}

/* - footer -  */
footer {
  position: relative;
  text-align: center;
}

footer .foot_bnr_area {
  padding: 50px 20px 50px;
  background-color: #E6E6E6;
}

footer .foot_bnr_area ul {
  max-width: 1100px;
  margin: auto;
}

footer .foot_bnr_area ul li {
  width: 100%;
  margin-bottom: 20px;
}

footer .foot_bnr_area ul a {
  height: 100%;
  color: #fff;
}

footer .foot_bnr_area ul img {
  width: 100%;
  height: auto;
}

footer .foot_copyright_area {
  padding: 20px 20px 20px;
  background-color: #fff;
}

footer .foot_copyright_area .copyright {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
}

/* - main -  */
main .mv_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

main .mv_area span {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

main .mv_area span::before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F39939;
  content: "";
}

main .mv_area .img_01 {
  left: 0;
  background-image: url(../img/faculties/education/lp2026/bg_main_left.jpg);
  background-position: 50% 64px;
  background-size: cover;
}

main .mv_area .img_01::before {
  top: 0;
  -webkit-animation: mv_l 1s cubic-bezier(0.2, 0.8, 0.2, 1) 1.5s 1 normal forwards;
          animation: mv_l 1s cubic-bezier(0.2, 0.8, 0.2, 1) 1.5s 1 normal forwards;
}

main .mv_area .img_02 {
  right: 0;
  background-image: url(../img/faculties/education/lp2026/bg_main_right.jpg);
  background-position: 50% 64px;
  background-size: cover;
}

main .mv_area .img_02::before {
  bottom: 0;
  -webkit-animation: mv_r 1s cubic-bezier(0.2, 0.8, 0.2, 1) 1.5s 1 normal forwards;
          animation: mv_r 1s cubic-bezier(0.2, 0.8, 0.2, 1) 1.5s 1 normal forwards;
}

@-webkit-keyframes mv_l {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes mv_l {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@-webkit-keyframes mv_r {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes mv_r {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

main section {
  z-index: 1;
  position: relative;
  background-color: #fff;
}

main .dot_area {
  width: 8px;
  margin: auto;
  background-color: transparent;
  line-height: 0;
}

main .dot_area span {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}

main .dot_area span + span {
  margin-top: 15px;
}

main .introduction_area {
  background-color: transparent;
}

main .introduction_area .inner img {
  width: 100%;
  height: auto;
}

main .introduction_area .dot_area span {
  background-color: #ED6D81;
}

main .introduction_area .inner_cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

main .introduction_area .inner_cont02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 170px 20px 220px;
}

main .introduction_area .inner_cont02 picture {
  line-height: 1;
}

main .introduction_area .inner_cont02 picture + picture {
  margin-top: 12px;
}

main .introduction_area .head_txt_01 {
  max-width: 162px;
}

main .introduction_area .head_txt_02 {
  max-width: 270px;
}

main .introduction_area .head_txt_03 {
  max-width: 554px;
}

main .introduction_area .head_txt_04 {
  max-width: 513px;
}

main .introduction_area .head_txt_05 {
  max-width: 538px;
}

main .sect01_area {
  position: relative;
  margin: 85px auto 0;
  padding: 70px 20px 200px;
  background-color: #fff;
}

main .sect01_area::before {
  display: block;
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  width: 1206px;
  height: 85px;
  margin: 0 auto;
  background-image: url(../img/faculties/education/lp2026/hx_lp.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

main .sect01_area h2 {
  margin-bottom: 46px;
  color: #F39939;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

main .sect01_area h2 + p {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

main .sect01_area .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 25px;
}

main .sect01_area .column::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #C9C9C9;
  content: "";
}

main .sect01_area .column > div {
  width: 49%;
  max-width: 563px;
}

main .sect01_area .column > div > picture {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
}

main .sect01_area .column > div > picture img {
  width: 100%;
  height: auto;
}

main .sect01_area .column h3 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

main .sect01_area .column h3 span {
  display: inline-block;
  margin-right: 8px;
  padding: 11px 22px 5px 24px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
}

main .sect01_area .column h4 {
  margin-bottom: 14px;
  padding: 0 0 0 30px;
  background-position: 0% 30%;
  background-size: 22px 21px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

main .sect01_area .column table {
  width: 100%;
  margin-bottom: 30px;
}

main .sect01_area .column table th,
main .sect01_area .column table td {
  padding: 12px 12px 10px;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

main .sect01_area .column table tr th:last-child,
main .sect01_area .column table tr td:last-child {
  border-right: none;
  text-align: center;
}

main .sect01_area .column table thead {
  border-top: 1px solid #C9C9C9;
}

main .sect01_area .column table thead th {
  font-weight: bold;
}

main .sect01_area .column p {
  line-height: 2;
  letter-spacing: 0.08em;
}

main .sect01_area .column .column_art h3 span {
  border-color: #8ABA2C;
  color: #8ABA2C;
}

main .sect01_area .column .column_art h4 {
  background-image: url(../img/faculties/education/lp2026/ico_hx_green.png);
  color: #8ABA2C;
}

main .sect01_area .column .column_art table thead {
  background-color: #F3F7E8;
}

main .sect01_area .column .column_art table thead th {
  color: #8ABA2C;
}

main .sect01_area .column .column_art table tbody th {
  color: #8ABA2C;
}

main .sect01_area .column .column_sport h3 span {
  border-color: #50ACD3;
  color: #50ACD3;
}

main .sect01_area .column .column_sport h4 {
  background-image: url(../img/faculties/education/lp2026/ico_hx_blue.png);
  color: #50ACD3;
}

main .sect01_area .column .column_sport table thead {
  background-color: #EDF7FA;
}

main .sect01_area .column .column_sport table thead th {
  color: #50ACD3;
}

main .sect01_area .column .column_sport table tbody th {
  color: #50ACD3;
}

main .sect01_area .balloon_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 0;
  padding: 24px 0;
  border: 1px solid #F39939;
  border-radius: 12px;
}

main .sect01_area .balloon_area h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  min-height: 82px;
  background-image: url(../img/faculties/education/lp2026/line_balloon.png);
  background-position: 100% 50%;
  background-size: 12px 82px;
  background-repeat: no-repeat;
  color: #F39939;
  font-weight: bold;
  font-size: 24px;
}

main .sect01_area .balloon_area p {
  width: calc(100% - 350px);
  padding: 0 40px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
}

main .sect02_area {
  position: relative;
  margin: 0 auto;
  padding: 70px 20px 86px;
  background-color: #FDEFF2;
}

main .sect02_area::before {
  display: block;
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  width: 1206px;
  height: 85px;
  margin: 0 auto;
  background-image: url(../img/faculties/education/lp2026/hx_wtif.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

main .sect02_area h2 {
  margin-bottom: 10px;
  color: #ED6D81;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

main .sect02_area .dot_area {
  margin: 0 auto -38px;
}

main .sect02_area .dot_area span {
  background-color: #ED6D81;
}

main .sect02_area picture,
main .sect02_area figure {
  display: block;
  line-height: 1;
}

main .sect02_area picture img,
main .sect02_area figure img {
  width: 100%;
  height: auto;
}

main .sect02_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 50px;
}

main .sect02_area ul li {
  width: 49%;
  max-width: 588px;
}

main .sect02_area ul li > div {
  width: calc(100% - 10px);
  margin: -7px auto 0;
  padding: 40px 42px;
  border-radius: 20px;
  background-color: #fff;
}

main .sect02_area ul li h3 {
  margin-bottom: 10px;
  color: #ED6D81;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

main .sect02_area ul li p {
  line-height: 2;
  letter-spacing: 0.08em;
}

main .sect03_area {
  position: relative;
  margin: 60vh auto 0;
}

main .sect03_area::before {
  display: block;
  position: absolute;
  top: -105px;
  right: 0;
  left: 0;
  width: 208.26px;
  height: 206.74px;
  margin: 0 auto;
  background-image: url(../img/faculties/education/lp2026/hx_more.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

main .sect03_area .intro_area {
  padding: 117px 20px 60px;
  background-image: url(../img/faculties/education/lp2026/sect03_bg_01.png);
  background-position: 50% 78px;
  background-size: 1486px auto;
  background-repeat: no-repeat;
  text-align: center;
}

main .sect03_area .intro_area h2 {
  margin-bottom: 64px;
  color: #D2AE94;
  font-weight: bold;
  font-size: 36px;
}

main .sect03_area .intro_area .sub_ttl {
  margin-bottom: 35px;
  color: #D2AE94;
}

main .sect03_area .intro_area .sub_ttl span {
  display: block;
  font-weight: bold;
  font-size: 22px;
}

main .sect03_area .intro_area .sub_ttl strong {
  display: inline-block;
  padding: 16px 14px 12px 17px;
  border: 2px solid #D2AE94;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}

main .sect03_area .intro_area p {
  line-height: 2;
}

main .sect03_area .slider_area {
  margin: 0 auto;
}

main .sect03_area .slider_area .splide__slide img {
  width: 100%;
  height: auto;
}

main .sect03_area .slider_area .splide__arrows {
  pointer-events: none;
}

main .sect03_area .slider_area .splide__arrow {
  width: 52px;
  height: 52px;
  border: none;
  opacity: 1;
  pointer-events: auto;
}

main .sect03_area .slider_area .splide__arrow img {
  width: 100%;
  height: 100%;
}

main .sect03_area .slider_area .splide__arrow--prev {
  left: 38px;
}

main .sect03_area .slider_area .splide__arrow--next {
  right: 38px;
}

main .sect03_area .table_area {
  width: 100%;
  padding: 60px 20px 80px;
  background-image: url(../img/faculties/education/lp2026/sect03_bg_01.png);
  background-position: center calc(100% - 70px);
  background-size: 1486px auto;
  background-repeat: no-repeat;
}

main .sect03_area .table_area table {
  width: 100%;
  max-width: 744px;
  margin: 0 auto;
}

main .sect03_area .table_area thead {
  border-top: 1px solid #C9C9C9;
  background-color: rgba(210, 174, 148, 0.3);
  text-align: left;
}

main .sect03_area .table_area thead th {
  color: #D2AE94;
  font-weight: bold;
}

main .sect03_area .table_area th,
main .sect03_area .table_area td {
  padding: 20px 22px;
  border-right: 1px solid #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
  font-size: 14px;
}

main .sect03_area .table_area th {
  color: #D2AE94;
}

main .sect03_area .table_area tr th:first-child {
  width: 80px;
  text-align: center;
}

main .sect03_area .table_area tr th:last-child,
main .sect03_area .table_area tr td:last-child {
  border-right: none;
}

main .sect03_area .table_area tr.bg_color {
  background-color: #FBFAF8;
}

main .sect03_area .table_area a {
  color: #585F64;
  font-size: 14px;
  text-decoration: underline;
}

main .sect04_area {
  padding: 82px 20px 100px;
  background-color: #FDEFF2;
}

main .sect04_area h2 {
  color: #ED6D81;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

main .sect04_area .box_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
}

main .sect04_area .box_area dl {
  width: 49%;
  max-width: 583px;
  margin-top: 40px;
}

main .sect04_area .box_area dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px 18px;
  border-radius: 12px 12px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

main .sect04_area .box_area dt img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 16px;
}

main .sect04_area .box_area dd {
  padding: 30px 40px;
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  color: #000000;
  line-height: 2;
  letter-spacing: 0;
}

main .sect04_area .cw_area dt {
  background-color: #ED6D81;
}

main .sect04_area .est_area dt {
  background-color: #D2AE94;
}

main .sect04_area .list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .sect04_area .list_area ul:nth-child(1) {
  width: 306px;
}

main .sect04_area .list_area ul:nth-child(2) {
  width: 198px;
}

main .sect04_area .list_area ul:nth-child(3) {
  width: 198px;
}

main .sect04_area .list_area ul:nth-child(4) {
  width: 198px;
}

main .sect04_area .list_area li {
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 18px;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
}

main .sect04_area .list_area li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #D2AE94;
  content: "";
}

main .sect05_area {
  padding: 56px 20px;
  background-color: #F39939;
}

main .sect05_area .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 925px;
}

main .sect05_area .txt_area {
  width: 54%;
  max-width: 470px;
  color: #fff;
}

main .sect05_area .txt_area h2 {
  margin-bottom: 30px;
  line-height: 1.6;
}

main .sect05_area .txt_area h2 span {
  display: block;
  font-weight: bold;
}

main .sect05_area .txt_area h2 span:nth-child(1) {
  font-size: 26px;
}

main .sect05_area .txt_area h2 span:nth-child(2) {
  font-size: 38px;
}

main .sect05_area .txt_area p {
  font-weight: 500;
  line-height: 2;
}

main .sect05_area .txt_area .link_btn {
  margin-top: 40px;
}

main .sect05_area .txt_area .link_btn a {
  display: inline-block;
  position: relative;
  padding: 16px 60px 12px 25px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

main .sect05_area .txt_area .link_btn a:hover {
  opacity: 0.8;
}

main .sect05_area .txt_area .link_btn a span {
  color: #F39939;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

main .sect05_area .txt_area .link_btn a::before, main .sect05_area .txt_area .link_btn a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

main .sect05_area .txt_area .link_btn a::before {
  right: 25px;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-color: #F39939;
}

main .sect05_area .txt_area .link_btn a::after {
  right: 35px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffffff;
  border-style: solid;
}

main .sect05_area .img_area {
  width: 45%;
  max-width: 414px;
}

main .sect05_area .img_area img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
  .nav_btn {
    display: block;
    z-index: 15;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  .nav_btn span {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background-color: #585F64;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav_btn span:nth-child(1) {
    top: 33px;
  }
  .nav_btn span:nth-child(2) {
    top: 39px;
  }
  .nav_btn span:nth-child(3) {
    top: 45px;
  }
  .nav_btn.on span {
    background-color: #fff;
  }
  .nav_btn.on span:nth-child(1) {
    top: 39px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav_btn.on span:nth-child(2) {
    right: -30px;
    opacity: 0;
  }
  .nav_btn.on span:nth-child(3) {
    top: 39px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  nav::after {
    z-index: 12;
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.59);
    content: "";
    pointer-events: none;
  }
  nav ul {
    display: block;
    z-index: 13;
    position: fixed;
    top: 0;
    right: -400px;
    width: 85%;
    max-width: 370px;
    height: 100%;
    padding: 130px 40px 50px;
    background-color: #50ACD3;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  nav li {
    margin-top: 30px;
    margin-right: 0;
  }
  nav a {
    color: #fff;
  }
  nav.on {
    pointer-events: all;
  }
  nav.on::after {
    width: 100%;
  }
  nav.on ul {
    right: 0;
  }
}

@media screen and (max-width: 1080px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  .pc_none {
    display: inline-block;
  }
  .sp_none {
    display: none;
  }
  header {
    height: 60px;
  }
  header h1 {
    width: 140px;
    padding: 6px 0 0;
  }
  .nav_btn {
    width: 60px;
    height: 60px;
  }
  .nav_btn span:nth-child(1) {
    top: 23px;
  }
  .nav_btn span:nth-child(2) {
    top: 29px;
  }
  .nav_btn span:nth-child(3) {
    top: 35px;
  }
  .nav_btn.on span:nth-child(1) {
    top: 29px;
  }
  .nav_btn.on span:nth-child(2) {
    right: -10px;
    opacity: 0;
  }
  .nav_btn.on span:nth-child(3) {
    top: 29px;
  }
  .totop {
    right: 10px;
    bottom: 10px;
  }
  .totop a {
    width: 56px;
    height: 56px;
  }
  footer .foot_bnr_area ul li {
    margin-bottom: 14px;
  }
  footer .foot_copyright_area .foot_logo {
    max-width: 160px;
  }
  main .mv_area span {
    width: 100%;
    height: calc(50svh - 30px);
  }
  main .mv_area .img_01 {
    top: 60px;
    background-image: url(../img/faculties/education/lp2026/bg_main_top_sp.jpg);
    background-position: 50% 0%;
  }
  main .mv_area .img_02 {
    top: auto;
    bottom: 0;
    background-image: url(../img/faculties/education/lp2026/bg_main_bottom_sp.jpg);
    background-position: 50% 0%;
  }
  main .introduction_area .inner_cont02 picture + picture {
    margin-top: 10px;
  }
  main .introduction_area .head_txt_01 {
    max-width: 340px;
    margin-top: 60px;
  }
  main .introduction_area .head_txt_02 {
    max-width: 202px;
  }
  main .introduction_area .head_txt_03 {
    max-width: 256px;
  }
  main .introduction_area .head_txt_04 {
    max-width: 288px;
  }
  main .introduction_area .head_txt_05 {
    max-width: 302px;
  }
  main .sect01_area {
    padding: 70px 20px 120px;
  }
  main .sect01_area::before {
    top: -8.25vw;
    width: 100%;
    height: 8.3vw;
    background-image: url(../img/faculties/education/lp2026/hx_lp.png);
    background-position: 50% 0;
    background-size: 116% auto;
  }
  main .sect01_area h2 {
    margin-bottom: 36px;
    font-size: 22px;
  }
  main .sect01_area h2 + p {
    margin-bottom: 42px;
    font-size: 14px;
  }
  main .sect01_area .column {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 25px;
  }
  main .sect01_area .column::before {
    display: none;
  }
  main .sect01_area .column > div {
    width: 100%;
    max-width: none;
  }
  main .sect01_area .column > div + div {
    margin-top: 40px;
  }
  main .sect01_area .column h3 {
    margin-bottom: 32px;
    font-size: 22px;
  }
  main .sect01_area .column h3 span {
    padding: 6px 8px 4px 10px;
  }
  main .sect01_area .column h4 {
    padding: 2px 0 0 30px;
    background-position: 0% 0%;
    font-size: 20px;
  }
  main .sect01_area .column table {
    margin-bottom: 24px;
  }
  main .sect01_area .balloon_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 45px auto 0;
    padding: 24px 30px;
  }
  main .sect01_area .balloon_area h5 {
    width: 100%;
    min-height: auto;
    margin-bottom: 16px;
    padding-bottom: 28px;
    background-image: url(../img/faculties/education/lp2026/line_balloon_sp.png);
    background-position: 50% 100%;
    background-size: 282.5px 14.5px;
    font-size: 22px;
  }
  main .sect01_area .balloon_area p {
    width: 100%;
    padding: 0;
  }
  main .sect02_area::before {
    top: -8.25vw;
    width: 100%;
    height: 8.3vw;
    background-image: url(../img/faculties/education/lp2026/hx_wtif.png);
    background-position: 50% 0;
    background-size: 116% auto;
  }
  main .sect02_area h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  main .sect02_area ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px auto 34px;
  }
  main .sect02_area ul li {
    width: 100%;
    max-width: none;
  }
  main .sect02_area ul li > div {
    padding: 28px 20px 20px;
  }
  main .sect02_area ul li h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  main .sect02_area ul li + li {
    margin-top: 40px;
  }
  main .sect03_area .intro_area {
    padding: 117px 20px 40px;
    background-image: url(../img/faculties/education/lp2026/sect03_bg_01.png);
    background-position: 50% 78px;
    background-size: 1486px auto;
    background-repeat: no-repeat;
    text-align: center;
  }
  main .sect03_area .intro_area h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  main .sect03_area .intro_area .sub_ttl {
    margin-bottom: 35px;
  }
  main .sect03_area .intro_area .sub_ttl span {
    font-size: 16px;
  }
  main .sect03_area .intro_area .sub_ttl strong {
    padding: 10px 8px 8px 10px;
    font-size: 20px;
  }
  main .sect03_area .slider_area .splide__arrow {
    width: 36px;
    height: 36px;
  }
  main .sect03_area .slider_area .splide__arrow--prev {
    left: 2.5%;
  }
  main .sect03_area .slider_area .splide__arrow--next {
    right: 2.5%;
  }
  main .sect03_area .table_area {
    padding: 40px 20px 48px;
  }
  main .sect03_area .table_area th,
  main .sect03_area .table_area td {
    padding: 12px 12px;
  }
  main .sect03_area .table_area tr th:first-child {
    width: 60px;
  }
  main .sect03_area .table_area tr th:last-child,
  main .sect03_area .table_area tr td:last-child {
    width: 85px;
  }
  main .sect04_area {
    padding: 48px 20px 48px;
  }
  main .sect04_area h2 {
    font-size: 22px;
  }
  main .sect04_area .box_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 36px;
  }
  main .sect04_area .box_area dl {
    width: 100%;
    max-width: none;
    margin-top: 24px;
  }
  main .sect04_area .box_area dt {
    padding: 20px 10px 18px;
    font-size: 16px;
  }
  main .sect04_area .box_area dt img {
    position: relative;
    top: -1px;
    width: 14px;
    height: 14px;
    margin: 0 4px;
  }
  main .sect04_area .box_area dd {
    padding: 20px 20px;
  }
  main .sect04_area .list_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .sect04_area .list_area ul:nth-child(1) {
    width: 100%;
  }
  main .sect04_area .list_area ul:nth-child(2) {
    width: 100%;
  }
  main .sect04_area .list_area ul:nth-child(3) {
    width: 100%;
  }
  main .sect04_area .list_area ul:nth-child(4) {
    width: 100%;
  }
  main .sect04_area .list_area li {
    font-size: 14px;
  }
  main .sect04_area .list_area li::before {
    top: 5px;
  }
  main .sect05_area {
    padding: 48px 20px 48px;
  }
  main .sect05_area .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .sect05_area .txt_area {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  main .sect05_area .txt_area h2 {
    margin-bottom: 10px;
    line-height: 1.8;
  }
  main .sect05_area .txt_area h2 span:nth-child(1) {
    font-size: 18px;
  }
  main .sect05_area .txt_area h2 span:nth-child(2) {
    font-size: 36px;
  }
  main .sect05_area .txt_area p {
    font-weight: bold;
  }
  main .sect05_area .txt_area .link_btn {
    margin-top: 30px;
  }
  main .sect05_area .txt_area .link_btn a {
    padding-right: 60px;
  }
  main .sect05_area .txt_area .link_btn a span {
    font-size: 16px;
  }
  main .sect05_area .txt_area .link_btn a::before {
    right: 25px;
    width: 22px;
    height: 22px;
  }
  main .sect05_area .txt_area .link_btn a::after {
    right: 33px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #ffffff;
  }
  main .sect05_area .img_area {
    width: 100%;
  }
}

/*# sourceMappingURL=maps/faculties-education-lp.css.map */
