@charset "UTF-8";
.top {
  overflow: hidden;
}
.top .mv {
  height: 702px;
  margin-top: 30px;
  background-image: url(../img/top/mv-img.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.top .mv .mv-left {
  padding-left: 100px;
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 700px;
}
.top .mv .mv-top {
  padding-top: 50px;
}
.top .mv .mv-text {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  color: #268136;
  font-weight: 600;
  letter-spacing: 0.18em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  border: 1px solid #268136;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 13px 20px;
}
.top .mv .mv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: auto 0 25px 0;
  padding-left: 100px;
}
.top .mv .mv-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.top .mv .mv-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1.25;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  background-color: #62a393;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 50px 35px;
}
.top .mv .mv-icon-text:nth-child(2) {
  background-color: #64a36f;
}
.top .mv .mv-icon-text:nth-child(3) {
  background-color: #81b35e;
}
.top .mv .mv-name-text {
  width: 332px;
  height: 118px;
  background-color: #fff;
  border-radius: 89px 0 0 0;
  font-size: 40px;
  line-height: 1.1;
  color: #268136;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  -webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 5px 20px 20px 35px;
}
.top .mv span {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .top .mv {
    padding: 50px 0 0 0;
    height: unset;
  }
  .top .mv .mv-left {
    padding-left: 20px;
    padding-right: 20px;
    height: unset;
  }
  .top .mv .mv-top {
    padding-top: 0;
  }
  .top .mv .mv-bottom {
    margin: auto 0 0 0;
    padding-left: 20px;
  }
  .top .mv .mv-icon {
    gap: 5px;
  }
  .top .mv .mv-icon-text {
    width: 100px;
    height: 100px;
    font-size: 16px;
    padding: 3px 3px;
  }
  .top .mv .mv-name-text {
    height: 110px;
    font-size: 35px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .top .mv {
    padding: 0;
    height: unset;
    background-image: unset;
    background-image: url(../img/top/mv-img-sp.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .top .mv .mv-left {
    padding-left: 0;
    padding-right: 0;
    height: unset;
  }
  .top .mv .mv-top {
    padding-top: 0;
  }
  .top .mv .mv-text {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 15px;
    margin: 0 auto 10px -1px;
  }
  .top .mv .mv-text:last-child {
    margin-bottom: 30px;
  }
  .top .mv .mv-bottom {
    display: block;
    margin: auto 0 0 0;
    padding-left: 15px;
  }
  .top .mv .mv-icon {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5px;
    margin-bottom: 25px;
  }
  .top .mv .mv-icon-text {
    width: 72px;
    height: 72px;
    font-size: 14px;
    padding: 3px 3px;
  }
  .top .mv .mv-name-text {
    width: 220px;
    height: 55px;
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 20px 20px 35px;
    margin: 0 0 0 auto;
  }
  .top .mv span {
    font-size: 10px;
  }
}
.top .first {
  padding: 120px 0;
  position: relative;
}
.top .first::before {
  content: "";
  display: block;
  background-image: url(../img/top/bk-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1009px;
  height: 720px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.top .first::after {
  content: "";
  display: block;
  background-image: url(../img/top/first-bottom-bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 568px;
  height: 214px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.top .first .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.top .first .first-tit-p {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  background-color: #62a393;
  max-width: 316px;
  width: 100%;
  margin: 0 auto 35px auto;
  border-radius: 10px;
  position: relative;
  padding: 15px 0;
}
.top .first .first-tit-p::after {
  content: "";
  position: absolute;
  background-color: #62a393;
  width: 20px;
  height: 15px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.top .first h1 {
  font-size: 42px;
  line-height: 1;
  color: #404040;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  margin-bottom: 55px;
}
.top .first .first-text {
  font-size: 20px;
  line-height: 2.1;
  color: #404040;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
}
.top .first .colorline {
  color: #62a393;
  text-decoration-line: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 1200px) {
  .top .first {
    padding: 120px 20px;
  }
  .top .first::after {
    background-image: unset;
  }
}
@media screen and (max-width: 767px) {
  .top .first {
    padding: 75px 20px 30px 20px;
  }
  .top .first::before {
    background-image: unset;
    background-image: url(../img/top/first-bk-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 345px;
    height: 230px;
  }
  .top .first .first-tit-p {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
    background-color: #62a393;
    max-width: 152px;
    width: 100%;
    margin: 0 auto 15px 0;
    border-radius: 10px;
    position: relative;
    padding: 7px 0;
  }
  .top .first .first-tit-p::after {
    content: "";
    position: absolute;
    background-color: #62a393;
    width: 8px;
    height: 8px;
    left: 25px;
    right: unset;
    bottom: -8px;
    margin: unset;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .top .first h1 {
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .top .first .first-text {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
  }
  .top .first .colorline {
    text-decoration-line: unset;
  }
}
.top .cando {
  padding: 110px 0 190px 0;
  background-image: url(../img/top/cando-bk.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top .cando h2 {
  font-size: 35px;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding-bottom: 50px;
  margin-bottom: 100px;
  position: relative;
}
.top .cando h2::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 123px;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .top .cando {
    padding: 110px 50px 190px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .top .cando {
    padding: 110px 50px;
    background-color: #ebe9e6;
    background-image: url(../img/top/cando-bk-sp.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .top .cando h2 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top .cando {
    padding: 110px 20px 60px 20px;
  }
  .top .cando h2 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .top .cando h2::after {
    width: 50px;
    height: 1px;
  }
}
.top .service {
  background-color: #fff;
  background-image: url(../img/top/bk-green2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 1048px 712px;
  padding: 0 0 134px 0;
}
.top .service .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.top .service h2 {
  font-size: 35px;
  line-height: 1;
  text-align: center;
  color: #404040;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-bottom: 50px;
}
.top .service .service-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.top .service .service-wr::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.top .service .service-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 78px 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
.top .service .service-info:nth-child(2n) {
  border-right: none;
}
.top .service .service-info:nth-child(n+3) {
  border-bottom: none;
}
.top .service h3 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #64a36f;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-bottom: 45px;
}
.top .service .service-info-img {
  width: 100%;
  max-width: 230px;
  margin: 0 auto 45px auto;
}
.top .service .service-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.top .service .service-info-detail {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #404040;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-bottom: 60px;
}
.top .service .english {
  font-size: 14px;
}
.top .service .service-info-link {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-align: right;
  color: #404040;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding-right: 75px;
}
.top .service .service-info-link a {
  position: relative;
}
.top .service .service-info-link a::before {
  content: "";
  display: block;
  background-image: url(../img/footer/footer-nav-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -25px;
}
@media screen and (max-width: 1200px) {
  .top .service {
    padding: 60px 50px 40px 50px;
  }
  .top .service .service-info {
    padding: 78px 10px 50px 10px;
  }
  .top .service .service-info-text {
    gap: 10px;
  }
  .top .service .service-info-link {
    padding-right: 20px;
  }
  .top .service .service-info-link::before {
    right: 150px;
  }
}
@media screen and (max-width: 767px) {
  .top .curve {
    position: relative;
    top: -40px;
    left: 0;
    width: 100%;
    height: 50px;
  }
  .top .service {
    background-image: url(../img/top/service-bk-sp.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    padding: 20px 20px 40px 20px;
    margin-top: -40px;
  }
  .top .service h2 {
    font-size: 24px;
    margin-bottom: 38px;
  }
  .top .service .service-wr {
    display: block;
  }
  .top .service .service-wr::after {
    display: none;
  }
  .top .service .service-info {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: 0 auto 40px auto;
    padding: 0 0 40px 0;
    border-right: unset;
    border-bottom: 1px solid #404040;
  }
  .top .service .service-info:nth-child(n+3) {
    border-bottom: 1px solid #404040;
  }
  .top .service .service-info:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .top .service h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .top .service .service-info-img {
    max-width: 138px;
    margin: 0 auto 20px auto;
  }
  .top .service .service-info-text {
    gap: 20px;
  }
  .top .service .service-info-detail {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 40px;
  }
  .top .service .english {
    font-size: 10px;
  }
  .top .service .service-info-link {
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding-right: 0;
    padding-left: 25px;
  }
  .top .service .service-info-link::before {
    left: 35px;
  }
}
.top .profile {
  padding: 100px 0;
  background-color: #ebe9e6;
  position: relative;
}
.top .profile .profile-left {
  position: absolute;
  width: 100%;
  max-width: 1664px;
  padding-right: 100px;
  bottom: 0;
  top: 100px;
}
.top .profile .profile-right {
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
  padding: 180px 60px 0 0;
}
.top .profile .profile-tit {
  display: inline-block;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #268136;
  background-color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 20px;
  padding: 16px 40px;
}
.top .profile .profile-tit:last-child {
  margin-bottom: 45px;
}
.top .profile .profile-text {
  background-color: #64a36f;
  border-radius: 10px;
  padding: 40px;
  width: 100%;
}
.top .profile .profile-text p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 25px;
}
.top .profile .profile-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .top .profile {
    padding: min(11.6666666667vw, 140px) 0 min(8.3333333333vw, 100px) 0;
    height: auto;
  }
  .top .profile .profile-left {
    max-width: min(125vw, 1500px);
    padding-right: min(8.3333333333vw, 100px);
    top: min(8.3333333333vw, 100px);
  }
  .top .profile .profile-right {
    width: 100%;
    max-width: min(48.3333333333vw, 580px);
    margin: 0 0 0 auto;
    padding: min(2.5vw, 30px) min(1.6666666667vw, 20px) 0 min(1.6666666667vw, 20px);
    text-align: left;
  }
  .top .profile .profile-tit {
    font-size: min(3.1666666667vw, 38px);
    margin-bottom: min(1.6666666667vw, 20px);
    padding: min(1.3333333333vw, 16px) min(3.3333333333vw, 40px);
  }
  .top .profile .profile-tit:last-child {
    margin-bottom: min(4.1666666667vw, 50px);
    max-width: min(48.3333333333vw, 580px);
  }
  .top .profile .profile-text {
    padding: min(2.5vw, 30px);
  }
  .top .profile .profile-text p {
    font-size: min(1.3333333333vw, 16px);
    margin-bottom: min(2.0833333333vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .top .profile {
    padding: 10px 0 0 0;
    height: auto;
    margin-top: -3px;
  }
  .top .profile .profile-left {
    height: unset;
    padding-right: 0;
    top: 0;
  }
  .top .profile .profile-right {
    max-width: 190px;
    margin: 0 0 0 auto;
    padding: 60px 0 0 0;
    text-align: right;
    height: unset;
  }
  .top .profile .profile-tit {
    font-size: 23px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 10px;
  }
  .top .profile .profile-tit:last-child {
    margin-bottom: 47px;
  }
  .top .profile .profile-text {
    margin: 0 auto;
    padding: 25px 20px;
    width: 90%;
    max-width: unset;
    position: relative;
    z-index: 1;
  }
  .top .profile .profile-text p {
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}
.top .career {
  padding: 100px 0 100px 0;
  background-color: #ebe9e6;
}
.top .career .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.top .career .career {
  margin-bottom: 55px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 60px;
}
.top .career .career:last-child {
  margin-bottom: 0;
}
.top .career h2 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #404040;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-right: 80px;
  position: relative;
}
.top .career h2::before {
  content: "";
  display: block;
  background-color: #268136;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 5px;
  bottom: 0;
  margin: auto;
  right: -30px;
}
.top .career .career-list-text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #404040;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 15px;
  position: relative;
}
.top .career .career-list-text:last-child {
  margin-bottom: 0;
}
.top .career .career-list-text::before {
  content: "";
  display: block;
  background-color: #268136;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: -16px;
}
@media screen and (max-width: 1200px) {
  .top .career {
    padding: 50px 50px;
  }
  .top .career .career {
    padding: 40px 30px 40px 0;
  }
  .top .career h2 {
    padding: 0 30px 0 30px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top .career {
    padding: 30px 20px 30px 20px;
  }
  .top .career .career {
    margin-bottom: 25px;
    display: block;
    padding: 40px 20px;
  }
  .top .career h2 {
    font-size: 24px;
    padding: 0 0 0 10px;
    margin-right: 0;
    margin-bottom: 20px;
    border-left: 2px solid #268136;
    border-right: unset;
  }
  .top .career h2::before {
    display: none;
  }
  .top .career .career-list-text {
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 5px;
    padding-left: 10px;
  }
  .top .career .career-list-text::before {
    top: 7px;
    left: 0px;
  }
}
.top .office {
  background-color: rgba(222, 215, 204, 0.5);
  border-radius: 100px 100px 0 0;
  padding: 125px 0 120px 0;
}
.top .office .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.top .office .office-textarea {
  margin-bottom: 25px;
}
.top .office h2 {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #404040;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 30px;
}
.top .office .office-small {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #62a393;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 10px;
}
.top .office .office-acsess {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #404040;
  font-family: "source-han-sans-japanese", sans-serif;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  margin-left: 35px;
  position: relative;
}
.top .office .office-acsess::before {
  content: "";
  display: block;
  background-image: url(../img/top/map-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 33px;
  position: absolute;
  top: 10px;
  bottom: 0;
  margin: auto;
  left: -30px;
}
.top .office iframe {
  width: 100%;
  max-width: 1000px;
  height: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .top .office {
    border-radius: 50px 50px 0 0;
    padding: 125px 50px 120px 50px;
  }
  .top .office iframe {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top .office {
    border-radius: 20px 20px 0 0;
    padding: 40px 20px 40px 20px;
  }
  .top .office .office-textarea {
    margin-bottom: 30px;
  }
  .top .office h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .top .office .office-small {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .top .office .office-acsess {
    font-size: 14px;
    line-height: 1.5;
    text-underline-offset: 3px;
    margin-left: 35px;
  }
  .top .office iframe {
    max-width: 1000px;
    height: 285px;
  }
}
.top .contact {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/top/contact-bk.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.top .contact .contact-wr {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 100px;
}
.top .contact .contact-info {
  border-right: 1px solid #404040;
  padding-right: 70px;
}
.top .contact .contact-info-small {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #62a393;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 10px;
}
.top .contact .contact-info-tit {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  color: #404040;
  font-family: "source-han-sans-japanese", sans-serif;
}
.top .contact .contact-right {
  width: 100%;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.top .contact .contact-mail-link {
  width: 100%;
  max-width: 300px;
  background-color: #64a36f;
  border-radius: 10px;
  position: relative;
}
.top .contact .contact-mail-link .btn {
  display: block;
  height: 64px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  padding: 21px 0 16px 25px;
}
.top .contact .contact-mail-link::before {
  content: "";
  display: block;
  background-image: url(../img/header/header-contact-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
}
.top .contact .contact-phone-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  background-color: #62a393;
  border-radius: 10px;
  position: relative;
}
.top .contact .contact-phone-link .btn {
  display: block;
  height: 64px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  padding: 16px 0 16px 60px;
}
.top .contact .contact-phone-link span {
  font-size: 14px;
  color: #fff;
}
.top .contact .contact-phone-link::before {
  content: "";
  display: block;
  background-image: url(../img/header/header-tel-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
}
@media screen and (max-width: 1200px) {
  .top .contact {
    background-image: url(../img/top/contact-bk-sp.png);
    padding: 0 50px;
  }
  .top .contact .contact-wr {
    display: block;
    padding: 35px 25px;
  }
  .top .contact .contact-info {
    border-right: unset;
    padding-right: 0;
    text-align: center;
  }
  .top .contact .contact-info-small {
    margin-bottom: 10px;
  }
  .top .contact .contact-info-tit {
    margin-bottom: 30px;
  }
  .top .contact .contact-right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top .contact {
    background-image: url(../img/top/contact-bk-sp.png);
    padding: 0 20px;
  }
  .top .contact .contact-info-small {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .top .contact .contact-info-tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .top .contact .contact-right {
    display: block;
  }
  .top .contact .contact-mail-link {
    margin: 0 auto 10px auto;
    padding-left: 10px;
  }
  .top .contact .contact-mail-link .btn {
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    padding: 16px 0 16px 15px;
  }
  .top .contact .contact-mail-link::before {
    left: 30px;
  }
  .top .contact .contact-phone-link {
    margin: 0 auto 10px auto;
    text-align: center;
    padding-left: 5px;
  }
  .top .contact .contact-phone-link .btn {
    line-height: 1;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    padding: 16px 0 16px 15px;
  }
  .top .contact .contact-phone-link span {
    font-size: 12px;
  }
  .top .contact .contact-phone-link::before {
    left: 30px;
  }
}
.top .blog {
  padding: 115px 0;
  background-color: #ebe9e6;
}
.top .blog .blog-info-textarea {
  text-align: center;
}
.top .blog .blog-info-small {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  font-weight: 700;
  color: #62a393;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 20px;
}
.top .blog .blog-info-tit {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  color: #404040;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-bottom: 90px;
  position: relative;
}
.top .blog .blog-info-tit::before {
  content: "";
  display: block;
  background-image: url(../img/top/blog-ttl-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 7px;
  left: -35px;
}
.top .blog .blog-info-tit::after {
  content: "";
  display: block;
  background-image: url(../img/top/blog-ttl-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 15px;
  right: -38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.top .blog .slider {
  width: 100%;
  margin: 0 auto;
}
.top .blog .slider .slick-slide {
  margin: 0 25px;
}
.top .blog .slick-prev {
  left: 1.5%;
  position: absolute;
  top: 0;
  bottom: 70px;
  margin: auto;
  cursor: pointer;
  background-image: url(../img/top/blog-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  z-index: 2;
}
.top .blog .slick-next {
  right: 1.5%;
  position: absolute;
  top: 0;
  bottom: 70px;
  margin: auto;
  cursor: pointer;
  background-image: url(../img/top/blog-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 40px;
  width: 40px;
  z-index: 2;
}
.top .blog .slick-dots {
  text-align: center;
  margin: 75px 0 0 0;
}
.top .blog .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.top .blog .slick-dots button {
  color: transparent;
  outline: none;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}
.top .blog .slick-dots .slick-active button {
  background: #62a393; /*ドットボタンの現在地表示の色*/
}
.top .blog .slider-content {
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px;
}
.top .blog .blog-img {
  width: 100%;
  max-width: 250px;
  height: 250px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}
.top .blog .blog-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.top .blog .blog-time {
  font-size: 12px;
}
.top .blog .blog-ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
.top .blog .blog-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #404040;
  font-family: "source-han-sans-japanese", sans-serif;
}
.top .blog .blog-text-bar {
  background-color: #ffffff;
  height: 165px;
  overflow-y: scroll;
}
.top .blog .blog-text-bar::-webkit-scrollbar {
  display: none;
}
.top .blog .simplebar-scrollbar::before {
  background: #8a8a8a;
  border-radius: 0;
  width: 3px;
  margin-left: 2px;
  margin-top: 2px;
}
.top .blog .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.top .blog .simplebar-track {
  width: 10px !important;
}
@media screen and (max-width: 1200px) {
  .top .blog .slider-content {
    max-width: 750px;
    padding: 20px 20px;
  }
  .top .blog .blog-text {
    overflow: scroll;
  }
  .top .blog .blog-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media screen and (max-width: 767px) {
  .top .blog {
    padding: 35px 0 40px 0;
  }
  .top .blog .blog-info-small {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top .blog .blog-info-tit {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .top .blog .blog-info-tit::before {
    width: 25px;
    height: 25px;
    bottom: 12px;
    left: -15px;
  }
  .top .blog .blog-info-tit::after {
    width: 25px;
    height: 25px;
    top: 12px;
    right: -15px;
  }
  .top .blog .slider .slick-slide {
    margin: 0 5px;
  }
  .top .blog .slick-prev {
    left: 2%;
    top: 0;
    bottom: 30px;
    height: 30px;
    width: 30px;
  }
  .top .blog .slick-next {
    right: 2%;
    top: 0;
    bottom: 30px;
    height: 30px;
    width: 30px;
  }
  .top .blog .slick-dots {
    margin: 20px 0 0 0;
  }
  .top .blog .slick-dots li {
    margin: 0 5px;
  }
  .top .blog .slick-dots button {
    width: 12px;
    height: 12px;
  }
  .top .blog .slider-content {
    max-width: 320px;
    height: 550px;
    padding: 30px 30px;
    display: block;
    position: relative;
  }
  .top .blog .slider-content::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
  .top .blog .blog-img {
    height: 250px;
    margin-bottom: 15px;
  }
  .top .blog .blog-area {
    padding-left: 0;
  }
  .top .blog .blog-ttl {
    font-size: 22px;
  }
  .top .blog .blog-text {
    font-size: 12px;
    line-height: 1.4;
    text-align: justify;
    overflow-y: unset;
    padding: 0 15px 0 0;
  }
  .top .blog .blog-text-bar {
    padding-bottom: 10px;
  }
}