@charset "utf-8";

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
.seatwork {
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  margin: 0 5.5vw;
}
.--underline {
  background: linear-gradient(transparent 70%, #fee302 70%);
}
._pc {
  display: none;
}
._sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .seatwork {
    margin: 0 10px;
  }
  ._pc {
    display: block;
  }
  ._sp {
    display: none;
  }
}


/*-------------------------
    mv
-------------------------*/

.mv__inner {
  margin-top: 13px;
}

.mv__ttl {
  text-align: center;
  font-size: 2.4rem;
}
.mv__ttl span {
  color: #1F3B9E;
}

.mv__slider {
  margin-top: 10px;
  overflow: hidden;
}
.slick-slider .slick-slide {
  margin: 0 10px;
}
.slick-slider .slick-list {
  overflow: hidden;
  margin: 0 -10px;
}
.slider-item img {
  display: block;
  width: 100%;
  height: auto;
}
.slick-dots li button:before{
  font-size:10px;
}
.slick-dots li{
  width:10px;
}
.slick-dots{
  bottom: -26px;
}

@media screen and (min-width: 768px) {
  .mv__inner {
    margin-top: 24px;
  }
  .mv__ttl {
    font-size: 36px;
  }
  .mv__slider {
    margin-top: 13px;
  }
  .slick-slider .slick-list {
    margin: 0 -2px;
  }
  .slick-slider .slick-slide {
    margin: 0 2px;
  }
  .slick-dots li button:before{
    font-size:10px;
  }
  .slick-dots li{
    width:10px;
  }
  .slick-dots{
    bottom: -26px;
  }
}

/*-------------------------
    recommend
-------------------------*/

.recommend__inner {
  margin: 33px auto 19px;
}
.recommend__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw;
}
.recommend__list--item {
  background-color: #EEF6FD;
  text-align: center;
  width: 48%;
  padding: 13px 0;
}
.recommend__list--item p {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 1.2em;
}
.recommend__list--item img {
  width: 12vw;
}
.recommend__note {
  font-size: 1rem;
  margin-top: 7px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .recommend__inner {
    max-width: 1000px;
    margin-top: 45px;
    margin-bottom: 25px;;
  }
  .recommend__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
    white-space: nowrap;
  }
  .recommend__list--item {
    width: 23.5%;
    padding: 22px 0;
  }
  .recommend__list--item p {
    font-size: 19.5px;
    margin-top: 12px;
    line-height: 1.2em;
  }
  .recommend__list--item img {
    width: 60px;
  }
  .recommend__note {
    font-size: 10px;
    margin-top: 10px;
  }
}

/*-------------------------
    point
-------------------------*/

.point {
  margin-top: 60px;
}

.point__ttl {
  text-align: center;
  font-size: 2.6rem;
  color: #1F3B9E;
}
.point__inner {
  margin: 38px auto 0;
}

.point__item--wrap {
  display: block;
  position: relative;
}
.point__item:not(:first-child) {
  margin-top: 60px;
}
.point__item--label {
  position: absolute;
  width: 15vw;
  top: -7.3%;
  left: -3.4%;
}
.point__item--ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1F3B9E;
  line-height: 1.4em;
  letter-spacing: 0;
}
.point__item--text {
  margin-top: 16px;
}
.point__item--desc {
  font-size: 1.4rem;
  margin-top: 11px;
}
.point__item--desc--note {
  font-size: 1rem;
  margin-top: 10px;
}
.point__item--img{
  width: 100%;
}
.point__item--img img {
  max-width: 100%;
  height: auto;
}



@media screen and (min-width: 768px) {
  .point {
    margin-top: 66px;
  }
  .point__ttl {
    font-size: 36px;
  }
  .point__inner {
    max-width: 1000px;
    margin-top: 38px;
  }
  .point__item {
    display: flex;
    align-items: center;
  }
  .point__item--wrap {
    display: flex;
  }
  .point__item:not(:first-child) {
    margin-top: 40px;
  }
  .point__item--label {
    position:static;
    width: 13%;
    max-width: 70px;
    margin-right: 20px;
  }
  .point__item--ttl {
    font-size: 28px;
    letter-spacing: 0.04em;
  }
  .point__item--text {
    flex: 1;
    margin-right: 40px;
    margin-top: 0;
  }
  .point__item--desc {
    font-size: 16px;
    margin-top: 19px;
  }
  .point__item--desc--note {
    font-size: 10px;
    margin-top: 22px;
  }
  .point__item--img{
    max-width: 400px;
    width: 40%;
    flex-shrink: 0; 
  }

}

