@charset "UTF-8";
#pagehome {
  position: fixed;
  right: 40px;
  bottom: 120px;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  background: #ff5c98;
  border: solid 2px #ff5c98;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-shadow: 6px 6px 6px rgba(255, 92, 152, 0.25);
  box-shadow: 6px 6px 6px rgba(255, 92, 152, 0.25);
}
#pagehome:after {
  content: "";
  display: block;
  position: absolute;
  background: center/contain url("../img/seminar/ic_pagehome.svg") no-repeat;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pagehome:hover {
  background: #fff;
}
#pagehome:hover:before, #pagehome:hover:after {
  background-image: url("../img/seminar/ic_pagehome-hover.svg");
}

.asterisk {
  position: relative;
  padding-left: 1em;
}
.asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
}

.title_seminar {
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1em;
  line-height: 1.25;
}
.title_seminar::before {
  content: "";
  width: 0.875em;
  height: 0.875em;
  border: 4px solid #00167a;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0.125em;
  left: 0;
}
@media (max-width: 1024px) {
  .title_seminar {
    font-size: 2rem;
  }
}

.list_check {
  font-weight: 700;
  line-height: 1.25;
}
.list_check > * {
  position: relative;
  padding-left: 1.75em;
}
.list_check > *:not(:last-of-type) {
  margin-bottom: 1em;
}
.list_check > *::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: center/contain url("../img/seminar/ic_listcheck_r8.svg") no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.bg_shadow {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
}
@media (max-width: 1024px) {
  .bg_shadow {
    padding: 16px 5%;
  }
}

.footer__logo-wrap {
  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;
  gap: 1em;
}
@media (max-width: 1024px) {
  .footer__logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-wrap: break-word;
  background: -webkit-linear-gradient(28deg, #c8f8dc -45%, #b8e6e6 30%, #a9d3f0 95%);
  background: linear-gradient(62deg, #c8f8dc -45%, #b8e6e6 30%, #a9d3f0 95%);
  padding-top: 55px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  main {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

section + section {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  section + section {
    margin-top: 64px;
  }
}

#seminar_body {
  letter-spacing: 0.05em;
  max-width: 90%;
  width: 900px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 58px;
  padding-bottom: 80px;
}
#seminar_body .inner {
  max-width: 90%;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  #seminar_body {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

#seminar_mv h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#seminar_mv .border {
  border: 1px solid #00167a;
  padding: 24px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  gap: 15px;
}
#seminar_mv .border .title {
  font-size: 2.4rem;
  font-weight: 700;
}
#seminar_mv .border .text {
  margin-top: 0.5em;
}
@media (max-width: 1024px) {
  #seminar_mv .border {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #seminar_mv .border .icon_area {
    max-width: 64px;
  }
  #seminar_mv .border .title {
    font-size: 1.6rem;
  }
  #seminar_mv .border .text {
    font-size: 1.4rem;
  }
}

#seminar_about .bg {
  background: center right 2%/auto calc(100% - 40px) url("../img/seminar/seminar_about_bg.svg") no-repeat;
  background-color: #f0fbff;
  padding: 40px 50px;
}
#seminar_about .bg .text {
  line-height: 2;
}
#seminar_about .row_foot {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
#seminar_about .row_foot .circle {
  border-radius: 50%;
  background-color: #f58623;
  font-size: 2.6rem;
  font-family: "logo", sans-serif;
  line-height: 1.125;
  color: #fff;
  aspect-ratio: 1/1;
  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;
  text-align: center;
  padding: 0.5em;
}
#seminar_about .row_foot .text_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  #seminar_about .bg {
    padding: 16px 5%;
    background-size: contain;
    background-position: center bottom 5%;
  }
  #seminar_about .bg .text {
    line-height: 1.5;
  }
  #seminar_about .row_foot {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  #seminar_about .row_foot .circle {
    font-size: 2rem;
  }
}

#seminar_details .title_sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
#seminar_details .aside {
  font-size: 1.2rem;
  margin-top: 1em;
}
@media (max-width: 1024px) {
  #seminar_details .title_sub {
    font-size: 1.6rem;
  }
}

