@charset "UTF-8";

.contents {
  padding: 0;
  margin: 0;
}

.anchorPosition {
margin-top: 0;
padding-top: 0;
}

.p-mv {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.p-mv__img {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}

.p-mv__p {
  padding: 10px 0px;
  text-align: center;
  color: #ffffff;
  background-color: #ff70a7;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.hizuke{
  padding: 10px 0px;
  text-align: center;
  color: #ffffff;
  background-color: #ff70a7;
  font-size:1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
}
.infoBtn {
  text-align: center;
  max-width: 100%;
  margin: 0 20px;
}
.p-infoBtn {
display: block;
  max-width: 100%;
  margin: 40px auto 0px;
  padding: 16px;
  color: #1d9ed4;
  border: 2px solid #1d9ed4;
  border-radius: 36px;
  background-color: #ffffff;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 3px 4px 0px 0px #dedcdc;
  text-align: center;
  position: relative;
  transition: 0.3s all ease;
}
.p-infoBtn::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    font-weight: 900;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
}
.p-infoBtn:hover {
  transition: 0.3s all ease;
  transform: translateY(2px);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
}

.searchType {
  margin-top: 40px;
}

.searchAll {
  margin-top: 40px;
}

.sectionHeader h2 {
  font-size: 1.3571428571rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
}

.sectionHeaderWrapper {
  border-top: none;
  border-bottom: none;
}

.sectionHeader {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1d9ed4;
  border-top: none;
  border-bottom: none;
}

.fa-search,
.fa-school,
.fa-map-marker-alt {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 300;
  font-size: 1.75rem;
  color: #fff;
  margin-right: 10px;
}

.fa-school,
.fa-map-marker-alt {
  /*margin-bottom: 6px;*/
}

.p-search__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.searchAll form {
  width: calc(100% - 20px);
  margin: 20px auto 0;
}

.searchAll form select {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 18px;
  line-height: 1.72;
  padding: 10px 0px 10px 10px;
  border: 1px solid #808080;
  border-radius: 4px;
  /* background-image: url(/present/images/ico_triangle_01.svg); */
  background-repeat: no-repeat;
  background-position: right 20px center;
  color: #808080;
  appearance: none;
}

.searchAll form input {
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  padding: 14px 10px;
  border-radius: 36px;
  border: 2px solid #F4A511;
  background-color: #f4a511;
  /*box-shadow: 2px 3px 2px #BB5700;*/
  opacity: 1;
  /*position: inherit;
  text-indent: inherit;
  z-index: inherit;*/
}

.searchAll form input:hover {
/*  transition: 0.3s all ease;
  transform: translateY(4px);
  box-shadow: 0px 0px 2px #BB5700;*/
}
.searchButtom {
  position: relative;
  width: 240px;
  margin: 40px auto 0px;
}
.searchButtom::after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 60px;
  background-image: url(/present/images/ico_search_02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.p-search__select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.p-search__select::after {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  right: 10px;
  top: 25px;
  border-top: 10px solid #1d9ed4;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  /* z-index: 10; */
  pointer-events: none;
}

.fa-times {
  width: 20px;
  font-family: "Font Awesome 5 Free";
  content: "";
  font-size: 20px;
  color: #999;
  margin: 8px 0;
  text-align:center;
}

.fa-times::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}



.searchArea {
  margin-top: 40px;
}

.flexItem {
  position: relative;
  width: calc(100% - 20px);
  text-align: center;
  margin: 20px auto 0;
  padding: 20px 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 0px #dedcdc;
}
.flexItemUniversity{
  border: 3px solid #ed7812;
  color: #ed7812;
}
/*.flexItemUniversity::after{
  position: absolute;
  width: 41px;
  height: 40px;
  bottom: -1px;
  right: -1px;
  background-image: url(/present/images/ico_triangle_02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}*/
.flexItemSpecialty{
  border: 3px solid #55ad70;
  color: #55ad70;
}
/*.flexItemSpecialty::after{
  position: absolute;
  width: 41px;
  height: 40px;
  bottom: -1px;
  right: -1px;
  background-image: url(/present/images/ico_triangle_03.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}*/

