@charset "utf-8";

.title {
  height: 300px;
  background-color: #b7fac0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.title h1 {
  padding-top: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: white;
  text-shadow: 3px 3px 5px #000000;
}

.title-text {
  width: 750px;
  margin-left: 30px;
  padding-top: 20px;
  font-size: 17px;
}
.title-text li {
  list-style-type: disc;
  line-height: 25px;
}
.title-text-tel {
  display: block;
  width: 800px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.header-inner {
  max-width: 1200px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo:hover {
  border-width: 2px;
  border-color: #1302fc;
}
.header-site-menu {
  font-family: ＭＳ Ｐ明朝;
  font-weight: bold;
}
.link-button:hover {
  color: #1302fc;
  font-family: ＭＳ Ｐゴシック;
}
.site-menu {
  font-family: ＭＳ Ｐ明朝;
}
.link-buttonf:hover {
  color: #f8fc02;
  font-family: ＭＳ Ｐゴシック;
  font-weight: bold;
}

.contact {
  width: 930px;
  max-width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.end-button-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.end-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 220px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'montserrat', sans-serif;
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}
.end-button:hover {
  background-color: #d8b500;
}

.footer {
  margin-top: 50px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #ffffff;
  background-color: #03247e;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  display: block;
  width: 160px;
  margin-top: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.copyright {
  font-size: 14px;
  margin-top: 20px;
}

@media (max-width:800px) {
.header-inner {
  height: 50px;
}

.title {
    height: 430px;
  }
  .title h1 {
    font-size: 30px;
  }
  .title-text {
    max-height: 430px;
    width: 400px;
    font-size: 16px;
  }
  .title-text-tel {
    width: 400px;
    font-size: 16px;
  }
  .contact {
    width: 600px;
    margin-top: 30px;
  }
  .form-area dt,.form-area dd {
    width: 100%;
  }
  .form-area dt {
    padding-bottom: 0;
  }
  .form-area dd {
    padding-top: 0;
  }
  .apply01 {
    padding-top: 10px;
  }
  .apply02 {
    padding-top: 10px;
  }
}