* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Outfit", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@100;200;300;400;500;600;700&family=Outfit:wght@400;900&display=swap");
}

body {
  background: #F9F4E4;
  font-feature-settings: "palt";
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

br.pc_none {
  display: block;
}
@media screen and (min-width: 768px) {
  br.pc_none {
    display: none;
  }
}
br.sp_none {
  display: none;
}
@media screen and (min-width: 768px) {
  br.sp_none {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .wrapper {
    overflow: hidden;
  }
}

.container {
  padding: 0 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 970px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .container.sp_full_container {
    padding: 0;
  }
}

.section_title img {
  width: auto;
  height: 5.8974358974vw;
  margin: 0 auto 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .section_title img {
    height: 23px;
    margin: 0 auto 14px;
  }
}
.section_title span {
  display: block;
  font-size: 3.8461538462vw;
  font-weight: 700;
  line-height: 1.466;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_title span {
    font-size: 15px;
  }
}

.anchor_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 89.7435897436vw;
  height: 17.9487179487vw;
  background: #9F263D;
  border-radius: 100vh;
  padding: 0 5.641025641vw 0 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .anchor_button {
    width: 350px;
    height: 70px;
    padding: 0 22px 0 26px;
  }
}
.anchor_button span {
  font-size: 4.358974359vw;
  font-weight: 700;
  line-height: 1.47;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .anchor_button span {
    font-size: 17px;
  }
}
.anchor_button i svg {
  width: 4.358974359vw;
  height: 2.5641025641vw;
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .anchor_button i svg {
    width: 17px;
    height: 10px;
  }
}

.link_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 89.7435897436vw;
  height: 17.9487179487vw;
  background: #9F263D;
  border-radius: 100vh;
  padding: 0 4.1025641026vw 0 6.6666666667vw;
  margin: 8.4615384615vw auto 0;
}
@media screen and (min-width: 768px) {
  .link_button {
    width: 350px;
    height: 70px;
    padding: 0 16px 0 26px;
    margin: 33px auto 0;
  }
}
.link_button span {
  font-size: 4.358974359vw;
  font-weight: 700;
  line-height: 1.47;
  color: #ffffff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .link_button span {
    font-size: 17px;
  }
}
.link_button i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.7435897436vw;
  height: 9.7435897436vw;
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .link_button i {
    width: 38px;
    height: 38px;
  }
}
.link_button i svg {
  width: 3.0769230769vw;
  height: 3.0769230769vw;
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .link_button i svg {
    width: 12px;
    height: 12px;
  }
}

.mv .mv_inner {
  position: relative;
  width: 100%;
  height: 146.1538461538vw;
  padding: 23.0769230769vw 5.1282051282vw 25.641025641vw;
}
@media screen and (min-width: 768px) {
  .mv .mv_inner {
    height: 570px;
    padding: 39px 20px;
  }
}
.mv .mv_inner h1 {
  position: absolute;
  top: 23.0769230769vw;
  left: 50%;
  transform: translateX(-50%);
  width: 73.8461538462vw;
  height: 97.4358974359vw;
}
@media screen and (min-width: 768px) {
  .mv .mv_inner h1 {
    top: 39px;
    max-width: 373px;
    height: 493px;
  }
}
.mv .mv_inner h1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv .mv_inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv .mv_inner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .under_label {
  background-color: #006E9F;
  padding: 3.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .mv .under_label {
    padding: 13px 0;
  }
}
.mv .under_label p {
  font-size: 4.1025641026vw;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .mv .under_label p {
    font-size: 16px;
  }
}

.section_01 {
  padding-top: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  .section_01 {
    padding-top: 70px;
  }
}
.section_01 h2 {
  width: 59.4871794872vw;
  height: 16.9230769231vw;
  margin: 0 auto 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  .section_01 h2 {
    width: 346px;
    height: 98px;
    margin: 0 auto 25px;
  }
}
.section_01 p {
  font-size: 3.8461538462vw;
  line-height: 1.866;
  text-indent: 1em;
}
@media screen and (min-width: 768px) {
  .section_01 p {
    font-size: 15px;
    text-align: center;
    text-indent: 0;
  }
}
.section_01 a {
  margin: 2.5641025641vw auto 10.2564102564vw auto;
}
@media screen and (min-width: 768px) {
  .section_01 a {
    margin: 33px auto 60px auto;
  }
}
.section_01 hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #006E9F;
}

