/* mvArea */
.region-mvArea{
    background-image: url(../img/fv-sp.webp);
    height: 131vw;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    position: relative;
}
@media screen and (min-width: 768px), print {
  .region-mvArea{
    height: 47vw;
    background-image: url(../img/fv.webp);
  }
}
.region-mvArea-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .region-mvArea-content {
    transform: translate(-50%, calc(-50% + 2vw));
  }
}
.region-mvArea-txt{
  position: relative;
  border-radius: 12px;
  background: #fff;
  padding: 2vw 3vw 1.8vw;
}
.region-mvArea-heading-ttl {
  font-size: 11.5vw;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1;
  display: block;
  letter-spacing: .2rem;
  color: #4D546A;
}
@media screen and (min-width: 768px), print {
  .region-mvArea-heading-ttl {
    font-size: 6.3vw;
    letter-spacing: .5rem;
  }
}
.region-mvArea-heading-txt {
  font-size: 2.7vw;
  font-weight: 500;
  display: block;
  color: #4D546A;
  width: max-content;
  margin: auto;
  margin-top: 3vw;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .region-mvArea-heading-txt {
      font-size: 1.3vw;
      margin-top: 1.3vw;
  }
}
.region-mvArea-heading-txt::before {
    content: "";
    position: absolute;
    width: 6vw;
    height: 1.5px;
    background: #CBCBCB;
    left: -9vw;
    top: 50%;
    transform: translate(0, -50%);
}
.region-mvArea-heading-txt::after {
    content: "";
    position: absolute;
    width: 6vw;
    height: 1.5px;
    background: #CBCBCB;
    right: -9vw;
    top: 50%;
    transform: translate(0, -50%);
}
@media screen and (min-width: 768px), print {
    .region-mvArea-heading-txt::before {
        width: 3vw;
        height: 2px;
        left: -4vw;
    }
    .region-mvArea-heading-txt::after {
        width: 3vw;
        height: 1px;
        right: -4vw;
    }
}
.region-mvArea-txt ul{
  display: flex;
  justify-content: space-between;
  margin-top: 1.3vw;
}
@media screen and (min-width: 768px), print {
  .region-mvArea-txt ul{
    margin-top: 1.1vw;
  }
}
.region-mvArea-txt ul li{
  text-align: center;
  background: #D7E8F4;
  border-radius: .7vw;
  width: calc((100% - 5.5vw)/4);
  font-size: 2.8vw;
  color: #4D546A;
  padding: .5vw 0;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .region-mvArea-txt ul li{
    width: calc((100% - 3vw)/4);
    font-size: 1.4vw;
    padding: .2vw 0;
  }
}
.region-mvArea-txt .asi{
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .region-mvArea-txt .asi{
    position: absolute;
    top: -7vw;
    left: -7vw;
    width: 110%;
  }
}
.region-mvArea .common-breadcrumb {
  margin-top: 0;
  bottom: 4vw;
  left: 3.5vw;
  position: absolute;
  display: none;
}
@media screen and (min-width: 768px), print {
  .region-mvArea .common-breadcrumb {
    bottom: 3vw;
    left: 12.5vw;
    display: block;
  }
}

/* regionArea */
.regionArea {
  padding-top: 13vw;
}
@media screen and (min-width: 768px), print {
  .regionArea {
    padding-top: 6vw;
  }
}
.regionArea .leadArea{
  text-align: center;
}
.regionArea .leadArea .common-h2_lower{
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .regionArea .leadArea .common-h2_lower{
    line-height: 1.4;
  }
}
.regionArea .leadArea .common-lead_lower{
  color: #4C556A;
  margin-top: 9vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .regionArea .leadArea .common-lead_lower{
    margin-top: 5vw;
    line-height: 1.8;
  }
}

