header {
  padding-block: 5px;
  background-color: #fff;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
  position: relative;
  z-index: 100;
}
header a {
  color: #474747 !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
}
header a:before, header a:after {
  content: "";
  position: absolute;
  background: #005daa;
  width: 8px;
  height: 1px;
  left: 0;
  border-radius: 100vh;
}
header a:before {
  transform: translateY(100%) rotate(-45deg);
  top: 3px;
}
header a:after {
  transform: translateY(-100%) rotate(45deg);
  top: 10px;
}

.l-wrapper {
  padding-bottom: min(18.66vw, 96px);
}
.l-wrapper:before {
  content: "";
  position: absolute;
  background: url(../images/sub_page_bg_bottom.png) no-repeat bottom center/cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 750/226;
}

.pageTitle {
  padding-block: 18px;
  position: relative;
  z-index: 2;
}
.pageTitle h1.title {
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  color: #fff;
}

p + p {
  margin-top: 10px;
}

a:not([class]) {
  color: #005daa;
  text-decoration: underline;
}

* + h2.title {
  margin-top: 32px;
}

h2.title + * {
  margin-top: 8px;
}

h2.title + p {
  margin-top: 18px;
}

h2.title {
  position: relative;
  padding-bottom: 8px;
  font-size: 17px;
  color: #474747;
  font-weight: 900;
  padding-left: 22px;
}
h2.title:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #c4d5dc;
  border-radius: 4px;
}
h2.title:after {
  content: "";
  position: absolute;
  background: url(../images/icon_titlehead.png) no-repeat center center/contain;
  display: block;
  width: 15px;
  height: auto;
  top: 2px;
  left: 0;
  aspect-ratio: 60/74;
}

* + h3.title {
  margin-top: 20px;
}

h3.title + * {
  margin-top: 8px;
}

h3.title {
  position: relative;
  font-size: 16px;
  color: #005daa;
  font-weight: 900;
}

* + ul.commonList,
* + ol.commonList {
  margin-top: 18px;
}

ul.commonList {
  margin-inline: 0;
  padding: 0;
  border: none;
}
ul.commonList.col_sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.commonList.col_sp > li {
  width: calc(50% - 20px);
}
ul.commonList.col_sp > li:nth-child(odd) {
  margin-right: 10px;
}
ul.commonList.col_sp > li:nth-child(even) {
  margin-left: 10px;
}
ul.commonList > li {
  padding-left: 1em;
  position: relative;
  line-height: 1.4;
  border: none;
  text-align: left !important;
}
ul.commonList > li + li {
  margin-top: 6px;
}
ul.commonList > li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5ab2dd;
  position: absolute;
  top: 7px;
  margin: auto;
  left: 0;
}
ul.commonList > li a {
  display: inline-block;
}
ul.commonList > li .listItem + .listItem {
  margin-top: 0;
}

ol.commonList {
  counter-reset: number 0;
  margin-inline: 0;
  padding: 0;
  border: none;
}
ol.commonList > li {
  padding-left: 1.5em;
  position: relative;
  text-indent: 0;
  margin-bottom: 0;
}
ol.commonList > li + li {
  margin-top: 7px;
}
ol.commonList > li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #005daa;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
}
ol.commonList > li:nth-child(n+10) {
  padding-left: 2em;
}