.fa-graduation-cap,
.fa-book {
  width: 56px;
  height: 56px;
  margin-right: 10px;
  font-size: 2.9375rem;
  color: #ed7812;
}
.fa-book {
  color: #55ad70;
}

.flexItem p {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.45;
  /* color: #399dd5; */
  margin-top: 0;
  
}

.flexItem a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/*#flexItemGreen {
  border: 3px solid #55ad70;
  color: #55ad70;
}*/


.area-list {
  width: calc(100% - 20px);
  margin: 20px auto 0;
}

.area-list p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.area-list p a {
  color: #4d4d4d;
  text-decoration: none;
}

.area-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0;
  list-style-type: none;
}

.area-list ul li a {
  color: #3780e3;
  margin-right: 17px;
  font-size: 18px;
  line-height: 2.1;
  text-decoration: underline;
}

.overView {
  margin: 40px auto 0;
  padding: 20px 10px;
  background: #EDF8DD;
}
.overView h2 {
  font-size: 1.3571428571rem;
  font-weight: 500;
text-align: center;
margin-bottom: 20px;

}

.overView dl dd span {
  color: #f75a5a;
}

.overView dl dd p {
  margin-top: 9.8px;
  color: #f75a5a;
}



.overView dl {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
}

.overView dl dt {
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background-color:#7d7d7d;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.overView dl dd {
  width: 100%;

  padding: 10px 7px;
  /* background-color: #ffffff; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.overView dl dd ul {
  list-style-type: disc;
  padding: 0;
  margin: 0;
}

.overView dl dd ul li {
  margin-left: 18px;
}



.u-fs18 {
  font-size: 18px !important;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-search,
.fa-school,
.fa-map-marker-alt{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.3571428571rem;
}


@media (min-width: 737px) {
  .contents-noSide {
    max-width: initial;
}
  .contents {
    padding: 0 0 40px;
    margin: 0;
  }
  .p-mv__img {
    margin: 0 auto;
  }
  .p-mv__p {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }

  .hizuke{
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    padding: 10px 0px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .p-infoBtn {
	margin: 60px auto 0px;
	max-width: 380px;
	}
  
  .searchAll{
    max-width: 1000px;
    margin: 60px auto 0;
  }
  .sectionHeader h2 {
  font-size: 1.75rem;
}
  .searchAll form {
    margin: 40px auto 0;
    width: 100%;
  }
  .p-search__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .p-search__select {
    position: relative;
    display: inline-block;
    width: 30%;
    transition: 0.2s all ease;
  }
  .flexWrapper {
    display: flex;
    justify-content: space-between;
  }
  .flexItem {
    position: relative;
    width: calc((100% - 80px) / 2);
    text-align: center;
    margin: 40px auto 0;
    padding: 40px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s all ease;
  }
  .flexItem:hover {
    transition: 0.2s all ease;
    transform: translateY(4px);
    /* border: 2px solid #BB5700; */
    box-shadow: 0px 0px 0px 0;
    }
    
/*.fa-graduation-cap,
.fa-book {
  margin-right: 20px;
  font-size: 2.9375rem;
}*/
   .searchType{
    max-width: 1000px;
    margin: 100px auto 0;
  }
  .searchArea {
    max-width: 1000px;
    margin: 100px auto 0;
  }
  .area-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px auto 0;
    align-items: center;
  }
  .area-list p {
    width: 24%;
    min-width: 180px;
    margin-top: 40px;
    line-height: 1.9;
  }
  .area-list ul {
    width: 76%;
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
  }
  .area-list ul li a {
    color: #3780e3;
    margin-right: 17px;
    font-size: 18px;
    line-height: 2.1;
    text-decoration: underline;
  }
  .overView {
    width: calc(100% - 20px);
    max-width: 1000px;
    margin: 100px auto 0;
    padding: 40px 60px 60px;
    background: #EDF8DD;
  }
  .overView h2 {
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
  }
  .overView dl {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid #dedede;
  }
  .overView dl dt {
    width: 100%;
    padding: 16px 20px;
    color: #ffffff;
    background-color: #7d7d7d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .overView dl dd {
    width: 100%;
    padding: 20px;
    /* background-color: #ffffff; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
.fa-search,
.fa-school,
.fa-map-marker-alt{
  font-size: 1.75rem;
}


}