.regionArea .anchorArea {
  padding-top: 13vw;
  padding-bottom: 11vw;
}
@media screen and (min-width: 768px), print {
  .regionArea .leadArea .common-lead_lower{
    margin-top: 3vw;
  }
  .regionArea .anchorArea {
    padding-top: 6.3vw;
    padding-bottom: 6.8vw;
  }
}
.regionArea .anchorArea-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 1vw;
}
@media screen and (min-width: 768px), print {
  .regionArea .anchorArea-list li {
    /* margin-top: 2.6vw; */
  }
}
.regionArea .anchorArea-list li a {
  width: 30vw;
  height: 100%;
  font-size: 3.5vw;
  letter-spacing: 0.1rem;
  background-color: #7DADD3;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.3;
  padding: 2vw 0 4vw;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .regionArea .anchorArea-list li a {
    justify-content: left;
    text-align: left;
    letter-spacing: 0rem;
    line-height: 1.5;
    font-size: 1.25vw;
    /* width: 23.6vw; */
    padding: 1.0vw 0 1.15vw 2vw;
    width: 100%;
  }
  .regionArea .anchorArea-list li:nth-child(1) a{
    padding: 1.0vw 0 1.15vw 1vw;
  }
  .regionArea .anchorArea-list li:nth-child(1),
  .regionArea .anchorArea-list li:nth-child(2) {
    width: calc((100% - 4vw)*.35);
  }
  .regionArea .anchorArea-list li:nth-child(3) {
    width: calc((100% - 4vw)*.3);
  }
}
.regionArea .anchorArea-list li a:before {
  content: "";
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  border-bottom: #fff solid 0.3vw;
  border-right: #fff solid 0.3vw;
  display: inline-block;
  position: absolute;
  transition: all .4s;
  bottom: 10%;
  transform: translateX(50%) rotate(45deg);
  -webkit-transform: translateX(50%) rotate(45deg);
  -ms-transform: translateX(50%) rotate(45deg);
  right: 50%;
}
.regionArea .anchorArea-list li a:hover::before {
  bottom: 5%;
}
@media screen and (min-width: 768px), print {
  .regionArea .anchorArea-list li a:before {
    width: 0.625vw;
    height: 0.625vw;
    border-bottom: solid #fff 0.11vw;
    border-right: solid #fff 0.11vw;
    left: auto;
    right: 2.0625vw;
    bottom: 54%;
    transform: translateY(50%) rotate(45deg);
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
  }
  .regionArea .anchorArea-list li:nth-child(1) a:before,
  .regionArea .anchorArea-list li:nth-child(1) a:before {
    right: 1.2vw;
  }
  .regionArea .anchorArea-list li a:hover::before {
    bottom: 47%;
  }
}

