@charset "UTF-8";
.subpage-v {
  position: relative;
  margin-top: 110px;
  overflow: hidden;
}

.subpage-v__area {
  width: 100%;
  overflow: hidden;
}

.subpage-v__image {
  margin: 0 auto;
  width: 100%;
  height: auto;
  height: 450px;
  position: relative;
}

.subpage-v__image02 {
  margin: 0 auto;
  width: 100%;
  height: auto;
  height: 350px;
  position: relative;
}

.subpage-v__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.subpage-v__txt {
  position: absolute;
  top: 55%;
  left: calc(50% - 663px);
  max-width: calc(100% - 20px);
}

.subpage-v__txt02 {
  top: 40%;
}

.subpage-v__txt_ttl01 {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 0 0 15px;
  text-shadow: 0 0 5px #000;
}

.subpage-v__txt_ttl02 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 0 0 0 15px;
  text-shadow: 0 0 5px #000;
}

.subpage-v__txt_ttl03 {
  max-width: 100%;
  width: 1300px;
  text-align: center;
  font-size: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding: 0 0 0 0;
  text-shadow: 0 0 5px #000;
}

.breadcrumbs {
  background: #f4f0e6;
  padding-left: calc(50% - 610px);
  min-width: calc(50% + 100px);
  position: absolute;
  bottom: -1px;
  left: 0;
  border-radius: 0 10px 0 0;
  color: #035d48;
}

.breadcrumbs-box {
  padding: 15px 10px 15px 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.breadcrumbs-box .arrow {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0;
}

.breadcrumbs-box .arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 2px;
  border-top: solid 1px #035d48;
  border-right: solid 1px #035d48;
  transform: rotate(45deg);
  content: "";
}

@media screen and (max-width: 1320px) {
  .subpage-v__txt {
    left: 10px;
  }
}
@media screen and (max-width: 1220px) {
  .subpage-v {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .subpage-v__image {
    height: 250px;
  }
  .subpage-v__txt {
    top: 35%;
  }
  .subpage-v__txt_ttl01 {
    font-size: 26px;
  }
  .subpage-v__txt_ttl02 {
    font-size: 18px;
  }
  .subpage-v__txt_ttl03 {
    font-size: 26px;
  }
  .subpage-v__txt_ttl03 span {
    display: inline-block;
  }
  .breadcrumbs-box {
    padding: 15px 15px 15px 15px;
    min-width: 80%;
  }
}
.story-sec01 {
  overflow: hidden;
  background: #035d48;
  color: #fff;
}

.story-sec01-flex {
  display: flex;
  padding-bottom: 100px;
}

.story-sec01-content {
  width: 57%;
  padding: 0 145px 0 calc(50% - 600px);
  box-sizing: border-box;
}

.story-sec01-img {
  width: 43%;
}

.story-sec01-logo {
  display: flex;
  width: 100%;
  margin: 106px 10px 20px;
}

.story-sec01-logo img {
  width: 119px;
}

.story-sec01__ttl {
  padding: 55px 0 8px;
  max-width: 100%;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.story-sec01__txt {
  padding: 25px 0 0;
  line-height: 2.4;
  font-size: 16px;
}

.story-sec01__txt span {
  font-weight: 700;
}

.story-sec01__link-box {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.4;
}

.story-sec02 {
  margin: 0 auto 0;
}

.story-sec02 .inner {
  position: relative;
}

.story-sec02-box {
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
  background: #eae6da;
}

.story-sec02-flex-2 {
  display: flex;
  flex-direction: row-reverse;
  padding: 85px 0 100px;
}

.story-sec02-flex {
  display: flex;
  padding: 85px 0 100px;
}

.story-sec02-flex-2 {
  display: flex;
  flex-direction: row-reverse;
}

.story-sec02-flex-2 .story-sec02-content {
  width: 50%;
  padding: 0 0 0 110px;
}

.story-sec02-content {
  width: 50%;
  padding: 0 110px 0 0;
}

.story-sec02__img {
  width: 50%;
}

.story-sec02__ttl01 {
  color: #035d48;
  font-size: 35px;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.6;
}

.story-sec02__ttl01 span {
  font-size: 30px;
}

.story-sec02__txt {
  line-height: 2.4;
  font-size: 16px;
}

.story-sec02__txt span {
  font-weight: 700;
  color: #035d48;
}

.story-sec02__img img + img {
  margin-top: 40px;
}

.story-sec02__link-box {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.4;
}

.storysec02-link {
  margin: 63px 0 0 0;
  position: relative;
  width: 300px;
  max-width: 80%;
  text-align: left;
  font-size: 18px;
  z-index: 2;
}

.storysec02-link a {
  display: block;
  padding: 10px 0;
  width: 100%;
  position: relative;
}

.storysec02-link a:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}

.storysec02-link a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}

