button.setFav {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.top_info {
  width: 100%;
  background: #fff;
}

.top_info .top_info_block {
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.top_info .top_info_block::after {
  content: "";
  position: absolute;
  background: url(../img/top/item03.png) center no-repeat;
  width: 60%;
  height: 50%;
  max-width: 530px;
  background-size: contain;
  right: 1%;
  bottom: -10%;
  z-index: -1;
}

.top_info .top_info_block .top_info_ttl {
  width: 100%;
  max-width: 1200px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.top_info .top_info_block .top_ttl {
  position: relative;
  display: block;
  max-width: 372px;
  width: 50%;
  margin-top: -30px;
}

.top_info .top_info_block .top_ttl::after {
  content: "";
  background: url(../img/top/item02.png) center no-repeat;
  background-size: contain;
  width: 80px;
  height: 70px;
  position: absolute;
  right: -80px;
  bottom: -5px;
}

.top_info .top_info_block .top_info_flex {
  margin: 40px 0 60px;
  width: 100%;
}

.top_info .top_info_block .top_info_flex .top_info_img {
  width: 100%;
  margin-bottom: 20px;
}

.top_info .top_info_block .top_info_flex .top_info_text {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top_info .top_info_block .top_info_flex .top_info_text h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.top_info .top_info_block .top_info_flex .top_info_text p {
  font-size: 18px;
  line-height: 2em;
}

.top_info .top_info_block .top_info_flex .top_info_text .more_btn {
  margin: 50px auto 0;
}

.cv_block_bg {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto 50px;
}

.cv_block_bg.info {
  margin-top: 50px;
  margin-bottom: 0;
}

.cv_block_bg.contact02 {
  margin-top: 50px;
  margin-bottom: 0;
}

.cv_block_bg .cv_block01 {
  width: 100%;
  border: solid 1px #b19250;
  padding: 10px;
  background-color: #faf9f5;
}

.cv_block_bg .cv_block01 .wrapper {
  width: 100%;
  border: solid 1px #d5c5a2;
  padding: 2% 5%;
}

.cv_block_bg .cv_block01 .wrapper .ttl01 {
  font-size: 20px;
  text-align: center;
  color: #b19250;
}

.cv_block_bg .cv_block01 .wrapper .list01 {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 10px;
}

.cv_block_bg .cv_block02 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.cv_block_bg .cv_block02 .txt01 {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.cv_block_bg .cv_block02 .more_btn {
  margin-top: 30px;
  max-width: 400px;
}

.school_list .school_list_block .school_list_box_bg .school_list_box h3 {
  margin-bottom: 0;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .cat_list {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .cat_list li {
  font-size: 16px;
  font-weight: bold;
  color: #b19250;
  margin: 5px 15px 0 0;
  display: inline-block;
}

.school_list .school_list_block .school_list_box_bg .school_list_box .cat_list li a {
  font-size: 16px;
  font-weight: bold;
  color: #b19250;
}

.sub_main_bg.info {
  background: url("../img/info/bg.jpg") no-repeat center center;
  background-size: cover;
}

.sub_main_bg.info h1::before {
  content: "";
  background: url(../img/info/main_ttl.png) center no-repeat;
  width: 80vw;
  height: 11vw;
  background-size: contain;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub_main_bg.contact02 {
  background: url("../img/info/bg.jpg") no-repeat center center;
  background-size: cover;
}

.sub_main_bg.contact02 h1::before {
  content: "";
  background: url(../img/contact02/main_ttl.png) center no-repeat;
  width: 80vw;
  height: 11vw;
  background-size: contain;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact_ttl01 {
  font-size: 20px;
  color: #333333;
  margin-top: 50px;
  padding-bottom: 5px;
  border-bottom: double 6px #b19250;
}

.contact_list01 {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.contact_list01 li {
  width: 48%;
  margin-right: 2%;
  position: relative;
  margin-top: 5%;
}

.contact_list01 li:nth-child(2n) {
  margin-right: 0;
}

.contact_list01 li:nth-child(-n + 2) {
  margin-top: 0;
}

.contact_list01 li:last-of-type::before {
  display: none;
}

.contact_list01 li::before {
  content: "";
  width: calc(27 / 280 * 100%);
  height: 1px;
  background-color: #b19250;
  position: absolute;
  right: calc(-27 / 280 * 100%);
  top: 15vw;
}

.contact_list01 li:nth-child(3)::after {
  content: "";
  width: calc(27 / 280 * 100%);
  height: 1px;
  background-color: #b19250;
  position: absolute;
  left: calc(-27 / 280 * 100%);
  top: 15vw;
}

.contact_txt01 {
  width: 100%;
  background-color: #faf9f5;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 10px;
  margin-top: 30px;
}

.contact02_ttl {
  margin-top: 50px;
}

.contact02_form {
  margin-top: 30px;
  table-layout: fixed;
}

.contact02_form .note {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.contact02_form .input_area {
  width: 100%;
  font-size: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.contact02_form .input_area:first-of-type {
  margin-top: 0;
}

.contact02_form .input_area p {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact02_form .input_area input {
  width: 100% !important;
}

.contact02_form .input_area .size_s {
  width: calc((100% - 4em) / 3) !important;
}

.contact02_form .input_area span {
  width: 1em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact02_form td.harf {
  width: 100% !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
}

.contact02_form td.harf .input_area p {
  width: 100px;
}

.contact02_form td.harf .input_area .size_m {
  width: calc(100% - 100px);
}

.input_address span {
  font-size: 1em;
  display: inline-block;
  margin-right: 5px;
}

.input_address input {
  margin-top: 10px;
}

.input_address input:first-of-type {
  margin-top: 0;
}

.input_address .size_s {
  width: calc(100% - (1em + 109px)) !important;
}

.input_address button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  color: #fff;
  padding: 7px 15px;
  background-color: #b19250;
  display: inline-block;
  margin-left: 10px;
}

.input_address button:hover {
  opacity: 0.7;
}

th .required {
  bottom: 5px;
}

.law_list {
  width: 100%;
}

.law_list .common_ttl10 .ttl_en {
  display: block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 12px;
  color: #b19250;
  letter-spacing: 0.05em; 
  font-weight: normal;
  margin-bottom: 10px;
}

.law_list dl {
  width: 100%;
  border-top: solid 1px #dddddd;
}

.law_list dl dt {
  width: 100%;
  font-size: 16px;
  color: #b19250;
  letter-spacing: 0.05em;
  padding: 20px;
  background-color: #f6f3e9;
}

.law_list dl dt .en {
  display: block;
  margin-left: 2px;
  font-size: 12px;
  color: #aaa;
  letter-spacing: 0.05em;  
}

.law_list dl dt .en br {
  display: none;
}

.law_list dl dd {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 20px;
  border-bottom: solid 1px #dddddd;
}

.law_list dl dd:last-of-type {
  border-bottom: none;
}

.law_list dl dd > a {
  color: #9b9b9b;
}

.law_list dl dd ul {
  width: 100%;
}

.law_list dl dd ul li {
  width: 100%;
  padding-left: 15px;
  position: relative;
}

.law_list dl dd ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b19250;
  position: absolute;
  top: 7px;
  left: 0;
}

.serch_school .serch_block .serch_box {
  width: 100%;
}

.add_sarch_map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.add_sarch_map .sarch_imput {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 60px;
}

.add_sarch_map .sarch_imput dt {
  color: #b19250;
  font-size: 22px;
  width: 100%;
  padding-bottom: 30px;
}

.add_sarch_map .sarch_imput dt span {
  border-bottom: 1px solid #b19250;
}

.add_sarch_map .sarch_imput dd {
  font-size: 18px;
}

.add_sarch_map .sarch_imput dd label {
  display: inline-block;
  margin-right: 5px;
}

.add_sarch_map .sarch_map {
  width: 100%;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.add_sarch_map .sarch_pre_list {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 30px;
}

.add_sarch_map .sarch_pre_list > dd {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.add_sarch_map .sarch_pre_list > dd:first-of-type dl {
  margin-top: 0;
}

.add_sarch_map .sarch_pre_list > dd dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.add_sarch_map .sarch_pre_list > dd dl dt {
  width: 80px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  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;
}

.add_sarch_map .sarch_pre_list > dd dl dd {
  width: calc(100% - 80px);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #fff;
}

.add_sarch_map .sarch_pre_list > dd dl dd a {
  color: #333333;
  display: inline-block;
  margin-right: 5px;
}

.add_sarch_map .sarch_pre_list > dd dl dd span {
  color: #333333;
  display: inline-block;
  margin-right: 5px;
}

.add_sarch_map .sarch_pre_list > dd.pre01 dl {
  border: solid 1px #728cc7;
}

.add_sarch_map .sarch_pre_list > dd.pre01 dl dt {
  background-color: #728cc7;
}

.add_sarch_map .sarch_pre_list > dd.pre02 dl {
  border: solid 1px #6f9bb6;
}

.add_sarch_map .sarch_pre_list > dd.pre02 dl dt {
  background-color: #6f9bb6;
}

.add_sarch_map .sarch_pre_list > dd.pre03 dl {
  border: solid 1px #84719e;
}

.add_sarch_map .sarch_pre_list > dd.pre03 dl dt {
  background-color: #84719e;
}

.add_sarch_map .sarch_pre_list > dd.pre04 dl {
  border: solid 1px #b19250;
}

.add_sarch_map .sarch_pre_list > dd.pre04 dl dt {
  background-color: #b19250;
}

.add_sarch_map .sarch_pre_list > dd.pre05 dl {
  border: solid 1px #c77eab;
}

.add_sarch_map .sarch_pre_list > dd.pre05 dl dt {
  background-color: #c77eab;
}

.add_sarch_map .sarch_pre_list > dd.pre06 dl {
  border: solid 1px #6bb290;
}

.add_sarch_map .sarch_pre_list > dd.pre06 dl dt {
  background-color: #6bb290;
}

.add_sarch_map .sarch_pre_list > dd.pre07 dl {
  border: solid 1px #d16676;
}

.add_sarch_map .sarch_pre_list > dd.pre07 dl dt {
  background-color: #d16676;
}

.add_sarch_map .sarch_pre_list > dd.pre08 dl {
  border: solid 1px #b08767;
}

.add_sarch_map .sarch_pre_list > dd.pre08 dl dt {
  background-color: #b08767;
}

.add_sarch_map .sarch_pre_list > dd.pre09 dl {
  border: solid 1px #a05a90;
}

.add_sarch_map .sarch_pre_list > dd.pre09 dl dt {
  background-color: #a05a90;
}

.add_sarch_map .sarch_pre_list > dd.pre10 dl {
  border: solid 1px #e59ca5;
}

.add_sarch_map .sarch_pre_list > dd.pre10 dl dt {
  background-color: #e59ca5;
}

.add_sarch_map .sarch_pre_list > dd.pre11 dl {
  border: solid 1px #d9a568;
}

.add_sarch_map .sarch_pre_list > dd.pre11 dl dt {
  background-color: #d9a568;
}

.search_tr01 {
  width: 100%;
}

.search_tr01 th {
  vertical-align: text-bottom;
}

.search_tr01 td {
  width: 100% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_tr01 td .search_parent_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_tr01 td .search_parent_list li {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 20px;
  background-color: #b19250;
  margin-right: 10px;
  margin-bottom: 10px;
}

.search_tr01 td .search_parent_list li a {
  color: #fff;
}

.search_tr01 td .search_child_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search_tr01 td .search_child_list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px #b19250;
}

.search_tr01 td .search_child_list li a {
  color: #333;
}

.search_tr02 td input {
  width: 100% !important;
}


/**footer**/

.privacy_list {
  padding: 20px;
}

.privacy_list .ttl01 {
  width: 100%;
  font-size: 18px;
  color: #b19250;
  letter-spacing: 0.05em;
}

.privacy_list .txt01 {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.privacy_list .txt02 {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: right;
}

.privacy_list .block01 {
  width: 100%;
  margin-top: 20px;
}

.privacy_list .block01 .block_ttl01 {
  width: 100%;
  font-size: 18px;
  color: #b19250;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.privacy_list .block01 .block_txt01 {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.privacy_list .block01 .block_txt01 a{
  color: #b19250;
  display: inline-block;
}
.privacy_list .block01 .block_txt01.mt {
  margin-top: 20px;
}

.privacy_list .block01 .block_txt01.tar {
  margin-top: 20px;
  text-align: right;
}


.privacy_list .block01 .block_list01 {
  width: 100%;
  margin-top: 5px;
}

.privacy_list .block01 .block_list01>li {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy_list .block01 .block_list01>li:first-of-type {
  margin-top: 0;
}

.privacy_list .block01 .block_list02 {
  width: 100%;
  margin-top: 5px;
}

.privacy_list .block01 .block_list02>li {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy_list .block01 .block_list02>li:first-of-type {
  margin-top: 0;
}

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