@charset "UTF-8";
.bnr {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .bnr {
    max-width: 90%;
    margin: auto;
  }
}

#seminar .inner > .title,
#online .inner > .title {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #seminar .inner > .title,
  #online .inner > .title {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
#seminar .inner > .title .row,
#online .inner > .title .row {
  max-width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: 18% 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 767px) {
  #seminar .inner > .title .row,
  #online .inner > .title .row {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #seminar .inner > .title .row img,
  #online .inner > .title .row img {
    max-width: 20%;
    margin: 2rem;
  }
}
#seminar .inner > .title .row .txt,
#online .inner > .title .row .txt {
  text-align: center;
  line-height: 1;
}
#seminar .inner > .title .row .txt span,
#online .inner > .title .row .txt span {
  display: block;
  font-size: 2.4rem;
  font-weight: bolder;
  margin-bottom: 1.5rem;
  letter-spacing: 4px;
  color: #333;
}
@media screen and (max-width: 767px) {
  #seminar .inner > .title .row .txt span,
  #online .inner > .title .row .txt span {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
#seminar .inner .intro,
#online .inner .intro {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #seminar .inner .intro,
  #online .inner .intro {
    font-size: 1rem;
    text-align: left;
  }
  #seminar .inner .intro br,
  #online .inner .intro br {
    display: none;
  }
}
#seminar .inner .intro span,
#online .inner .intro span {
  display: block;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #seminar .inner .intro span,
  #online .inner .intro span {
    margin-bottom: 1.5rem;
  }
}
#seminar .inner .intro .row,
#online .inner .intro .row {
  display: grid;
  grid-template-columns: 1fr 380px;
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  #seminar .inner .intro .row,
  #online .inner .intro .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #seminar .inner .intro .row img,
  #online .inner .intro .row img {
    order: 1;
  }
}
#seminar .inner .intro .row .txt,
#online .inner .intro .row .txt {
  text-align: left;
  font-size: 1.1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #seminar .inner .intro .row .txt,
  #online .inner .intro .row .txt {
    order: 2;
    font-size: 1rem;
    line-height: 1.4;
  }
}
#seminar .inner .flow,
#online .inner .flow {
  margin-bottom: 3rem;
}
#seminar .inner .flow.mb,
#online .inner .flow.mb {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #seminar .inner .flow.mb,
  #online .inner .flow.mb {
    margin-bottom: 3rem;
  }
}
#seminar .inner .flow h2,
#online .inner .flow h2 {
  font-size: clamp(1rem, 0.625rem + 1.2vw, 1.375rem);
  font-weight: normal;
  margin-bottom: 2rem;
  text-align: center;
}
#seminar .inner .flow img,
#online .inner .flow img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #seminar .inner .flow img,
  #online .inner .flow img {
    width: 100%;
  }
}
#seminar .inner .flow .txt,
#online .inner .flow .txt {
  text-align: left;
}
#seminar .inner .flow .txt span,
#online .inner .flow .txt span {
  display: block;
  font-weight: bold;
}

#seminar .inner .list {
  text-align: left;
}
#seminar .inner .list h2 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
#seminar .inner .list .row .col {
  width: 100%;
  margin-bottom: 2rem;
}
#seminar .inner .list .row .col h3 {
  background-color: #009CCB;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  text-align: left;
  color: #fff;
}
#seminar .inner .list .row .col ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #seminar .inner .list .row .col ul {
    flex-wrap: wrap;
  }
}
#seminar .inner .list .row .col ul > div {
  width: 31%;
}
@media screen and (max-width: 767px) {
  #seminar .inner .list .row .col ul > div {
    width: 100%;
  }
}
#seminar .inner .list .row .col ul > div li {
  font-size: 1.1rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 1rem;
}
#seminar .inner .list .row .col ul > div li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #009CCB;
}
#seminar .inner .list .row .col ul > div li span {
  font-size: 0.9rem;
}
#seminar .inner .list .row .col.half {
  width: 49%;
}
@media screen and (max-width: 767px) {
  #seminar .inner .list .row .col.half {
    width: 100%;
  }
}
#seminar .inner .list .row .col.half ul > div {
  width: 100%;
}
#seminar .inner .contents {
  margin-bottom: 3rem;
}
#seminar .inner .contents h2 {
  font-size: 1.6rem;
  font-size: clamp(0.75rem, 0.125rem + 2vw, 1.375rem);
  font-weight: normal;
  margin-bottom: 2rem;
  text-align: left;
}
#seminar .inner .contents .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 767px) {
  #seminar .inner .contents .row {
    grid-template-columns: 1fr;
  }
}
#seminar .inner .contents .row .col img {
  margin-bottom: 1rem;
}
#seminar .inner .contents .row .col h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
#seminar .inner .contents .row .col ul {
  text-align: left;
  list-style: none;
}
#seminar .inner .contents .row .col ul li {
  position: relative;
  padding-left: 2rem;
}
#seminar .inner .contents .row .col ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #009CCB;
}
#seminar .inner .support {
  margin-bottom: 4rem;
}
#seminar .inner .support .title {
  margin-bottom: 4rem;
}
#seminar .inner .support .title p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #seminar .inner .support .title p {
    font-size: 1.2rem;
  }
}
#seminar .inner .support .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #seminar .inner .support .row {
    grid-template-columns: 1fr;
  }
}
#seminar .inner .support .row .col {
  text-align: left;
}
#seminar .inner .support .row .col img {
  margin-bottom: 1rem;
}
#seminar .inner .support .row .col span {
  display: block;
  font-size: 1rem;
}
#seminar .inner .support .txt {
  text-align: left;
}