.storysec02-link a:hover:after {
  margin-right: -5px;
}

.storysec02-link a:hover:before {
  margin-right: -5px;
}

.story-sec02__txt01 {
  max-width: 855px;
  position: absolute;
  bottom: 30px;
  left: -110px;
}

.story-sec02__txt02 {
  max-width: 1125px;
  position: absolute;
  top: 30px;
  right: -110px;
}

.story-sec02__txt03 {
  max-width: 988px;
  position: absolute;
  bottom: 30px;
  right: -110px;
}

@media screen and (max-width: 1200px) {
  .story-sec02__txt01 {
    max-width: 855px;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .story-sec02__txt02 {
    max-width: 1125px;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .story-sec02__txt03 {
    max-width: 988px;
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .story-sec01-content {
    width: 57%;
    padding: 0 80px 0 10px;
  }
  .story-sec02-flex-2 .story-sec02-content {
    width: 50%;
    padding: 0 0 0 60px;
  }
  .story-sec02-content {
    width: 50%;
    padding: 0 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .story-sec01-flex {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
  .story-sec01-logo {
    margin: 20px auto 20px;
  }
  .story-sec01-content {
    width: 100%;
    padding: 30px 15px 30px 15px;
    box-sizing: border-box;
  }
  .story-sec01-img {
    width: 100%;
  }
  .story-sec01__ttl {
    padding: 20px 0 8px;
    font-size: 22px;
  }
  .story-sec02__ttl01 span {
    font-size: 20px;
  }
  .story-sec01__txt {
    padding: 20px 0 0;
  }
  .story-sec02-flex {
    padding: 60px 0 80px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .story-sec02-flex-2 {
    flex-direction: column;
    padding: 60px 0 80px;
    flex-wrap: wrap;
  }
  .story-sec02-flex-2 .story-sec02-content {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .story-sec02-content {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .story-sec02__ttl01 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .story-sec02__ttl02 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .story-sec02__txt {
    line-height: 2.4;
    font-size: 16px;
  }
  .story-sec02__img {
    width: 100%;
  }
  .story-sec02__img img + img {
    margin-top: 20px;
  }
  .story-sec02__link-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .story-sec02__txt01 {
    transform: scale(0.32);
    transform-origin: bottom left;
    bottom: 10px;
    left: 10px;
  }
  .story-sec02__txt02 {
    transform: scale(0.32);
    transform-origin: top right;
    width: 1125px;
    position: absolute;
    top: 30px;
    left: auto;
    right: 10px;
  }
  .story-sec02__txt03 {
    transform: scale(0.32);
    transform-origin: bottom right;
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 10px;
  }
}
.training-sec01 {
  overflow: hidden;
  background: #eae6da;
}

.training-sec01-flex {
  display: flex;
  padding: 40px 4% 100px;
  align-items: center;
}

.training-sec01-content {
  width: 57%;
  padding: 0 145px 0 calc(50% - 600px);
  box-sizing: border-box;
}

.training-sec01-img {
  width: 43%;
}

.training-sec01-logo {
  text-align: center;
  display: flex;
  width: 100%;
  text-align: center;
  /*margin: 165px auto 60px;*/
  justify-content: center;
}

.training-sec01-logo img {
  width: 182px;
}

.training-sec01__ttl {
  padding: 55px 0 8px;
  max-width: 100%;
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.training-sec01__txt {
  padding: 25px 0 0;
  line-height: 2.4;
  font-size: 16px;
}

.training-sec01__link-box {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.4;
}

.training-sec01__link-box a {
  text-decoration: underline;
}

.training-sec02-map01 .map-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 100px 0;
}

.training-sec02-map01 .map-flex .map_box {
  width: 50%;
}

.training-sec02-map01 .map-flex .map_box iframe {
  width: 100%;
  height: 300px;
}

.training-sec02-map01 .map-flex .map_txt {
  width: 50%;
}

.training-sec02-map01 .map-flex .map_txt .map-ttl {
  color: #035d48;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
}

.training-sec02 {
  margin: 0 auto 0;
}

.training-sec02 .inner {
  position: relative;
}

.training-sec02-img .training-sec03-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .training-sec02-img .training-sec03-flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 60px;
    width: 90%;
    margin: 0 auto;
  }
}
.training-sec02-img .training-sec03-flex .training-sec03-img01 {
  max-width: 700px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .training-sec02-img .training-sec03-flex .training-sec03-img01 {
    width: 100%;
  }
}
.training-sec02-img .training-sec03-flex .training-sec03-img02 {
  max-width: 480px;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .training-sec02-img .training-sec03-flex .training-sec03-img02 {
    width: 100%;
  }
}

.training-sec02-box {
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
  background: #eae6da;
}

.training-sec02-flex-2 {
  display: flex;
  flex-direction: row-reverse;
  padding: 120px 0 100px;
}

.training-sec02-flex {
  display: flex;
  padding: 120px 0 100px;
}

.training-sec02-flex-2 {
  display: flex;
  flex-direction: row-reverse;
}

.training-sec02-flex-2 .training-sec02-content {
  width: 50%;
  padding: 60px 0 0 110px;
}

.training-sec02-content {
  width: 50%;
  padding: 60px 110px 0 0;
  position: relative;
}

.training-sec02__num01 {
  width: 223px;
  position: absolute;
  bottom: 30px;
  right: 500px;
}

.training-sec02__num02 {
  width: 269px;
  position: absolute;
  bottom: 30px;
  left: 500px;
}

.training-sec02__num03 {
  width: 221px;
  position: absolute;
  bottom: 30px;
  right: 500px;
}

.training-sec02__img {
  width: 50%;
}

.training-sec02__ttl01 {
  color: #035d48;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.training-sec02__ttl02 {
  color: #035d48;
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 700;
}

.training-sec02__logo {
  max-width: 180px;
  margin: 0 auto 40px;
}

.training-sec02__txt {
  line-height: 2.4;
  font-size: 16px;
}

.training-sec02__img img + img {
  margin-top: 40px;
}

.training-sec02__link-box {
  font-size: 14px;
  margin-top: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 1500px) {
  .training-sec02__num01 {
    bottom: 30px;
    right: auto;
    left: 0;
  }
  .training-sec02__num02 {
    bottom: 30px;
    right: 0;
    left: auto;
  }
  .training-sec02__num03 {
    bottom: 30px;
    right: auto;
    left: 0;
  }
  .training-sec01__link-box {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .training-sec01-content {
    width: 57%;
    padding: 0 60px 0 10px;
    box-sizing: border-box;
  }
  .training-sec01-logo {
    margin: 100px auto 40px;
  }
  .training-sec02-flex-2 .training-sec02-content {
    width: 50%;
    padding: 40px 0 0 60px;
  }
  .training-sec02-content {
    width: 50%;
    padding: 40px 60px 0 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .training-sec01-flex {
    display: block;
    width: 100%;
    padding: 20px 4% 50px;
  }
  .training-sec01-logo {
    margin: 20px auto 20px;
  }
  .training-sec01-content {
    width: 100%;
    padding: 30px 15px 0 15px;
    box-sizing: border-box;
  }
  .training-sec01-img {
    width: 100%;
  }
  .training-sec01-logo img {
    width: 182px;
  }
  .training-sec01__ttl {
    padding: 35px 0 8px;
    font-size: 28px;
  }
  .training-sec01__txt {
    padding: 20px 0 0;
  }
  .training-sec02-map01 .map-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 50px 0;
  }
  .training-sec02-map01 .map-flex .map_box {
    width: 100%;
  }
  .training-sec02-map01 .map-flex .map_box iframe {
    height: 250px;
  }
  .training-sec02-map01 .map-flex .map_txt {
    width: 100%;
  }
  .training-sec02-map01 .map-flex .map_txt .map-ttl {
    color: #035d48;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .training-sec02-flex {
    padding: 60px 0 50px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .training-sec02-flex-2 {
    flex-direction: column;
    padding: 60px 0 50px;
    flex-wrap: wrap;
  }
  .training-sec02-flex-2 .training-sec02-content {
    width: 100%;
    padding: 0 0 0 0;
  }
  .training-sec02-content {
    width: 100%;
    padding: 0 0 0 0;
  }
  .training-sec02__ttl01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .training-sec02__ttl02 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .training-sec02__txt {
    line-height: 2.4;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .training-sec02__img {
    width: 100%;
  }
  .training-sec02__img img + img {
    margin-top: 20px;
  }
  .training-sec02__link-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .training-sec02__num01 {
    transform: scale(0.5);
    transform-origin: bottom right;
    bottom: 10px;
    right: 10px;
    left: auto;
  }
  .training-sec02__num02 {
    transform: scale(0.5);
    transform-origin: bottom right;
    bottom: 10px;
    right: 10px;
    left: auto;
  }
  .training-sec02__num03 {
    transform: scale(0.5);
    transform-origin: bottom right;
    bottom: 10px;
    right: 10px;
    left: auto;
  }
}
.program-sec01 {
  overflow: hidden;
  color: #fff;
}

.program-sec01-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 80px auto;
  gap: 15px;
}

.program-sec01-flex a {
  display: flex;
  background: #035d48;
  width: calc(33.333% - 10px);
  align-items: center;
  padding: 0 30px;
  height: 90px;
  font-size: 18px;
}

.program-sec01-txt {
  padding-left: 20px;
  line-height: 1.5;
}

.program-sec01-arrow {
  margin: 0 0 0 auto;
  background: #fff;
  border-radius: 100px;
  width: 40px;
  flex-shrink: 0;
  height: 40px;
  position: relative;
  transition: 0.2s;
}

.program-sec01-arrow:before {
  content: "";
  width: 1px;
  height: 7px;
  background: #000;
  position: absolute;
  bottom: 8px;
  right: 20px;
  transform-origin: bottom right;
  transform: rotate(45deg);
}

.program-sec01-arrow::after {
  content: "";
  width: 1px;
  height: 22px;
  background: #000;
  position: absolute;
  bottom: 8px;
  right: 20px;
}

.program-sec02 {
  margin: 0 auto 0;
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
  background: #eae6da;
  padding: 87px 0 40px;
  position: relative;
}

.program-sec03 {
  margin: 0 auto 0;
  padding: 87px 0 40px;
  position: relative;
}

.program-sec04 {
  margin: 0 auto 0;
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
  background: #eae6da;
  padding: 87px 0 40px;
  position: relative;
}

.program-sec05 {
  margin: 0 auto 0;
  padding: 87px 0 40px;
  position: relative;
}

.program-sec06 {
  margin: 0 auto 0;
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
  background: #eae6da;
  padding: 87px 0 40px;
  position: relative;
}

.program-cat__ttl01 {
  color: #035d48;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}

.program-cat__ttl02 {
  color: #035d48;
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.6;
}

.program-cat__num {
  position: absolute;
  top: 30px;
  right: 30px;
}

.program-cat__num img {
  width: auto;
}

.program-content-flex {
  display: flex;
  padding: 35px 0 90px;
  margin: 0 auto;
  max-width: 1100px;
  justify-content: space-between;
}

.program-content-img {
  width: 36%;
}

.program-content-box {
  width: 59%;
}

.program-content-box-ttl {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.program-content-box-ttl span {
  font-size: 20px;
}

.program-content-box-txt {
  line-height: 2.4;
  font-size: 16px;
}

.program-content-link {
  margin: 30px 0 0 0;
  position: relative;
  width: 300px;
  max-width: 80%;
  text-align: left;
  font-size: 18px;
  z-index: 2;
}

.program-content-link a {
  display: block;
  padding: 10px 0;
  width: 100%;
  position: relative;
}

.program-content-link a:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}

.program-content-link a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}

.program-content-link a:hover:after {
  margin-right: -5px;
}

.program-content-link a:hover:before {
  margin-right: -5px;
}

@media screen and (max-width: 1050px) {
  .program-sec01-flex {
    padding: 0 15px;
  }
  .program-sec01-flex a {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .program-sec01-flex a {
    width: 100%;
  }
  .program-sec01-txt {
    padding-left: 18px;
    line-height: 1.5;
  }
  .program-cat__num {
    transform: scale(0.5);
    transform-origin: top right;
  }
  .program-sec02 {
    padding: 60px 0 20px;
    position: relative;
  }
  .program-sec03 {
    padding: 60px 0 20px;
    position: relative;
  }
  .program-sec04 {
    padding: 60px 0 20px;
    position: relative;
  }
  .program-sec05 {
    padding: 60px 0 20px;
    position: relative;
  }
  .program-sec06 {
    padding: 60px 0 20px;
    position: relative;
  }
  .program-cat__ttl01 {
    font-size: 22px;
  }
  .program-cat__ttl02 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .program-content-flex {
    display: block;
    padding: 20px 0 60px;
  }
  .program-content-img {
    width: 100%;
  }
  .program-content-box {
    width: 100%;
    padding-top: 10px;
  }
  .program-content-box-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .program-content-box-txt {
    line-height: 2.4;
    font-size: 16px;
  }
}
.examples-sec01 {
  padding: 150px 0 60px;
}

.examples-sec01-flex {
  display: flex;
  padding: 120px 0 100px;
}

.examples-sec01-content {
  width: 50%;
  padding: 60px 110px 0 0;
  position: relative;
}

.examples-sec01__img {
  width: 50%;
}

.examples-sec01__ttl01 {
  color: #035d48;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.examples-sec01__txt {
  line-height: 2.4;
  font-size: 16px;
}

.examples-cat__ttl01 {
  color: #035d48;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}

.examples-cat__ttl02 {
  color: #035d48;
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.6;
}

.examples-cat__num {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: scale(0.4);
  transform-origin: top right;
}

.examples-cat__num img {
  width: auto;
}

.examples-content-flex {
  display: flex;
  padding: 35px 0 90px;
  margin: 0 auto;
  max-width: 1100px;
  justify-content: space-between;
}

.examples-content-img {
  width: 36%;
}

.examples-content-box {
  width: 59%;
}

.examples-content-box-ttl {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.examples-content-box-txt {
  line-height: 2.4;
  font-size: 16px;
}

.examples-content-link {
  margin: 30px 0 0 0;
  position: relative;
  width: 300px;
  max-width: 80%;
  text-align: left;
  font-size: 18px;
  z-index: 2;
}

.examples-content-link a {
  display: block;
  padding: 10px 0;
  width: 100%;
  position: relative;
}

.examples-content-link a:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}

.examples-content-link a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}

.examples-content-link a:hover:after {
  margin-right: -5px;
}

.examples-content-link a:hover:before {
  margin-right: -5px;
}

@media screen and (max-width: 767px) {
  .examples-sec01 {
    padding: 60px 0 20px;
  }
  .examples-cat__ttl01 {
    font-size: 22px;
  }
  .examples-cat__ttl02 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .examples-content-flex {
    display: block;
    padding: 20px 0 60px;
  }
  .examples-content-img {
    width: 100%;
  }
  .examples-content-box {
    width: 100%;
    padding-top: 10px;
  }
  .examples-content-box-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .examples-content-box-txt {
    line-height: 2.4;
    font-size: 16px;
  }
}
.examples-detail01 {
  background: #eae6da;
  border-bottom: solid 1px #000000;
}

.examples-detail01-flex {
  display: flex;
  padding: 120px 0 120px;
  max-width: 1100px;
  margin: 0 auto;
}

.examples-detail01-content {
  width: 44%;
  padding: 35px 50px 0 0;
  position: relative;
}

.examples-detail01__img {
  width: 56%;
}

.examples-detail01__ttl01 {
  color: #035d48;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
}

.examples-detail01__subttl {
  color: #035d48;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.examples-detail01__txt {
  line-height: 2.4;
  font-size: 16px;
  margin-top: 45px;
}

.examples-detail02 {
  margin: 0 auto 0;
  padding: 70px 0 100px;
  position: relative;
}

.ditil-box {
  max-width: 1100px;
  margin: 0 auto;
}

.ditil-txt-separator {
  margin-bottom: 50px;
}

.ditil-box .ditil-txt-separator h2 {
  font-size: 24px;
  margin: 5px 0 25px;
}

.ditil-box .ditil-txt-separator h3 {
  color: #035d48;
  font-size: 20px;
  margin: 0 0 15px;
}

.ditil-box .ditil-txt-separator .ditil_list {
  padding-left: 1rem;
  margin-bottom: 30px;
}

.ditil-box .ditil-txt-separator .ditil_list li {
  margin-bottom: 25px;
  line-height: 1.8;
}

.ditil-box .ditil-txt-separator p {
  line-height: 2.4;
  margin-bottom: 20px;
}

.examples-detail-link {
  margin: 60px 0 0 auto;
  position: relative;
  width: 300px;
  max-width: 80%;
  text-align: right;
  font-size: 18px;
  z-index: 2;
}

.examples-detail-link a {
  display: block;
  padding: 10px 0;
  width: 100%;
  position: relative;
}

.examples-detail-link a:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform: rotate(-45deg);
  transition: 0.2s;
}

.examples-detail-link a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}

.examples-detail-link a:hover:after {
  margin-right: 5px;
}

.examples-detail-link a:hover:before {
  transform: translateX(-5px) rotate(-45deg);
}

@media screen and (max-width: 1000px) {
  .examples-detail01-flex {
    display: block;
    padding: 60px 0 60px;
  }
  .examples-detail01-content {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .examples-detail01__img {
    width: 100%;
  }
  .examples-detail01__ttl01 {
    margin-bottom: 20px;
  }
  .examples-detail01__subttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .examples-sec02 {
    padding: 60px 0 20px;
    position: relative;
  }
  .examples-detail01__ttl01 {
    font-size: 22px;
  }
}
.lecturers01 {
  padding: 100px 0 100px;
  position: relative;
}

.lecturers02 {
  padding: 100px 0 100px;
  background: #eae6da;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  position: relative;
  z-index: 10;
}

.lecturers03 {
  padding: 100px 0 100px;
  position: relative;
}

.lecturers-flex {
  display: flex;
  padding: 60px 0 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.lecturers-flex02 {
  display: flex;
  padding: 60px 0 60px;
  max-width: 1100px;
  margin: 0 auto;
  flex-direction: row-reverse;
}

.lecturers-content {
  width: 56%;
  padding: 0 50px 0 0;
  position: relative;
}

.lecturers-flex02 .lecturers-content {
  padding: 0 0 0 50px;
}

.lecturers__img {
  width: 44%;
}

.lecturers__ttl01 {
  color: #035d48;
  font-size: 30px;
  margin-bottom: 45px;
  font-weight: 700;
  line-height: 1.8;
}

.lecturers__txt {
  line-height: 2.4;
  font-size: 16px;
}

.lecturers__name {
  font-size: 27px;
  margin-bottom: 30px;
}

.lecturers__name span {
  font-size: 18px;
}

.lecturers-content-box {
  max-width: 1100px;
  margin: 0 auto;
}

.lecturers-content-box h2 {
  font-size: 24px;
  margin: 5px 0 25px;
}

.lecturers-content-box p {
  line-height: 2.4;
  margin-bottom: 20px;
}

.lecturers-cat__num {
  position: absolute;
  top: 70px;
  left: calc(50% - 700px);
  z-index: -1;
}

.lecturers-cat__num img {
  width: auto;
}

.lecturers-cat__num02 {
  position: absolute;
  top: 70px;
  right: calc(50% - 700px);
  z-index: -1;
}

.lecturers-cat__num02 img {
  width: auto;
}

@media screen and (max-width: 1400px) {
  .lecturers-cat__num {
    left: 20px;
  }
  .lecturers-cat__num02 {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lecturers01,
  .lecturers02,
  .lecturers03 {
    padding: 30px 0 30px;
  }
  .lecturers-flex,
  .lecturers-flex02 {
    display: block;
    padding: 30px 0 60px;
  }
  .lecturers-content {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .lecturers-flex02 .lecturers-content {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .lecturers__img {
    width: 100%;
  }
  .lecturers__ttl01 {
    margin-bottom: 20px;
  }
  .examples-sec02 {
    padding: 60px 0 20px;
    position: relative;
  }
  .lecturers__ttl01 {
    font-size: 22px;
  }
  .lecturers-cat__num {
    transform: scale(0.5);
    transform-origin: top left;
  }
  .lecturers-cat__num02 {
    transform: scale(0.5);
    transform-origin: top right;
  }
}
.program-detail-ttl {
  width: 100%;
  border-bottom: solid 2px #000;
  padding: 10px 0 23px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.program-detail-ttl span {
  display: inline-block;
  font-size: 18px;
}

.program-detail-box {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.program-detail01 {
  border-bottom: solid 1px #000000;
  padding: 70px 0 90px;
}

.program-detail01-flex {
  display: flex;
  padding: 50px 0 50px;
  max-width: 1100px;
  margin: 0 auto;
}

.program-detail01-content {
  width: 44%;
  padding: 0 50px 0 0;
  position: relative;
  display: flex;
  align-items: center;
}

.program-detail01__img {
  width: 56%;
}

.program-detail01__ttl01 {
  line-height: 2.4;
  font-size: 20px;
  margin-bottom: 20px;
}

.program-detail01__ttl02 {
  color: #035d48;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}

.program-detail01__txt {
  color: #035d48;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.program-detail01-txt {
  font-size: 16px;
  line-height: 2.4;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.program-detail02 {
  margin: 0 auto 0;
  border-bottom: solid 1px #000000;
  padding: 87px 0 17px;
  background: #e9e4d9;
  position: relative;
}

.program-detail-group01 {
  padding: 27px 0;
}

.program-detail-group01-content {
  position: relative;
  padding: 0 15px 35px 35px;
}

.program-detail-group01-content-ttl {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.program-detail-group01-content-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.program-detail-group01-content-ttl:after {
  background: #035d48;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
}

.program-detail-group01-content:after {
  position: absolute;
  left: 8px;
  top: 8px;
  height: 100%;
  width: 1px;
  background: #a39f97;
  content: "";
}

.program-detail-group01-content:last-child:after {
  position: absolute;
  left: 10px;
  top: 20px;
  height: 100%;
  width: 1px;
  background: #a39f97;
  content: none;
}

.program-detail03 {
  border-bottom: solid 1px #000000;
  padding: 87px 0 37px;
}

.program-detail-group02 {
  padding: 27px 0;
}

.program-detail-group02 ul {
  list-style: disc;
  padding: 0 0 0 30px;
}

.program-detail-group02-txt {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.program-detail04 {
  background: #e9e4d9;
  padding: 87px 0 100px;
}

.last-lower {
  padding: 87px 0 100px;
}

.program-detail-group02 {
  padding: 37px 0;
}

.program-detail-group02-txt {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.program-detail-group03 {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}

.program-detail-group03-img {
  width: 160px;
  height: 160px;
}

.program-detail-group03-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.program-detail-group03-profile {
  width: calc(100% - 160px);
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.program-detail-group03-name {
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 10px;
}

.program-detail-group03-name span {
  font-size: 20px;
  width: 100%;
}

.program-detail-group03-info {
  line-height: 2;
}

.program-detail-group03-txt {
  font-size: 16px;
  line-height: 2.4;
  max-width: 100%;
  margin: 20px auto;
}

@media screen and (max-width: 1000px) {
  .program-detail01-flex {
    display: block;
    padding-top: 0;
  }
  .program-detail01-content {
    display: block;
    padding: 0 0 30px 0;
    width: 100%;
  }
  .program-detail01__img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .program-detail-ttl {
    padding: 10px 0 20px;
    font-size: 22px;
  }
  .program-detail01 {
    padding: 50px 0 50px;
  }
  .program-detail01__ttl01 {
    line-height: 2.4;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .program-detail01__ttl02 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .program-detail01__txt {
    font-size: 20px;
  }
  .program-detail01-txt {
    font-size: 16px;
  }
  .program-detail02 {
    padding: 50px 0 0px;
  }
  .program-detail-group01-content-ttl {
    font-size: 18px;
  }
  .program-detail-group01-content-txt {
    font-size: 16px;
  }
  .program-detail03 {
    border-bottom: solid 1px #000000;
    padding: 50px 0 17px;
  }
  .program-detail-group02 {
    padding: 27px 0;
  }
  .program-detail-group02-txt {
    font-size: 18px;
  }
  .program-detail04 {
    background: #e9e4d9;
    padding: 50px 0 31px;
  }
  .last-lower {
    padding: 50px 0 60px;
  }
  .program-detail-group02 {
    padding: 37px 0;
  }
  .program-detail-group03-profile {
    width: 100%;
    padding: 30px 0 0;
  }
  .program-detail-group03-name {
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
  }
  .program-detail-group03-name span {
    font-size: 20px;
    width: 100%;
  }
  .program-detail-group03-info {
    line-height: 2;
  }
  .program-detail-group03-txt {
    font-size: 16px;
    line-height: 2.4;
    max-width: 100%;
    margin: 20px auto;
  }
}
.news-archive {
  padding: 60px 0 130px;
}

.news-archive-area {
  margin: 60px auto 55px;
  width: 800px;
  max-width: 100%;
}

.news-archivebox {
  display: block;
}

.news-archivebox a {
  display: flex;
  align-items: center;
  gap: 35px;
  border-bottom: solid 1px #000;
  padding: 17px 0;
  font-size: 16px;
}

.news-archivebox-date {
  font-size: 14px;
  color: #035d48;
}

.news-archivebox-ttl {
  line-height: 1.8;
  width: calc(100% - 220px);
}

.news-archivebox .arrow {
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  margin-left: 25px;
}

.news-archivebox .arrow:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}

.news-archivebox .arrow:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}

.news-archivebox :hover .arrow:after {
  margin-right: -5px;
}

.news-archivebox :hover .arrow:before {
  margin-right: -5px;
}

.pagenate {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  gap: 25px;
}

.pagenate a:hover {
  color: #035d48;
}

.pagenate .current {
  color: #035d48;
}

.pagenate .prev {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 2px 10px 0 0;
  transform: 0.2s;
}

.pagenate .prev:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform-origin: bottom left;
  transform: rotate(-45deg);
  transition: 0.2s;
}

.pagenate .prev:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 50%;
  left: 0;
  transition: 0.2s;
}

.pagenate .next {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 2px 0 0 10px;
  transform: 0.2s;
}

.pagenate .next:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(45deg);
  transition: 0.2s;
}

.pagenate .next:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 50%;
  right: 0;
  transition: 0.2s;
}

.pagenate .prev:hover:after {
  transform: translateX(-5px);
}

.pagenate .prev:hover:before {
  transform: translateX(-5px) rotate(-45deg);
}

.pagenate .next:hover:after {
  transform: translateX(5px);
}

.pagenate .next:hover:before {
  transform: translateX(5px) rotate(45deg);
}

.pagenate .prev:hover:after,
.pagenate .prev:hover:before,
.pagenate .next:hover:after,
.pagenate .next:hover:before {
  background: #035d48;
}

@media screen and (max-width: 767px) {
  .news-archive {
    padding: 30px 0 60px;
  }
  .news-archive-area {
    margin: 30px auto 25px;
  }
  .news-archivebox a {
    flex-wrap: wrap;
    gap: 10px;
  }
  .news-archivebox-date {
    width: 100%;
  }
  .news-archivebox-ttl {
    line-height: 1.8;
    width: calc(100% - 60px);
  }
  .news-archivebox .arrow {
    position: relative;
    display: block;
    width: 40px;
    height: 1px;
    margin-left: 5px;
  }
  .pagenate {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    gap: 15px;
  }
}
.single-sec {
  padding: 60px 0 130px;
}

.single-box {
  margin: 50px auto 55px;
  width: 800px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.8;
}

.single__date {
  font-size: 16px;
}

.single__ttl {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  margin: 5px 0 30px;
  color: #035d48;
}

.single__img {
  text-align: center;
  margin: 20px 0 55px;
}

.single__img img {
  max-height: 100%;
  max-width: 100%;
}

.single-box h2 {
  font-size: 22px;
  line-height: 1.4;
  margin: 10px 0 25px;
  font-weight: 500;
}

.single-box h3 {
  font-size: 18px;
  padding: 10px 0 10px 23px;
  margin: 10px 0 10px;
  position: relative;
  font-weight: 500;
}

.single-box h3:after {
  background: #035d48;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 21px;
  z-index: 2;
}

.single-box p {
  margin: 0 0 20px;
  letter-spacing: 0.03rem;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.single-content a {
  color: #035d48;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 750px) {
  .single-sec {
    padding: 60px 0 60px;
  }
  .single-box {
    margin: 20px auto 20px;
  }
  .single__date {
    font-size: 14px;
  }
  .single__ttl {
    font-size: 22px;
    margin: 5px 0 20px;
  }
  .single__img {
    margin: 20px 0 40px;
  }
  .single-box h2 {
    font-size: 20px;
    margin: 10px 0 15px;
  }
  .single-box h3 {
    font-size: 18px;
  }
}
/*contact*/
.contact-area .inner-box {
  padding: 100px 4% 150px;
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

.contact-area .inner-box .contact-txt {
  font-size: 18px;
  text-align: center;
  color: #000;
  max-width: 810px;
  margin: 0 auto 60px;
}

.contact-area .inner-box form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.contact-area .inner-box form button {
  max-width: 250px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #035d48;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}

.contact-area .inner-box form dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 18px 0 18px 5px;
  border-bottom: 1px solid #81807e;
}

.contact-area .inner-box form dl dt {
  width: 260px;
  line-height: 30px;
}

.contact-area .inner-box form dl .req {
  position: relative;
}

.contact-area .inner-box form dl .req::after {
  content: "　必須";
  position: absolute;
  color: #035d48;
  font-size: 14px;
  font-weight: bold;
}

.contact-area .inner-box form dl dd {
  width: calc(100% - 260px);
}

.contact-area .inner-box form dl dd input {
  max-width: 390px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
}

.contact-area .inner-box form dl dd .num {
  max-width: 60px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 15px;
}

.contact-area .inner-box form dl dd .select-box {
  max-width: 460px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  position: relative;
  margin-bottom: 10px;
}

.contact-area .inner-box form dl dd select {
  max-width: 460px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}

.contact-area .inner-box form dl dd .select-box::before {
  pointer-events: none;
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  right: 15px;
  top: 0;
  bottom: 5px;
  margin: auto 0;
}

.contact-area .inner-box form dl .half {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact-area .inner-box form dl .half input {
  max-width: 160px;
  margin-right: 20px;
  height: 40px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

.contact-area .inner-box form dl dd textarea {
  min-width: 100%;
  min-height: 240px;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  font-size: 14px;
}

.thanks-ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
  color: #035d48;
  text-align: center;
  line-height: 1.5;
}

.thanks-btn {
  max-width: 250px;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #035d48;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 750px) {
  .contact-area .inner-box .contact-txt {
    font-size: 16px;
    text-align: center;
    color: #000;
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .contact-area .inner-box form dl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 14px 0;
  }
  .contact-area .inner-box form dl dd {
    width: 100%;
  }
  .contact-area .inner-box form dl .half input {
    max-width: 160px;
    margin-right: 0px;
    width: 48%;
    height: 40px;
  }
  .contact-area .inner-box form dl .half {
    display: flex;
    gap: 8px;
  }
  .contact-area .inner-box form dl dt {
    margin-bottom: 5px;
  }
}
.half label {
  background: none;
  display: block !important;
  margin-right: 20px !important;
}
.half label:last-child {
  margin-right: 0;
}

input[type=radio] {
  border-radius: 50% !important;
  max-width: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 20px;
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  margin-right: 8px !important;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
}
input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #007bff;
}

.none {
  display: none !important;
}

select {
  padding: 10px 35px 10px 10px;
}/*# sourceMappingURL=sub.css.map */