/*-------------------------
    map
-------------------------*/
#map .map__contents {
  padding: 0 0 60px;
  margin-top: 37px;
}
#map .contents-title {
  color: #1f3b9e;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
}
#map .contents-title .--sm {
  font-size: 30px;
  font-weight: 700;
}
#map .mapArea {
  width: min(94%, 800px);
  height: 550px;
  margin: min(15%, 65px) auto 0 auto;
  position: relative;
}
#map .mapArea .mapAll {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#map .mapArea [class^='area'] {
  background: #d0edff;
  width: 118px;
  font-size: 1.28rem;
  border-radius: 10px;
  position: absolute;
}
#map .mapArea [class^='area'] h3 {
  background: #1f377c;
  color: #fff;
  font-size: 1.28rem;
  padding: 3px 5px;
  letter-spacing: -0.5px;
  border-radius: 10px 10px 0 0;
  font-weight: normal;
}
#map .mapArea .area01 {
  top: 123px;
  left: min(84.25%, 674px);
}
#map .mapArea .area02 {
  top: 272px;
  left: min(84.25%, 674px);
}
#map .mapArea .area03 {
  top: 397px;
  left: min(84.25%, 674px);
}
#map .mapArea .area04 {
  width: 63px;
  top: 397px;
  left: min(74.13%, 593px);
}
#map .mapArea .area05 {
  top: 26px;
  left: min(24.25%, 194px);
}
#map .mapArea .area06 {
  top: 26px;
  left: min(7%, 56px);
}
#map .mapArea .area07 {
  width: 63px;
  top: 150px;
  left: min(24.25%, 194px);
}
#map .mapArea .area08 {
  top: 150px;
  left: min(7%, 56px);
}
#map .mapArea .mapList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
}
#map .mapArea .area04 .mapList,
#map .mapArea .area07 .mapList {
  flex-direction: column;
}
#map .mapArea .mapList li {
  width: 49%;
  text-align: center;
}
#map .mapArea .mapList li a {
  text-decoration: none;
  color: #111;
  white-space: nowrap;
}
#map .mapArea .mapList li a.ls-1 {
  letter-spacing: -1px;
}
/* link-text */
#map .link-text {
  text-align: center;
  padding-top: 0;
}
#map .link-text a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #1f3b9e;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #1f3b9e;
  padding: 0 5px 3px;
}
#map .link-text a::after {
  content: '';
  background: url('../img/arrow-blue.svg') no-repeat center center / contain;
  width: 30px;
  aspect-ratio: 1/1;
}

@media (max-width: 750px) {
  #map .contents-title {
    color: #1f3b9e;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
  }
  #map .contents-title .--sm {
    font-size: 14px;
    font-weight: 700;
  }
  #map .mapArea {
    width: min(100%, 800px);
    height: 100%;
    padding-top: 86.67%;
    margin: min(5%, 30px) auto min(15%, 65px) auto;
  }
  #map .mapArea .mapAll {
    width: 72.93%;
  }
  #map .mapArea [class^='area'] {
    width: 19.6%;
    font-size: 2.13vw;
    border-radius: 5px;
    position: absolute;
  }
  #map .mapArea [class^='area'] h3 {
    font-size: 2.13vw;
    border-radius: 5px 5px 0 0;
  }
  #map .mapArea .area01 {
    top: 30%;
    left: 74.93%;
  }
  #map .mapArea .area02 {
    top: 60%;
    left: 74.93%;
  }
  #map .mapArea .area03 {
    top: 86.5%;
    left: 74.93%;
  }
  #map .mapArea .area04 {
    width: 12%;
    top: 86.5%;
    left: 59.93%;
  }
  #map .mapArea .area05 {
    top: 26px;
    left: 28.53%;
  }
  #map .mapArea .area06 {
    top: 26px;
    left: 5%;
  }
  #map .mapArea .area07 {
    width: 12%;
    top: 34%;
    left: 28.53%;
  }
  #map .mapArea .area08 {
    top: 34%;
    left: 5%;
  }
  #map .mapArea .mapList {
    padding: 8px;
  }
  /* link-text */
  #map .link-text {
    text-align: center;
    padding-top: 0;
  }
  #map .link-text a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #1f3b9e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #1f3b9e;
    padding: 0 5px 3px;
  }
  #map .link-text a::after {
    content: '';
    background: url('../img/arrow-blue.svg') no-repeat center center / contain;
    width: 23px;
    aspect-ratio: 1/1;
  }
}

.md-course-services {
  margin-top: 0;
}