.section_02 {
  padding-top: 8.7179487179vw;
}
@media screen and (min-width: 768px) {
  .section_02 {
    padding-top: 34px;
  }
}
.section_02 .section_title {
  margin-bottom: 8.4615384615vw;
}
@media screen and (min-width: 768px) {
  .section_02 .section_title {
    margin-bottom: 33px;
  }
}
.section_02 .map_wrap {
  padding-bottom: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  .section_02 .map_wrap {
    padding-bottom: 60px;
  }
}
.section_02 .map_wrap.outstanding_award_wrap .map:not(:last-of-type) {
  margin-bottom: 9.2307692308vw;
}
@media screen and (min-width: 768px) {
  .section_02 .map_wrap.outstanding_award_wrap .map:not(:last-of-type) {
    margin-bottom: 33px;
  }
}
.section_02 .map_wrap.outstanding_award_wrap .map:not(:last-of-type) .link_button_wrap {
  padding-bottom: 10.2564102564vw;
  border-bottom: 1px solid #006E9F;
}
@media screen and (min-width: 768px) {
  .section_02 .map_wrap.outstanding_award_wrap .map:not(:last-of-type) .link_button_wrap {
    padding-bottom: 33px;
  }
}
.section_02 .map_wrap.outstanding_award_wrap .map .map_title_wrap h3 {
  color: #006E9F;
}
.section_02 .map_wrap.entry_wrap .map:not(:last-of-type) {
  margin-bottom: 9.2307692308vw;
}
@media screen and (min-width: 768px) {
  .section_02 .map_wrap.entry_wrap .map:not(:last-of-type) {
    margin-bottom: 33px;
  }
}
.section_02 .map_wrap.entry_wrap .map .link_button_wrap {
  padding-bottom: 10.2564102564vw;
  border-bottom: 1px solid #476E50;
}
@media screen and (min-width: 768px) {
  .section_02 .map_wrap.entry_wrap .map .link_button_wrap {
    padding-bottom: 33px;
  }
}
.section_02 .map_wrap.entry_wrap .map .map_title_wrap h3 {
  color: #476E50;
}
.section_02 .map_wrap .title {
  padding: 2.3076923077vw 5.1282051282vw;
  border-radius: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .section_02 .map_wrap .title {
    padding: 9px 20px;
    border-radius: 4px;
  }
}
.section_02 .map_wrap .title.outstanding_award_title {
  background-color: #006E9F;
}
.section_02 .map_wrap .title.entry_title {
  background-color: #476E50;
}
.section_02 .map_wrap .title p {
  font-size: 4.358974359vw;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_02 .map_wrap .title p {
    font-size: 17px;
  }
}
.section_02 .map .map_title_wrap {
  margin: 3.3333333333vw 0 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .section_02 .map .map_title_wrap {
    text-align: center;
    margin: 33px 0;
  }
}
.section_02 .map .map_title_wrap h3 {
  font-size: 4.8717948718vw;
  font-weight: 700;
  line-height: 1.47;
  margin-bottom: 0.7692307692vw;
}
@media screen and (min-width: 768px) {
  .section_02 .map .map_title_wrap h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.section_02 .map .map_title_wrap p {
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .section_02 .map .map_title_wrap p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .section_02 .features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
  }
}
.section_02 .features .feature {
  background: #ffffff;
  padding: 2.0512820513vw 2.5641025641vw 3.3333333333vw 2.5641025641vw;
  border-radius: 2.0512820513vw;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .section_02 .features .feature {
    width: 76.9230769231vw;
    margin: 1.2820512821vw 1.9230769231vw;
  }
}
@media screen and (min-width: 768px) {
  .section_02 .features .feature {
    padding: 10px 10px 12px 10px;
    border-radius: 8px;
  }
}
.section_02 .features .feature h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.2564102564vw;
  font-size: 3.8461538462vw;
  font-weight: 700;
  line-height: 5.1282051282vw;
  text-align: center;
  overflow: hidden;
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .section_02 .features .feature h4 {
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.section_02 .features .feature .image_wrap {
  position: relative;
  width: 100%;
  padding-top: 78.57%;
  margin-bottom: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .section_02 .features .feature .image_wrap {
    margin-bottom: 10px;
  }
}
.section_02 .features .feature .image_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 13.18%;
  bottom: 13.18%;
  left: 0;
  right: 0;
  width: 100%;
  background: #F9F4E4;
}
.section_02 .features .feature .image_wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_02 .features .feature .description .address, .section_02 .features .feature .description .distance {
  display: flex;
  align-items: flex-start;
}
.section_02 .features .feature .description .address i, .section_02 .features .feature .description .distance i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5641025641vw;
  height: 4.1025641026vw;
  margin-right: 1.5384615385vw;
}
@media screen and (min-width: 768px) {
  .section_02 .features .feature .description .address i, .section_02 .features .feature .description .distance i {
    width: 10px;
    height: 16px;
    margin-right: 6px;
  }
}
.section_02 .features .feature .description .address span, .section_02 .features .feature .description .distance span {
  flex: 1;
  font-size: 2.8205128205vw;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .section_02 .features .feature .description .address span, .section_02 .features .feature .description .distance span {
    font-size: 11px;
  }
}
.section_02 .features .feature .description .address {
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .section_02 .features .feature .description .address {
    margin-bottom: 10px;
  }
}
.section_02 .features .feature .description .address svg {
  width: 2.5641025641vw;
  height: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .section_02 .features .feature .description .address svg {
    width: 10px;
    height: 14px;
  }
}
.section_02 .features .feature .description .distance svg {
  width: 2.0512820513vw;
  height: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .section_02 .features .feature .description .distance svg {
    width: 8px;
    height: 13px;
  }
}
.section_02 .features .feature .description .distance span {
  color: #006E9F;
}

