@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
main {
  background-color: #000000;
  background-image: url(../img/b-ex.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: clamp(160px, 50vw, 600px);
  color: white;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 0;
  width: 100%;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1rem;
  text-align: center;
  margin: clamp(100px, 28vw, 350px) 0 150px 0;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 37px;
  }
}

h2 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 0 0 200px 0;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 15px;
    margin: 50px 0 40px 0;
  }
}

h2:before, h2:after {
  content: "";
  display: inline-block;
  width: 50%;
  margin: 0 0.5em 0 -55%;
  vertical-align: middle;
  border-bottom: 1px solid;
}

h2:after {
  margin: 0 -55% 0 0.5em;
}

.seminar h2 {
  margin: 150px 0 100px 0;
}
@media screen and (max-width: 800px) {
  .seminar h2 {
    margin: 0 0 36px 0;
  }
}

.landing {
  width: 100%;
}

.content-card {
  width: 100%;
  margin: 50px 0 100px 0;
}
.content-card img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-card .text-block {
  justify-content: center;
  margin: 0 auto 0 auto;
  width: 40%;
}
.content-card .text-block .title-group {
  justify-content: center;
}
.content-card .text-block .title-group h3 {
  margin-bottom: 1rem;
}
.content-card .text-block .title-group .subtitle {
  font-size: 24px;
  margin-bottom: 2rem;
}
.content-card .text-block .link-text {
  margin-top: 2rem;
  align-items: center;
  justify-content: flex-start;
}
.content-card .text-block .link-text a {
  align-items: center;
}
.content-card .text-block .link-text span {
  color: white;
  font-size: 19px;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.content-card .text-block .link-text img {
  height: 50px;
  width: 50px;
  margin-left: 2rem;
}
@media screen and (max-width: 1000px) {
  .content-card {
    margin: 0 0 28px 0;
    flex-direction: column;
  }
  .content-card img {
    width: 100%;
    height: clamp(280px, 82vw, 400px);
    -o-object-position: center;
       object-position: center;
  }
  .content-card .text-block {
    width: 100%;
  }
  .content-card .text-block .title-group {
    letter-spacing: 3px;
  }
  .content-card .text-block .title-group h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .content-card .text-block .title-group .subtitle {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .content-card .text-block .title-group .subtitle.long-subtitle {
    letter-spacing: 1px;
  }
  .content-card .text-block .link-text span {
    font-size: 12px;
  }
  .content-card .text-block .link-text img {
    height: 18px;
    width: 18px;
    margin-left: 1rem;
  }
}

.contact-btn {
  border: 4px solid white;
  margin: clamp(100px, 20vh, 200px) auto clamp(100px, 20vh, 200px) auto;
  padding: 16px;
  width: clamp(200px, 50vw, 950px);
}
.contact-btn a {
  width: 100%;
}
.contact-btn .btn-inner {
  background-color: white;
  color: #000000;
  font-size: 2vw;
  font-weight: 500;
  letter-spacing: 1rem;
  padding: 2rem 0 2rem 0;
  text-align: center;
  width: 100%;
}
.contact-btn .btn-inner:hover {
  background-color: rgba(232, 232, 232, 0.1);
  color: white;
}
@media screen and (max-width: 800px) {
  .contact-btn {
    border: 2px solid white;
    margin: 32px auto 25px auto;
    padding: 5px;
    width: clamp(280px, 82vw, 420px);
  }
  .contact-btn .btn-inner {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 8px 0 8px 0;
  }
}
/*# sourceMappingURL=service.css.map */