#online .inner .point {
  margin-bottom: 4rem;
}
#online .inner .point .col {
  padding-left: 100px;
  text-align: left;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  #online .inner .point .col {
    padding-left: 15%;
  }
}
#online .inner .point .col h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #online .inner .point .col h2 {
    font-size: 1.2rem;
  }
}
#online .inner .point .col .row {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 767px) {
  #online .inner .point .col .row {
    grid-template-columns: 1fr;
  }
}
#online .inner .point .col .row .txt span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #online .inner .point .col .row .txt span {
    font-size: 1.2rem;
  }
}
#online .inner .point .col::before {
  content: "00";
  position: absolute;
  font-size: 3rem;
  color: #009CCB;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #online .inner .point .col::before {
    font-size: 2rem;
  }
}
#online .inner .point .col:nth-of-type(1)::before {
  content: "01";
}
#online .inner .point .col:nth-of-type(2)::before {
  content: "02";
}
#online .inner .point .col:nth-of-type(3)::before {
  content: "03";
}
#online .inner .contents {
  background-image: url(../img/online/contents_icons.webp);
  background-repeat: repeat-x;
  background-position: top 200px center;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 4rem;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  #online .inner .contents {
    background-size: 100% auto;
    background-position: top 30vw center;
  }
}
#online .inner .contents .title {
  font-size: 2rem;
  line-height: 1.4;
  border: none;
}
@media screen and (max-width: 767px) {
  #online .inner .contents .title {
    font-size: 1.2rem;
  }
}
#online .inner .contents .img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #online .inner .contents .img {
    max-width: 55%;
    margin: auto;
    margin-bottom: 2rem;
  }
}
#online .inner .contents ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 767px) {
  #online .inner .contents ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
#online .inner .contents ul li {
  border: 1px solid #ccc;
  padding: 1rem;
  line-height: 1;
}

#company .inner h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #company .inner h2 {
    font-size: 1.1rem;
    text-align: center;
  }
}
#company .inner .outline {
  margin-bottom: 2rem;
}
#company .inner .outline > img {
  margin-bottom: 2rem;
}
#company .inner .outline dl div {
  text-align: left;
  display: grid;
  grid-template-columns: 20% 1fr;
  border-bottom: 1px solid #ccc;
}
#company .inner .outline dl div dt,
#company .inner .outline dl div dd {
  padding: 1.5rem 0;
}

#access .inner {
  text-align: left;
}
#access .inner .map {
  margin-bottom: 2rem;
}
#access .inner .map iframe {
  width: 100% !important;
  height: 600px !important;
}
@media screen and (max-width: 767px) {
  #access .inner .map iframe {
    height: 300px !important;
  }
}

#contact .inner {
  text-align: left;
}
#contact .inner h2 {
  background-color: #999;
  padding: 1rem;
  line-height: 1;
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
#contact .inner .txt {
  margin-bottom: 3rem;
}
#contact .inner .tel,
#contact .inner .mail {
  margin-bottom: 3rem;
}
#contact .inner .tel {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 10px;
}
@media screen and (max-width: 767px) {
  #contact .inner .tel {
    grid-template-columns: 1fr;
  }
}
#contact .inner .tel p {
  font-size: 1.4rem;
  vertical-align: middle;
}
#contact .inner .tel p:nth-of-type(1) span {
  line-height: 1;
  font-size: 2.2rem;
  vertical-align: middle;
}
#contact .inner .mail .smf-item__label {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#contact .inner .mail .smf-action {
  margin-top: 2rem;
  text-align: center;
}
#contact .inner .mail .smf-action button[type=submit] {
  background: #333;
  border: 1px solid #ccc;
  color: #fff;
  padding: 1rem 5rem;
  border: none;
}
#contact .inner .mail dl {
  margin-bottom: 2rem;
}
#contact .inner .mail dl div {
  text-align: left;
  display: grid;
  grid-template-columns: 20% 1fr;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #contact .inner .mail dl div {
    grid-template-columns: 1fr;
  }
}
#contact .inner .mail dl div dt,
#contact .inner .mail dl div dd {
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #contact .inner .mail dl div dt,
  #contact .inner .mail dl div dd {
    padding: 0.5rem 0;
  }
}
#contact .inner .mail dl div dd.item label {
  display: block;
}
#contact .inner .mail dl div dd.item span {
  display: inline-block;
  vertical-align: baseline;
}
#contact .inner .mail dl div dd textarea {
  height: 260px;
}
@media screen and (max-width: 767px) {
  #contact .inner .mail dl div dd textarea {
    height: 200px;
  }
}
#contact .inner .mail input[type=text],
#contact .inner .mail input[type=email],
#contact .inner .mail textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem;
  box-sizing: border-box;
}
#contact .inner .mail .btn {
  text-align: center;
}
#contact .inner .mail .btn input[type=submit] {
  background-color: #333;
  color: #fff;
  padding: 1rem 5rem;
  border: none;
}