/* storyArea */
.regionArea .storyArea {
  padding-bottom: 14vw;
  padding-top: 11vw;
  background: #C8E5F5;
}
@media screen and (min-width: 768px), print {
  .regionArea .storyArea {
    padding-top: 6vw;
    padding-bottom: 5.5vw;
  }
}
.regionArea .storyArea.w-bg {
  background: #fff;
}
.regionArea .storyArea.w-bg .common-h3_lower{
    color: #7DADD3;
}
.regionArea .storyArea.w-bg .common-h3_lower::before{
    background: #7DADD3;
}
.regionArea .storyArea-box {
  width: 93vw;
  margin: 0 auto;
  overflow-x: hidden;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
    .regionArea .storyArea-box {
        width: 75vw;
    }
}
.regionArea .storyArea-box .storyArea-box-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 11vw;
    row-gap: 5.5vw;
}
.regionArea .storyArea-box .storyArea-box-flex-pht{
  height: 100%;
}
.regionArea .storyArea-box .storyArea-box-flex-item img{
  transition: all .4s;
  height: 100%;
  object-fit: cover;
}
.regionArea .storyArea-box .storyArea-box-flex-item:hover img{
  transform: scale(1.04);
}
.regionArea .storyArea-box .storyArea-box-flex-item .plus-btn{
  content: "";
  position: absolute;
  bottom: 2.6vw;
  right: 2.6vw;
  width: 6.8vw;
  aspect-ratio: 1/1;
  background: #7DADD3;
  border-radius: 50vh;
}
.regionArea .storyArea-box .storyArea-box-flex-item .plus-btn span{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.regionArea .storyArea-box .storyArea-box-flex-item .plus-btn span::before,
.regionArea .storyArea-box .storyArea-box-flex-item .plus-btn span::after{
  content: "";
  position: absolute;
  background: #fff;
  width: 3px;
  height: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.regionArea .storyArea-box .storyArea-box-flex-item .plus-btn span::after{
  transform: translate(-50%,-50%) rotate(90deg);
}
.regionArea .storyArea-box .storyArea-box-flex-item{
  width: 100%;
  height: 78vw;
  border-radius: 1.8vw;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.regionArea .storyArea .storyArea-box .storyArea-box-flex-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, .4));
    padding: 2.6vw;
}
.regionArea .storyArea .storyArea-box .storyArea-box-flex-txt p{
    color: #fff;
    font-size: 5.5vw;
    line-height: 1.2;
}
.regionArea .storyArea .storyArea-box .storyArea-box-flex-txt .name{
    font-size: 3vw;
    margin-top: 2vw;
    line-height: 1.4;
}
.regionArea .storyArea .storyArea-box .storyArea-box-flex-txt .school{
    font-size: 3vw;
    margin-top: 1vw;
    line-height: 1.4;
}
.regionArea .storyArea.w-bg .storyArea-box .storyArea-box-flex-txt {
    background-image: linear-gradient(0deg, rgba(12, 50, 72, 1), rgba(72, 146, 188, .4));
}
.regionArea .storyArea-box .storyArea-box-flex-asi {
    position: absolute;
    top: 2.6vw;
    left: 2.6vw;
    z-index: 10;
    width: 18vw;
    background: #fff;
    border-radius: .8vw;
    padding: .3vw 0;
    text-align: center;
    display: block;
    color: #4D546A;
    font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .regionArea .storyArea-box .storyArea-box-flex{
      padding-top: 5vw;
  }
  .regionArea .storyArea-box .storyArea-box-flex-item .plus-btn{
    bottom: 1vw;
    right: 1vw;
    width: 2vw;
  }
  .regionArea .storyArea-box .storyArea-box-flex-item .plus-btn span::before,
  .regionArea .storyArea-box .storyArea-box-flex-item .plus-btn span::after{
    width: 3px;
    height: 50%;
  }
  .regionArea .storyArea-box .storyArea-box-flex-item{
      width: calc((100% - 1vw)/2);
      height: auto;
      border-radius: .8vw;
  }
  .regionArea .storyArea .storyArea-box .storyArea-box-flex-txt {
      padding: 1vw;
  }
  .regionArea .storyArea .storyArea-box .storyArea-box-flex-txt p{
      font-size: 1.3vw;
  }
  .regionArea .storyArea .storyArea-box .storyArea-box-flex-txt .name{
      font-size: 1vw;
      margin-top: 1vw;
      line-height: 1.4;
  }
  .regionArea .storyArea .storyArea-box .storyArea-box-flex-txt .school{
      font-size: 1vw;
      margin-top: 0vw;
      line-height: 1.4;
  }
  .regionArea .storyArea-box .storyArea-box-flex-asi {
      top: 1vw;
      left: 1vw;
      width: 7vw;
      border-radius: .8vw;
      padding: .3vw 0;
  }
}
/* infoArea */
.regionArea .infoArea{
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  background-color: #D9F2FF;
  background-image: url(../img/infoArea-bg-sp.webp);
  padding-top: 14vw;
  padding-bottom: 50vw;
}
@media screen and (min-width: 768px), print {
  .regionArea .infoArea{
    padding-top: 7vw;
    padding-bottom: 10vw;
    background-image: url(../img/infoArea-bg.webp);
  }
}
.regionArea .infoArea a{
    display: block;
  margin: auto;
  width: max-content;
  margin-top: 8vw;
  font-size: 3.3vw;
  color: #4C556A;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: .1rem;
}
@media screen and (min-width: 768px), print {
  .regionArea .infoArea a{
    font-size: 1.2vw;
    margin-top: 3vw;
  }
}
.regionArea .infoArea-table-wrapper {
  overflow-x: scroll;
  width: 93vw;
  margin: 0 auto;
  margin-top: 8vw;
}
@media screen and (min-width: 768px), print {
  .regionArea .infoArea-table-wrapper {
    width: 75vw;
    margin-top: 3.4vw;
  }
}
.regionArea .infoArea-table {
  width: 192vw;
}
@media screen and (min-width: 768px), print {
  .regionArea .infoArea-table {
    width: 100%;
  }
}
.regionArea .infoArea-table th .num-indent{
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.regionArea .infoArea-table th .txt-indent{
  /* text-indent: -1em;
  padding-left: 1em; */
}
.regionArea .infoArea-table th {
    background-color: #fff;
    border-right: #D9F2FF 0.8vw solid;
    border-bottom: #D9F2FF 0.8vw solid;
    text-align: center;
    padding: 3.3vw 0;
}
.regionArea .infoArea-table th p{
  color: #4C556A;
  font-size: 3.3vw;
  font-weight: 700;
  line-height: 2.2;
  line-height: 1.5;
}
.regionArea .infoArea-table th span{
    font-size: 2.6vw;
}
.regionArea .infoArea-table tr:last-child th{
    border-bottom: none;
}
@media screen and (min-width: 768px), print {
  .regionArea .infoArea-table th {
    padding: 1.5625vw 0;
    border-right: #D9F2FF 0.3125vw solid;
    border-bottom: #D9F2FF 0.3125vw solid;
  }
  .regionArea .infoArea-table th p{
    font-size: 1.2vw;
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
  .regionArea .infoArea-table th span{
      font-size: .7vw;
  }
}
.regionArea .infoArea-table th:nth-child(1){
    width: 30vw;
    font-weight: 600;
}
.regionArea .infoArea-table th:nth-child(2) {
  width: 145vw;
  text-align: left;
  padding: 3.3vw 3.6vw;
}
.regionArea .infoArea-table th:nth-child(2) p{
  font-weight: 500;
}
.regionArea .infoArea-table th:nth-child(2) p:nth-child(n+2){
  margin-top: 3.5vw;
}
@media screen and (min-width: 768px), print {
  .regionArea .infoArea-table th:nth-child(1){
    width: 15vw;
  }
  .regionArea .infoArea-table th:nth-child(2) {
    width: 65vw;
    padding: 1.5625vw 1.875vw;
  }
  .regionArea .infoArea-table th:nth-child(2) p:nth-child(n+2){
    margin-top: 1vw;
  }
  .regionArea .infoArea-table tr:nth-child(1) th:nth-child(2) p:nth-child(n+2),
  .regionArea .infoArea-table tr:nth-child(2) th:nth-child(2) p:nth-child(n+2){
    margin-top: 0;
  }
}
.regionArea .infoArea-table th:nth-last-child(1) {
  border-right: none;
}
.regionArea .infoArea-table td {
  background-color: #EAEAEA;
  font-size: 3.4666666667vw;
  font-weight: 700;
  border-right: #fff 0.8vw solid;
  border-bottom: #fff 0.8vw solid;
  padding: 2.6666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .regionArea .infoArea-table td {
    font-size: 1.3541666667vw;
    padding: 1.5625vw 1.875vw;
    letter-spacing: 0.1rem;
    border-right: #fff 0.3125vw solid;
    border-bottom: #fff 0.3125vw solid;
  }
}
.regionArea .infoArea-table td:nth-last-child(1) {
  border-right: none;
}
.regionArea .infoArea-table td a {
  text-decoration: underline;
  color: #694490;
  font-weight: 500;
}
.regionArea .kome {
  color: #4C556A;
  font-size: 2.7vw;
  margin: auto;
  margin-top: 2.8vw;
  font-weight: 500;
  width: 90vw;
}
@media screen and (min-width: 768px), print {
  .regionArea .kome {
    font-size: .8vw;
    margin-top: 1vw;
    width: 75vw;
  }
}

/* highschoolArea */
.regionArea .highschoolArea {
  padding-bottom: 19.5vw;
  padding-top: 12vw;
  background: #fff;
}
@media screen and (min-width: 768px), print {
  .regionArea .highschoolArea {
    padding-top: 7.8541666667vw;
    padding-bottom: 7.5vw;
  }
}
.regionArea .highschoolArea-box {
  width: 93.3333333333vw;
  margin: 0 auto;
  overflow-x: hidden;
}
.regionArea .highschoolArea-box h3{
  color: #7DADD3;
}
.regionArea .highschoolArea-box h3 span{
  font-size: 4vw;
}
.regionArea .highschoolArea-box h3::before{
    background: #7DADD3;
}
@media screen and (min-width: 768px), print {
  .regionArea .highschoolArea-box {
      width: 75vw;
  }
  .regionArea .highschoolArea-box h3{
      color: #7DADD3;
  }
  .regionArea .highschoolArea-box h3 span{
    font-size: 2.3041666667vw;
  }
}
.regionArea .highschoolArea-box .highschoolArea-box-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 11vw;
    row-gap: 12.5vw;
}
.regionArea .highschoolArea-box .highschoolArea-box-flex-item{
    width: calc((100% - 5.5vw)/2);
    text-align: center;
}
.regionArea .highschoolArea-box .highschoolArea-box-flex-item .ttl{
    background: #D7E8F4;
    color: #4D546A;
    font-weight: 500;
    font-size: 3.5vw;
    padding: .3vw 0;
}
.regionArea .highschoolArea-box .highschoolArea-box-flex-item li{
    margin-top: 4.2vw;
    font-size: 3.5vw;
    color: #4C556A;
    font-weight: 500;
}
@media screen and (min-width: 768px), print {
    .regionArea .highschoolArea-box .highschoolArea-box-flex{
        padding-top: 5vw;
    }
    .regionArea .highschoolArea-box .highschoolArea-box-flex-item{
        width: calc((100% - 6vw)/4);
    }
    .regionArea .highschoolArea-box .highschoolArea-box-flex-item .ttl{
        font-size: 1.5vw;
        padding: .3vw 0;
    }
    .regionArea .highschoolArea-box .highschoolArea-box-flex-item li{
        margin-top: 1.2vw;
        font-size: 1.3vw;
    }
}
.scroll-hint-shadow-wrap::before{
  left: 3.5vw !important;
  width: 9vw !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 8vw, rgba(0, 0, 0, 0)) !important;
}
.scroll-hint-shadow-wrap::after{
  right: 3.5vw !important;
  width: 9vw !important;
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 8vw, rgba(0, 0, 0, 0)) !important;
  
}
.regionArea .scroll-hint-icon {
  top: 100px;
  left: 50%;
  width: 43vw;
  height: 30vw;
  padding: 4vw 5vw 2vw 5vw;
  border-radius: 4vw;
  transform: translateX(-50%);
}
.regionArea .scroll-hint-icon:after {
    width: 9vw !important;
    height: 4vw !important;
    top: 4vw !important;
    background-size: contain !important;
    margin-left: -5vw !important;
}
.regionArea .scroll-hint-icon:before {
    width: 11vw !important;
    height: 13vw !important;
    margin-top: 4vw !important;
}
.regionArea .scroll-hint-text {
    font-size: 4vw !important;
    font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .regionArea .scroll-hint-icon {
    top: calc(50% - 25px);
  }
}