.section_about {
  padding-bottom: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  .section_about {
    padding-bottom: 60px;
  }
}
.section_about .section_title {
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  .section_about .section_title {
    margin-bottom: 25px;
  }
}
.section_about .description {
  margin-bottom: 2.5641025641vw;
}
@media screen and (min-width: 768px) {
  .section_about .description {
    margin-bottom: 25px;
  }
}
.section_about .description p {
  font-size: 3.8461538462vw;
  line-height: 1.866;
  text-indent: 1em;
}
@media screen and (min-width: 768px) {
  .section_about .description p {
    font-size: 15px;
  }
}
.section_about dl {
  margin-bottom: 11.7948717949vw;
}
@media screen and (min-width: 768px) {
  .section_about dl {
    margin-bottom: 25px;
  }
}
.section_about dl dt {
  font-size: 3.8461538462vw;
  font-weight: 700;
  line-height: 1.866;
  margin-bottom: 1.2820512821vw;
}
@media screen and (min-width: 768px) {
  .section_about dl dt {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.section_about dl dd {
  font-size: 3.8461538462vw;
  line-height: 1.866;
  text-indent: 1em;
  margin-bottom: 2.8205128205vw;
}
@media screen and (min-width: 768px) {
  .section_about dl dd {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.section_about dl dd a {
  display: block;
  text-indent: 0;
  color: #782459;
  text-decoration: underline;
}
.section_about .inquiry {
  padding: 4.358974359vw 5.1282051282vw;
  border: 1px solid #006E9F;
}
@media screen and (min-width: 768px) {
  .section_about .inquiry {
    padding: 20px 30px;
  }
}
.section_about .inquiry h3 {
  font-size: 3.8461538462vw;
  font-weight: 700;
  line-height: 1.866;
  margin-bottom: 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  .section_about .inquiry h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.section_about .inquiry .department {
  font-size: 3.8461538462vw;
  line-height: 1.466;
  margin-bottom: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .section_about .inquiry .department {
    font-size: 15px;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) {
  .section_about .inquiry .tel_fax {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.section_about .inquiry .tel_fax p {
  font-size: 3.8461538462vw;
  line-height: 1.466;
}
@media screen and (min-width: 768px) {
  .section_about .inquiry .tel_fax p {
    font-size: 15px;
    margin-right: 10px;
  }
}

footer {
  padding: 7.6923076923vw 5.1282051282vw;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 40px 20px;
  }
}
footer p img {
  width: 46.1538461538vw;
  height: 30vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer p img {
    width: 274px;
    height: 178px;
  }
}/*# sourceMappingURL=styles.css.map */