@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
img {
  margin: 0;
  vertical-align: bottom;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

ul,
ol,
li,
dd,
dt,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #333;
  line-height: 1.8em;
  font-style: normal;
}

.contents {
  padding: 0;
  margin: 0;
}

.p-mv {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.p-mv__img {
  width: 100%;
  max-width: 960px;
  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: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.p-infoBtn {
  display: block;
  width: 300px;
  margin: 30px auto 0px;
  padding: 16px 32px;
  color: #1d9ed4;
  border: 2px solid #1d9ed4;
  border-radius: 36px;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 2px 3px 2px rgba(54, 79, 136, 0.8);
  text-align: center;
  position: relative;
  transition: 0.3s all ease;
}

.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 {
  margin-left: 0;
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  font-weight: 700;
}

.sectionHeaderWrapper {
  padding: 6px 0px;
  border-top: none;
  border-bottom: none;
}

.sectionHeader {
  display: flex;
  margin: 6px 0px;
  padding: 10px 0px;
  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: 18px;
  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% - 10px);
  font-size: 0px;
  margin: 20px auto 0;
}

.searchAll form select {
  width: 100%;
  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: 200px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  padding: 10px 0;
  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);
  /* border: 2px solid #BB5700; */
  box-shadow: 0px 0px 2px #BB5700;
}

.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-weight: 300;
  font-size: 20px;
  color: #999;
  margin: 8px 0;
}

.fa-times::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}

.searchButtom {
  position: relative;
  width: 200px;
  margin: 40px auto 0px;
}

.searchArea {
  margin-top: 40px;
}

.searchAll form input {
  width: 200px;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  padding: 10px 0;
  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;
}

.flexItem {
  position: relative;
  width: calc(100% - 20px);
  text-align: center;
  margin: 20px auto 0;
  padding: 20px 10px;
  border: 3px solid #ed7812;
  color: #ed7812;
  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;
}


.fa-graduation-cap,
.fa-book {
  width: 56px;
  height: 56px;
  margin: 0 20px 0 10px;
  font-size: 48px;
  color: #ed7812;
}
.fa-book {
  color: #55ad70;
}

.flexItem p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  /* color: #399dd5; */
}

.flexItem a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#flexItemGreen {
  border: 3px solid #55ad70;
  color: #55ad70;
}
.flexItem::after {
  position: absolute;
  width: 41px;
  height: 40px;
  bottom: -1px;
  right: -1px;
  background-image: url(/img/ico_triangle_02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.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 {
  width: calc(100% - 20px);
  margin: 40px auto 0;
  padding: 0;
  background: #EDF8DD;
  border-bottom: 1px solid #8EC33B;
}

.overView dl dd span {
  color: #f75a5a;
}

.overView dl dd p {
  margin-top: 9.8px;
  color: #f75a5a;
  font-size: 14px;
}

.overView h2 {
  font-size: 24px;
  color: #4d4d4d;
  line-height: 2;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #8EC33B;
  border-left: 1px solid #8EC33B;
  border-right: 1px solid #8EC33B;
}

.overView dl {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overView dl dt {
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background-color: #676767;
  font-size: 18px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.overView dl dd {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  border-left: 1px solid #8EC33B;
  border-right: 1px solid #8EC33B;
  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 {
  list-style-type: disc;
  margin-left: 18px;
  font-size: 16px;
  line-height: 2;
}



.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,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@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: 960px;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }

  .hizuke{
    display: inline-block;
    width: 100%;
    max-width: 960px;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .searchAll {
    margin: 80px 0;
  }
  .searchAll form {
    width: calc(100% - 10px);
    font-size: 0px;
    margin: 20px auto 0;
  }
  .p-search__wrapper {
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .p-search__select {
    position: relative;
    display: inline-block;
    width: 30%;
    transition: 0.2s all ease;
  }
  .flexWrapper {
    display: flex;
    gap: 0 10px;
    justify-content: space-around;
  }
  .flexItem {
    position: relative;
    width: calc(100% - 20px);
    max-width: 440px;
    text-align: center;
    margin: 20px auto 0;
    padding: 20px 10px;
    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;
    box-shadow: 2px 3px 2px #716f6e;
    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;
    }
  .searchArea {
    margin-top: 120px;
  }
  .area-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1050px;
    margin: 48px auto 0;
    align-items: center;
    padding: 0 20px;
  }
  .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: 960px;
    margin: 80px auto 0;
    padding: 0;
    background: #EDF8DD;
    border-bottom: 1px solid #8EC33B;
  }
  .overView h2 {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 2;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #8EC33B;
    border-left: 1px solid #8EC33B;
    border-right: 1px solid #8EC33B;
  }
  .overView dl {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .overView dl dt {
    width: 100%;
    padding: 10px;
    color: #ffffff;
    background-color: #676767;
    font-size: 18px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .overView dl dd {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    border-left: 1px solid #8EC33B;
    border-right: 1px solid #8EC33B;
    padding: 10px 7px;
    /* background-color: #ffffff; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
}