.pointsList > li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pointsList > li:before {
  font-size: 16px !important;
  top: 5px !important;
}
.pointsList > li .text {
  width: calc(100% - 65px);
  padding-right: 10px;
}
.pointsList > li .point {
  width: 65px;
  text-align: right;
  font-size: 16px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(0deg, #00da91 0%, #02acd0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pointsList > li .point span {
  font-size: 20px;
}
.pointsList p {
  margin-top: 0 !important;
}

* + .colorBox {
  margin-inline: auto;
  position: relative;
  margin-top: 24px;
}
* + .colorBox + .tableList {
  margin-top: 24px;
}

* + .colorBoxAdd {
  margin-top: 15px;
}

.colorBox,
.colorBoxAdd {
  display: block;
  background: #e5f7fa;
}

.colorBox {
  padding-block: 20px;
  padding-inline: 20px;
  border-radius: 8px;
  transform: translateZ(0);
}

.colorBoxAdd {
  padding: 18px 15px 18px;
  border-radius: 8px;
}

.formWrap {
  margin-block: 60px 50px;
  position: relative;
}
.formWrap:before {
  content: "";
  position: absolute;
  background: url(../images/top_part_map.png) no-repeat center center/contain;
  width: 100%;
  height: auto;
  aspect-ratio: 631/86;
  top: 0;
  left: 0;
}
.formWrap:after {
  content: "";
  position: absolute;
  background: url(../images/bottom_part_map.png) no-repeat center center/contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1260/173;
  bottom: 0;
  left: 0;
}
.formWrap .formTitle {
  position: absolute;
  width: 100%;
}
.formWrap .formTitle img {
  aspect-ratio: 864/467;
  width: 216px;
  height: auto;
  display: block;
  margin-inline: auto;
}
.formWrap iframe {
  width: 100%;
  min-height: 800px;
  border: none;
}
.formWrap iframe > * {
  padding-inline: 0 !important;
}
.formWrap form {
  padding-block: 24px;
  padding-inline: 5px !important;
}
.formWrap form .formItem + .formItem {
  margin-top: 18px;
}
.formWrap form .formItem label {
  font-size: 16px;
  font-weight: 700;
}
.formWrap form .formItem input,
.formWrap form .formItem select {
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  color: #474747;
}
.formWrap form .btnWrap {
  position: relative;
}
.formWrap form .btnWrap input[type=submit] {
  border: none !important;
}
.formWrap form .btnWrap .wpcf7-spinner {
  position: absolute !important;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.contentsInner {
  background: url(../images/grade_green_bg.png) no-repeat top right/cover;
  background-size: 100% auto;
  padding-inline: 15px;
}
.contentsInner .leadTextWrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: baseline;
  padding-block: 24px 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #c4d5dc;
}
.contentsInner .leadTextWrap.noBorder {
  border-bottom: none;
}
.contentsInner .contents {
  padding-top: 30px;
}

.leadText {
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  color: #474747;
}

#about .about {
  padding-block: 90px 110px;
  position: relative;
}
#about .about *:not(.btn) {
  color: #654c41;
}
#about .about .inner {
  background: #fce5b3 url(../images/about_bg.png) no-repeat top center/cover;
  position: relative;
  padding-inline: 20px;
}
#about .about .inner:before {
  content: "";
  position: absolute;
  background: url(../images/about_bg_top.png) no-repeat top center/cover;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  aspect-ratio: 691/86;
  transform: translateY(-97%);
}
#about .about .inner:after {
  content: "";
  position: absolute;
  background: url(../images/about_bg_bottom.png) no-repeat bottom center/cover;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  aspect-ratio: 1380/173;
  transform: translateY(97%);
}
#about .about .titleWrap {
  text-align: center;
  position: relative;
  color: #654c41;
  padding-block: 24px;
}
#about .about .titleWrap:before {
  content: "";
  position: absolute;
  background: url(../images/leaf_left.png) no-repeat 50% 50%/contain;
  width: 76px;
  height: auto;
  top: -31px;
  left: -29px;
  aspect-ratio: 142/85;
}
#about .about .titleWrap:after {
  content: "";
  position: absolute;
  background: url(../images/leaf_right.png) no-repeat 50% 50%/contain;
  width: 71px;
  height: auto;
  bottom: -7px;
  right: -30px;
  aspect-ratio: 153/82;
}
#about .about .titleWrap .fontAc {
  font-size: 13.5px;
}
#about .about .titleWrap .sectionTitle {
  font-size: 20px;
}
#about .about p {
  line-height: 1.6;
  margin-top: 20px;
  color: #654c41;
}
#about .about .catchCopy {
  color: #654c41;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding-block: 20px;
  position: relative;
  z-index: 2;
  font-feature-settings: "palt";
}
#about .about .catchCopy:before {
  content: "";
  position: absolute;
  background: url(../images/illust_map.png) no-repeat 50% 50%/contain;
  width: 90%;
  height: auto;
  aspect-ratio: 1210/691;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#about .about h2.title:before {
  background: #cfa760;
}
#about .about .colorBox {
  background: #fffae0;
}
#about p > a:not([class]) {
  color: #005daa;
  text-decoration: underline;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .formWrap {
    padding-block: 13.333vw;
  }
  .formWrap .formTitle {
    top: -12vw;
  }
  .formWrap .formTitle img {
    aspect-ratio: 864/467;
    width: 216px;
    height: auto;
    display: block;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .formWrap {
    padding-block: 50px;
  }
  .formWrap .formTitle {
    top: -45px;
  }
  .formWrap .formTitle img {
    aspect-ratio: 864/467;
    width: 216px;
    height: auto;
    display: block;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .formWrap .formTitle img {
    aspect-ratio: 864/467;
    width: 216px;
    height: auto;
    display: block;
    margin-inline: auto;
  }
}
@media print {
  .formWrap .formTitle img {
    aspect-ratio: 864/467;
    width: 216px;
    height: auto;
    display: block;
    margin-inline: auto;
  }
}
/*# sourceMappingURL=map/second.css.map */
