@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif !important;
  font-weight: 400;
  color: #363636;
  scroll-behavior: smooth;
}

.green-color {
  color: #009A90;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.header {
  background-color: #FFF;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 14px;
    text-align: center;
  }
}

.header-logo {
  margin: 0;
  line-height: 1;
}
.header-logo img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header-logo {
    text-align: left;
    padding-left: 6px;
  }
  .header-logo img {
    height: 40px;
    width: auto;
  }
}

.main-v {
  background-image: url(../img/main-v.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -100px;
  display: flex;
  align-items: center;
  height: 390px;
  position: relative;
}
.main-v::before {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .main-v {
    height: 260px;
    background-size: 200% auto;
  }
}

.main-copy {
  color: #009A90;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.8;
  margin-left: 90px;
  position: relative;
  z-index: 11;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
  .main-copy {
    font-size: 23px;
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .main-copy {
    font-size: 19px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 360px) {
  .main-copy {
    font-size: 17px;
    margin-left: 20px;
  }
}

.introduction {
  background-color: #33ADA2;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .introduction {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.introduction .content {
  width: 1000px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 30px;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .introduction .content {
    width: 90%;
    padding: 40px 30px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .content {
    border-radius: 10px;
    width: 92%;
  }
}
@media screen and (max-width: 600px) {
  .introduction .content {
    padding: 30px 17px;
  }
}
.introduction .logo-area {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
}
.introduction .logo-area .evolva {
  width: 250px;
  margin-top: 15px;
  margin-right: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .introduction .logo-area .evolva {
    width: 160px;
    margin-right: 30px;
  }
}
.introduction .logo-area .relia {
  width: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .introduction .logo-area .relia {
    width: 70px;
  }
}
.introduction .logo-area img {
  width: 100%;
  flex-shrink: 0;
  height: auto;
}
.introduction .intro-lead {
  font-size: 28px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .introduction .intro-lead {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .intro-lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .introduction .intro-lead {
    text-align: left;
    font-weight: normal;
  }
}
.introduction .intro-lead span {
  font-size: 36px;
}
@media screen and (max-width: 1000px) {
  .introduction .intro-lead span {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .introduction .intro-lead span {
    font-size: 21px;
    font-weight: bold;
  }
}
@media screen and (max-width: 500px) {
  .introduction .intro-lead span {
    font-size: 19px;
    font-weight: bold;
    margin-left: -8px;
  }
}
.introduction .large-logo {
  text-align: center;
  padding: 40px 20px 40px 20px;
  position: relative;
  z-index: 30;
  background-color: #FFF;
  box-shadow: 0 0 30px white;
}
@media screen and (max-width: 1000px) {
  .introduction .large-logo {
    margin: 30px 0 50px 0;
  }
  .introduction .large-logo img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .introduction .large-logo {
    margin: 20px 0 35px 0;
  }
  .introduction .large-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .introduction .large-logo {
    margin: 0px 0 5px 0;
    padding: 20px 0 30px 0;
  }
}
.introduction .intro-text {
  font-size: 22px;
  line-height: 2.7;
  font-weight: bold;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .introduction .intro-text {
    font-size: 19px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) {
  .introduction .intro-text {
    font-size: 15px;
    line-height: 2.3;
  }
}
@media screen and (max-width: 600px) {
  .introduction .intro-text {
    text-align: left;
    font-weight: normal;
  }
}
.introduction .shake-hand-photo {
  position: absolute;
  bottom: -110px;
  width: 100%;
  right: 0;
  left: 0;
  display: block;
  opacity: 0.2;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .introduction .shake-hand-photo {
    bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .introduction .shake-hand-photo {
    bottom: -280px;
  }
}

.site-lead {
  background-image: url(../img/contact-center-photo.jpg);
  background-repeat: no-repeat;
  background-position: left 90px;
  background-size: 770px auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .site-lead {
    background-size: 120% auto;
    background-position: center bottom;
  }
  .site-lead::before {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
}
.site-lead .content {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  .site-lead .content {
    width: 90%;
    justify-content: center;
  }
}
.site-lead .text-area {
  width: 520px;
  padding: 120px 0 140px 0;
}
@media screen and (max-width: 1000px) {
  .site-lead .text-area {
    width: 96%;
    padding: 40px 0;
  }
}
.site-lead .site-lead-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
  color: #009A90;
}
@media screen and (max-width: 767px) {
  .site-lead .site-lead-title {
    font-size: 20px;
  }
}
.site-lead .site-lead-text {
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .site-lead .site-lead-text {
    font-size: 16px;
    line-height: 2.2;
  }
}

.content-title {
  font-size: 36px;
  line-height: 1.7;
  color: #009A90;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .content-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 390px) {
  .content-title {
    font-size: 21px;
  }
}

.content-lead {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}

.attraction {
  background-color: #EAF6F6;
  text-align: center;
  padding: 40px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .attraction {
    padding-bottom: 60px;
  }
}
.attraction .content {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .attraction .content {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .attraction .content {
    width: 90%;
  }
}
.attraction .content-lead {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .attraction .content-lead {
    font-size: 14px;
    text-align: left !important;
  }
}
.attraction .attraction-point {
  display: flex;
  padding-top: 20px;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .attraction .attraction-point {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
  }
}
.attraction .attraction-point li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  .attraction .attraction-point li {
    flex-basis: 100%;
    flex-direction: row;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
}
.attraction .attraction-image {
  background-color: #FFF;
  border-radius: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 222px;
}
@media screen and (max-width: 1000px) {
  .attraction .attraction-image {
    width: 180px;
    height: 180px;
  }
  .attraction .attraction-image img {
    width: 45%;
    height: 45%;
  }
}
@media screen and (max-width: 767px) {
  .attraction .attraction-image {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .attraction .attraction-image {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .attraction .attraction-textarea {
    text-align: left;
  }
}
.attraction .attraction-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .attraction .attraction-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 890px) {
  .attraction .attraction-title {
    font-size: 18px;
    margin-top: 0;
  }
}
.attraction .attraction-text {
  font-size: 15px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .attraction .attraction-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 890px) {
  .attraction .attraction-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .attraction .attraction-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .attraction .attraction-text {
    font-size: 13px;
  }
}

.support {
  padding: 40px 0 140px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support {
    padding-bottom: 60px;
  }
}
.support .content {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .support .content {
    width: 90%;
  }
}
.support .support-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .support .support-point {
    flex-direction: column;
    margin-top: 30px;
  }
}
.support .support-point li {
  flex-basis: 48%;
  margin-bottom: 30px;
  background-color: #EAF6F6;
  border-radius: 8px;
  text-align: left;
  padding: 25px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .support .support-point li {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 414px) {
  .support .support-point li {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.support .support-point .support-image {
  background-color: #FFF;
  border-radius: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  margin-right: 30px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .support .support-point .support-image {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
  }
  .support .support-point .support-image img {
    height: 65%;
    width: auto;
    display: block;
  }
  .support .support-point .support-image.image2 img {
    height: 50%;
  }
}
@media screen and (max-width: 414px) {
  .support .support-point .support-image {
    margin-right: 15px;
    width: 72px;
    height: 72px;
  }
}
.support .support-point .support-title {
  margin: 0;
  font-size: 25px;
  color: #B98600;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .support .support-point .support-title {
    font-size: 18px;
  }
}
.support .support-point .support-text {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .support .support-point .support-text {
    font-size: 14px;
  }
}

.office {
  text-align: center;
  padding-bottom: 50px;
}
.office .content {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .office .content {
    width: 90%;
  }
}
.office .office-lead {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .office .office-lead {
    font-size: 17px;
  }
}
.office .content-title {
  margin-top: 0;
  margin-bottom: 40px;
}
.office .office-map {
  width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .office .office-map {
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .office .office-map img {
    width: 100%;
  }
}

.employee {
  text-align: center;
  padding-bottom: 80px;
  padding-top: 30px;
  background-image: repeating-linear-gradient(90deg, #eee, #eee 1px, transparent 1px, transparent 25px), repeating-linear-gradient(0deg, #eee, #eee 1px, #fff 1px, #fff 25px);
}
@media screen and (max-width: 767px) {
  .employee {
    padding-bottom: 50px;
  }
}
.employee .content {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .employee .content {
    width: 90%;
  }
}
.employee .employee-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .employee .employee-item {
    flex-direction: column;
  }
}
.employee .employee-item li {
  border: 2px solid #009A90;
  border-radius: 10px;
  padding: 20px 20px 0 20px;
  text-align: center;
  background-color: #fff;
  flex-basis: 48%;
}
@media screen and (max-width: 1000px) {
  .employee .employee-item li {
    flex-basis: 48%;
    padding: 15px 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .employee .employee-item li {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}
.employee .employee-title {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .employee .employee-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.employee .employee-image {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .employee .employee-image {
    width: 90%;
    margin: 0 auto;
  }
  .employee .employee-image img {
    width: auto;
    height: 200px;
  }
}
@media screen and (max-width: 430px) {
  .employee .employee-image {
    width: 100%;
  }
  .employee .employee-image img {
    width: auto;
    height: 160px;
  }
}
@media screen and (max-width: 360px) {
  .employee .employee-image {
    width: 100%;
  }
  .employee .employee-image img {
    width: auto;
    height: 140px;
  }
}
.employee .employee-text {
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
  padding-left: 25px;
  padding-top: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .employee .employee-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 430px) {
  .employee .employee-text {
    padding-left: 10px;
    margin-top: 0;
  }
}

.search {
  background: linear-gradient(137deg, #00868E 0%, #008E64 100%);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .search {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.search .content {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .search .content {
    width: 90%;
  }
}
.search .content-title {
  color: #FFF;
  margin-bottom: 30px;
}
.search .search-box {
  background-color: #FFF;
  border-radius: 8px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .search .search-box {
    padding: 20px;
  }
}
.search .pref-list-wrap {
  width: 450px;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .search .pref-list-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.search .pref-list {
  padding: 15px 0;
  border-top: 1px solid #E3E3E3;
  display: flex;
}
@media screen and (max-width: 767px) {
  .search .pref-list {
    border: none;
    flex-direction: column;
    padding: 10px 0;
  }
}
.search .area {
  flex-basis: 120px;
  width: 120px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .search .area {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}
.search .area a {
  position: relative;
  display: inline-block;
}
.search .area a:link, .search .area a:visited {
  color: #005E4F;
  font-weight: bold;
  text-decoration: none;
  font-size: 19px;
}
.search .area a:hover {
  color: #35AB98;
}
.search .area a::after {
  border-right: 1px solid #005E4F;
  border-bottom: 1px solid #005E4F;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  content: "";
  right: -15px;
  top: calc(50% - 4px);
}
.search .prefs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-shrink: 0;
}
.search .prefs li {
  flex-basis: 100px;
  width: 100px;
  margin-bottom: 10px;
  flex-shrink: 0;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .search .prefs li {
    flex-basis: 32%;
    width: 32%;
    margin-left: 0;
    margin-right: 1.5%;
  }
  .search .prefs li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.search .prefs a {
  border: 1px solid #009A90;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #009A90;
  font-size: 18px;
  text-decoration: none;
  padding: 8px;
  line-height: 1;
  width: 100%;
}
.search .prefs a:link, .search .prefs a:visited {
  color: #009A90;
}
.search .prefs a:hover {
  background-color: #EBFCFB;
}
@media screen and (max-width: 767px) {
  .search .prefs a {
    font-size: 15px;
  }
}

.footer {
  text-align: center;
  padding: 60px 0 20px 0;
}
.footer .footer-link {
  display: inline-block;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .footer .footer-link {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer-link img {
    width: 100%;
  }
}
.footer .footer-text {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 40px 0 !important;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .footer .footer-text {
    width: 90%;
    margin: 0 auto 40px auto;
    font-size: 14px;
  }
}
.footer .copyright {
  font-size: 12px;
  line-height: 1;
  padding-bottom: 110px;
  margin: 0 !important;
  text-align: center !important;
}

.fixed-btn {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.fixed-btn a {
  background-color: #FFF;
  border-radius: 6px;
  width: 320px;
  margin: 18px auto;
  font-size: 24px;
  line-height: 1;
  color: #ED9C00;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 17px 0;
}
.fixed-btn a:link, .fixed-btn a:visited {
  color: #ED9C00;
}
.fixed-btn a:hover {
  background-color: #FFF0DE;
}
.fixed-btn a::after {
  border-right: 1px solid #ED9C00;
  border-bottom: 1px solid #ED9C00;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  content: "";
  right: 10px;
  top: calc(50% - 5px);
}
@media screen and (max-width: 414px) {
  .fixed-btn a {
    font-size: 20px;
    width: 80%;
  }
}

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