/* modal */
.modal{
  /* height: 100dvh; */
}
.modal___content{
  max-width: none;
  width: 90%;
  /* height: calc(100vh - 220px); */
  height: calc(100vh - 140px);
  scrollbar-width: none;
  position: relative;
  margin: 60px 0 80px;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px), print {
  .modal___content{
    width: 80%;
  }
}
.modal{
  z-index: 1001;
}
.modal  button{
  background: transparent;
  border: transparent;
  cursor: pointer;
}
.modal button.tojiru{
  position: absolute;
  /* bottom: 40px; */
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  height: max(9vw, 50px);
  width: 36vw;
  font-size: 4.8vw;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50vh;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .modal button.tojiru{
    bottom: min(3vw, 15px);
    height: 4vw;
    max-height: 60px;
    width: 13vw;
    font-size: min(1.8vw, 30px);
  }
}
.modal  button.batsu{
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: calc(5%);
}
@media screen and (min-width: 768px), print {
  .modal  button.batsu{
    right: calc(10%);
  }
}
.modal  button.batsu span{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.modal  button.batsu span::before{
  content: "";
  position: absolute;
  background: #fff;
  width: 3px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%) rotate(45deg);
}
.modal  button.batsu span::after{
  content: "";
  position: absolute;
  background: #fff;
  width: 3px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%) rotate(-45deg);
}
.modal .cntnr{
  padding: 8vw 4vw 17vw;
  border-top: 10px solid #7DACD4;
  border-bottom: 10px solid #7DACD4;
}
@media screen and (min-width: 768px), print {
  .modal .cntnr{
    padding: 4vw 5vw 7vw;
  }
}