.list_seminar_details {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
}
.list_seminar_details dt,
.list_seminar_details dd {
  border-bottom: 1px solid #707070;
  padding: 20px 0;
}
.list_seminar_details dt {
  width: 125px;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list_seminar_details dd {
  width: calc(100% - 125px);
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .list_seminar_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list_seminar_details dt,
  .list_seminar_details dd {
    width: 100%;
  }
  .list_seminar_details dt {
    padding-bottom: 0;
    border-bottom: none;
    text-align: left;
  }
  .list_seminar_details dd {
    padding-left: 1em;
    padding-top: 0.5em;
  }
}

.list_semianr_timetable > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_semianr_timetable > *:not(:first-of-type) .title_area {
  padding: calc(1em + 20px) 1em;
  -webkit-clip-path: polygon(0% 0%, 50% calc(0% + 20px), 100% 0%, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
  clip-path: polygon(0% 0%, 50% calc(0% + 20px), 100% 0%, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
}
.list_semianr_timetable > *:not(:first-of-type) .text_area {
  margin-top: 30px;
}
.list_semianr_timetable .title_area {
  width: 150px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 1em 1em calc(1em + 20px);
  margin-bottom: -20px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 50% 100%, 0% calc(100% - 20px));
}
.list_semianr_timetable .number {
  color: #00167a;
  font-size: 1.2rem;
}
.list_semianr_timetable .text_area {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
}
.list_semianr_timetable .text_area .title {
  font-weight: 700;
}
.list_semianr_timetable .text_area .title .fw_normal {
  font-weight: 400;
}
.list_semianr_timetable .text_area .guest {
  margin-top: 4px;
}
.list_semianr_timetable .bg {
  margin-top: 8px;
  background-color: #f9f9fc;
  padding: 10px;
}
.list_semianr_timetable .text {
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .list_semianr_timetable > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list_semianr_timetable > *:not(:first-of-type) {
    margin-top: 1em;
  }
  .list_semianr_timetable > *:not(:first-of-type) .title_area {
    padding: 1.5em 1em 0.5em;
    -webkit-clip-path: polygon(0% 0%, 50% calc(0% + 1em), 100% 0%, 100% calc(100% - 1em), 50% 100%, 0% calc(100% - 1em));
    clip-path: polygon(0% 0%, 50% calc(0% + 1em), 100% 0%, 100% calc(100% - 1em), 50% 100%, 0% calc(100% - 1em));
  }
  .list_semianr_timetable > *:not(:first-of-type) .text_area {
    margin-top: 0;
  }
  .list_semianr_timetable .title_area {
    width: 100%;
    padding: 1em;
    margin-bottom: 0px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 1em), 50% 100%, 0% calc(100% - 1em));
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 1em), 50% 100%, 0% calc(100% - 1em));
  }
  .list_semianr_timetable .text_area {
    padding: 1em 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
}

.list_seminar_speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px 40px;
}
.list_seminar_speakers > * {
  width: calc((100% - 40px) / 2);
  -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
  padding: 24px 15px;
  border-radius: 8px;
}
.list_seminar_speakers .text_area {
  margin-top: 24px;
  line-height: 1.5;
}
.list_seminar_speakers .row_company {
  font-size: 1.2rem;
}
.list_seminar_speakers .row_name {
  margin-bottom: 1em;
}
.list_seminar_speakers .text {
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .list_seminar_speakers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list_seminar_speakers > * {
    width: 100%;
    max-width: 320px;
  }
}

#seminar_contact {
  margin-top: 80px;
}
#seminar_contact .bg {
  background-color: #f5faff;
  padding-top: 60px;
  padding-bottom: 60px;
}
#seminar_contact .title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2em;
}
#seminar_contact .form {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: none;
  width: 579px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1024px) {
  #seminar_contact .form {
    padding: 0;
  }
}
#seminar_contact .btn--pu {
  background-color: #049551;
  color: #fff;
}
#seminar_contact .btn--pu:before, #seminar_contact .btn--pu:after {
  background: #fff;
}
#seminar_contact .btn--pu:hover {
  background: #fff;
  color: #049551;
}
#seminar_contact .btn--pu:hover:before, #seminar_contact .btn--pu:hover:after {
  background: #049551;
}
@media (max-width: 1024px) {
  #seminar_contact .title {
    font-size: 2rem;
  }
}

.form_confirm {
  text-align: center;
}
.form_confirm h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.form_confirm p {
  margin-bottom: 1em;
}
.form_confirm .formTable {
  max-width: 640px;
  margin: 40px auto;
}
.form_confirm .formTable th,
.form_confirm .formTable td {
  padding: 1em 0;
  text-align: left;
}
.form_confirm .formTable td {
  padding-left: 1em;
}

#pagetop {
  background: #00167a;
  border: solid 2px #00167a;
}
@media (max-width: 599px) {
  #pagetop {
    right: 20px;
  }
}
#pagetop:hover:before, #pagetop:hover:after {
  background: #00167a;
}

/*------------------------------------------
// 令和7年度追加分
------------------------------------------*/
section {
  padding: 0 !important;
}

.forms {
  text-align: center;
  margin: 0 auto 4rem;
}

.l-header {
  position: static !important;
  padding-top: 5rem;
}

@media (max-width: 599px) {
  .main {
    margin-top: 0;
  }
}
/*# sourceMappingURL=maps/seminar2026.css.map */