.modal .cntnr .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.modal .cntnr .flex .pht{
  border-radius: 2.5vw;
  overflow: hidden;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .modal .cntnr .flex .pht{
    border-radius: 1vw;
    width: 45%;
    margin: 0;
  }
}
.modal .cntnr .flex .txt{
  width: 100%;
  margin-top: 6vw;
}
@media screen and (min-width: 768px), print {
  .modal .cntnr .flex .txt{
    width: 50%;
    margin-top: 0;
  }
}
.modal .cntnr .flex .txt h2.modal-ttl{
  font-weight: 600;
  color: #7DADD3;
  font-size: 4.8vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .modal .cntnr .flex .txt h2.modal-ttl{
    font-size: 2.8vw;
  }
}
.modal .cntnr .flex .txt .belong{
  font-weight: 400;
  color: #4C556A;
  font-size: 2.6vw;
  margin-top: 2.7vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px), print {
  .modal .cntnr .flex .txt .belong{
    font-size: 1vw;
    margin-top: 1.5vw;
    line-height: 1.8;
  }
}
.modal .cntnr .flex .txt .school{
  font-weight: 400;
  color: #4C556A;
  font-size: 2.6vw;
  margin-top: 0.6vw;
}
@media screen and (min-width: 768px), print {
  .modal .cntnr .flex .txt .school{
    font-size: .9vw;
    margin-top: 0.6vw;
  }
}
.modal .cntnr .flex .txt .lead{
  font-weight: 400;
  font-size: 3.4vw;
  margin-top: 4vw;
}
@media screen and (min-width: 768px), print {
  .modal .cntnr .flex .txt .lead{
    font-size: 1.4vw;
    margin-top: 1.5vw;
  }
}
.modal .cntnr h3.modal-ttl{
  font-weight: 600;
  color: #7DADD3;
  font-size: 5vw;
  line-height: 1.4;
  margin-top: 13.5vw;
  margin-bottom: 3vw;
  padding-bottom: 2.5vw;
  border-bottom: 1px solid #C9E5F5;
}
@media screen and (min-width: 768px), print {
  .modal .cntnr h3.modal-ttl{
    font-size: 2.4vw;
    margin-top: 4.5vw;
    margin-bottom: 3vw;
    padding-bottom: 1.5vw;
  }
}
.modal .cntnr .modal-txt{
  font-size: 3.4vw;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .modal .cntnr .modal-txt{
    font-size: 1.25vw;
  }
}

.common-h3_lower span{
  text-decoration: none!important;
  text-underline-offset: 0 !important;
}

/*# sourceMappingURL=region.css.map */