@charset "UTF-8";
/*---------------------
Reset
---------------------*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

/*---------------------
base
---------------------*/
/* Noto Sans JP Regular */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Noto Sans JP Medium */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Noto Sans JP Bold */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  color: #0f0f0f;
  overflow-y: scroll;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 1112px) {
  a:hover {
    opacity: initial;
    transition: none;
  }
}

a:focus {
  outline: none;
}

ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}

@media screen and (max-width: 1112px) {
  .sp_hide {
    display: none;
  }
}

.pc_hide {
  display: none;
}
@media screen and (max-width: 1112px) {
  .pc_hide {
    display: inline;
  }
}

.seminar2611 .header {
  padding: 20px 1.6%;
}
.seminar2611 .header__logo {
  width: 19.8%;
  max-width: 381px;
  height: auto;
}
@media screen and (max-width: 1112px) {
  .seminar2611 .header__logo {
    width: 50%;
  }
}
.seminar2611 .mv__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.seminar2611 .mv__img {
  width: 100%;
  margin-bottom: 60px;
}
.seminar2611 .mv__flex {
  display: flex;
  gap: 150px;
  align-items: flex-start;
  margin-bottom: 60px;
}
.seminar2611 .mv__left {
  width: 600px;
}
.seminar2611 .mv__catch {
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
.seminar2611 .mv__right {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 450px;
}
.seminar2611 .mv__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.seminar2611 .mv__title {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.seminar2611 .mv__text {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.8;
}
.seminar2611 .section-anchor {
  margin-bottom: 60px;
}
.seminar2611 .section-anchor__list {
  display: flex;
  justify-content: center;
  gap: 130px;
  border-top: 1px solid #0d509b;
  border-bottom: 1px solid #0d509b;
  padding: 25px 0;
}
.seminar2611 .section-anchor__item {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.seminar2611 .section-anchor__link {
  color: #0d509b;
}
.seminar2611 .section-anchor__link::after {
  content: "▼";
  display: inline-block;
  margin-left: 8px;
  font-size: 0.875rem;
}
.seminar2611 .about {
  padding: 50px 0 100px;
}
.seminar2611 .about__heading {
  text-align: center;
}
.seminar2611 .about__heading h3 {
  color: #0d509b;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.seminar2611 .about__heading span {
  display: block;
  width: 50px;
  height: 2px;
  margin: 30px auto 0;
  background: #0d509b;
}
.seminar2611 .about__lead {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.seminar2611 .about__concern {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 907px;
  margin: 10px auto 0;
}
.seminar2611 .about__concern-person {
  width: 116px;
}
.seminar2611 .about__concern-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.seminar2611 .about__concern-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.seminar2611 .about__concern-row .about__concern-dots img,
.seminar2611 .about__concern-row > img {
  width: 64px;
}
.seminar2611 .about__concern-row p {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  padding: 20px 30px;
  border-radius: 40px;
  background: #fff;
  color: #0f0f0f;
  font-size: 1.125rem;
  line-height: 1.5;
  white-space: nowrap;
}
.seminar2611 .about__concern-row p img {
  width: 23px;
}
.seminar2611 .about__concern-row--indent {
  padding-left: 30px;
}
.seminar2611 .about__triangle {
  width: 120px;
  margin: 0 auto;
}
.seminar2611 .about__message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.seminar2611 .about__message p {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.seminar2611 .about__message-deco {
  width: auto;
  height: 130px;
}
.seminar2611 .about__message-person img {
  width: auto;
  height: 150px;
}
.seminar2611 .about__message-person {
  margin-left: -40px;
}
.seminar2611 .about__features {
  margin-top: 80px;
}
.seminar2611 .about__cards {
  display: flex;
  gap: 15px;
  align-items: stretch;
  margin-top: 50px;
}
.seminar2611 .about__card {
  position: relative;
  display: flex;
  width: 390px;
  padding-top: 77px;
}
.seminar2611 .about__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px;
  padding: 60px 30px 40px;
  background: #fff;
}
.seminar2611 .about__card h4 {
  color: #0d509b;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
.seminar2611 .about__card p {
  color: #0f0f0f;
  font-size: 1rem;
  line-height: 1.5;
}
.seminar2611 .about__ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 124px;
  transform: translateX(-50%);
}
.seminar2611 .about__badge {
  position: absolute;
  top: 44px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 110px;
  height: 90px;
  border-radius: 70px;
  background: #fff;
  color: #e78b3b;
  transform: translateX(-50%);
}
.seminar2611 .about__badge span {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.seminar2611 .about__badge strong {
  font-size: 3.125rem;
  line-height: 1.2;
  letter-spacing: 2.5px;
}
.seminar2611 .program {
  padding: 50px 0 100px;
}
.seminar2611 .program__table {
  width: 100%;
  border-collapse: collapse;
}
.seminar2611 .program__tr {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 15px 27px;
  border-bottom: 1px solid #eaeaea;
  color: #0f0f0f;
  font-size: 1rem;
  line-height: 1.5;
}
.seminar2611 .program__tr:nth-child(odd) {
  background: #fff;
}
.seminar2611 .program__tr:nth-child(even) {
  background: #fdfceb;
}
.seminar2611 .program__tr > td:first-child {
  display: flex;
  justify-content: space-between;
  width: 160px;
  flex: 0 0 160px;
}
.seminar2611 .program__tr > td:nth-child(2) {
  display: flex;
  gap: 30px;
  width: 659px;
}
.seminar2611 .program__tr > td:nth-child(2) strong {
  width: 79px;
  flex: 0 0 79px;
  font-weight: 400;
}
.seminar2611 .program__tr > td:nth-child(2) p {
  width: 550px;
}
.seminar2611 .program__tr > td:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 227px;
  text-align: center;
}
.seminar2611 .program__tr > td:last-child small {
  color: #828282;
  font-size: 0.875rem;
  text-align: left;
}
.seminar2611 .program__tr > td:last-child span {
  font-size: 1rem;
}
.seminar2611 .program__tr > td:first-child small {
  text-align: right;
}
.seminar2611 .program__tr--head {
  padding: 25px 27px;
  background: #0d509b !important;
  border: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
.seminar2611 .program__tr--head > th {
  text-align: center;
}
.seminar2611 .program__tr--head > th:first-child {
  width: 160px;
  flex: 0 0 160px;
}
.seminar2611 .program__tr--head > th:nth-child(2) {
  width: 659px;
  flex: 0 0 659px;
}
.seminar2611 .program__tr--head > th:last-child {
  width: 227px;
  flex: 0 0 227px;
}
.seminar2611 .speaker {
  padding: 50px 0 100px;
}
.seminar2611 .speaker__block {
  margin-bottom: 40px;
}
.seminar2611 .speaker__block:last-child {
  margin-bottom: 0;
}
.seminar2611 .speaker__title {
  margin-bottom: 30px;
  border-bottom: 2px solid #0d509b;
}
.seminar2611 .speaker__title span {
  display: inline-block;
  padding: 10px;
  background: #0d509b;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2;
}
.seminar2611 .speaker__flex {
  display: flex;
  gap: 20px;
  padding: 0 15px;
}
.seminar2611 .speaker__lead {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 30px;
  width: 896px;
}
.seminar2611 .speaker__lead--full {
  width: 100%;
}
.seminar2611 .speaker__lead h4 {
  color: #0d509b;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.5;
}
.seminar2611 .speaker__lead ul {
  padding-left: 1.5em;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5;
  list-style: disc;
}
.seminar2611 .speaker__lead ul li {
  list-style: disc;
}
.seminar2611 .speaker__step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.seminar2611 .speaker__step p {
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5;
}
.seminar2611 .speaker__info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 254px;
  padding: 15px;
  background: #fff;
}
.seminar2611 .speaker__post {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5;
}
.seminar2611 .speaker__name {
  color: #0f0f0f;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.seminar2611 .speaker__img {
  width: 200px;
  height: 220px;
  margin: 0 auto;
  object-fit: cover;
}
.seminar2611 .outline {
  padding: 50px 0 70px;
}
.seminar2611 .outline__dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d9d9d9;
}
.seminar2611 .outline__title {
  width: 20.9%;
  padding: 29px 49px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  align-content: center;
  color: #0f0f0f;
  font-size: 1rem;
  font-weight: 700;
}
.seminar2611 .outline__title:nth-last-of-type(-n + 1) {
  border-bottom: 0;
}
.seminar2611 .outline__detail {
  width: 79.1%;
  padding: 30px 50px;
  border-bottom: 1px solid #d9d9d9;
  color: #0f0f0f;
  font-size: 1rem;
  line-height: 1.8;
}
.seminar2611 .outline__detail:last-of-type {
  border-bottom: 0;
}
.seminar2611 .outline__item {
  text-indent: -1em;
  padding-left: 1em;
}
.seminar2611 .application {
  padding: 50px 0 70px;
}
.seminar2611 .application__text {
  margin-bottom: 40px;
}
.seminar2611 .application__form-wrap {
  max-width: 858px;
  margin: 0 auto;
}
.seminar2611 .application .required,
.seminar2611 .application .optional {
  font-size: 0.875rem;
}
.seminar2611 .application .required {
  background: #0d509b;
  padding: 6px 8px;
  color: #fff;
  font-weight: 600;
}
.seminar2611 .application .optional {
  background: #9d9fa3;
  padding: 6px 8px;
  color: #fff;
  font-weight: 600;
}
.seminar2611 .application .form-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #282c2e;
  font-size: 1.125rem;
  font-weight: 700;
}
.seminar2611 .application .input__area {
  margin-bottom: 35px;
}
.seminar2611 .application .input__area:last-of-type {
  margin-bottom: 40px;
}
.seminar2611 .application .prefecture select {
  max-width: 235px !important;
}
.seminar2611 .application .found select {
  max-width: 265px !important;
}
.seminar2611 .application .prefecture .form-select {
  max-width: 235px;
}
.seminar2611 .application .found .form-select {
  max-width: 265px;
}
.seminar2611 .application .zip input {
  max-width: 95px !important;
}
.seminar2611 .application .tel input {
  max-width: 130px !important;
}
.seminar2611 .application .wpcf7-select {
  appearance: none;
  cursor: pointer;
  background: #fff;
  padding-right: 40px;
}
.seminar2611 .application .form-select {
  position: relative;
  max-width: 470px;
}
.seminar2611 .application .form-select::after {
  content: "";
  position: absolute;
  top: calc(0.9rem + 17px);
  right: 16px;
  width: 15px;
  height: 15px;
  background: #828282;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateY(-50%);
  pointer-events: none;
}
.seminar2611 .application .checkbox {
  max-width: 470px;
  margin-top: 8px;
  padding: 12px 16px;
  border: 1px solid #9d9fa3;
  background: #fff;
}
.seminar2611 .application .checkbox-text {
  margin-bottom: 8px;
}
.seminar2611 .application .send-btn {
  position: relative;
  width: 282px;
  margin: 0 auto;
  text-align: center;
}
.seminar2611 .application input[type=checkbox] {
  position: absolute;
  opacity: 0;
  appearance: none;
  pointer-events: none;
}
.seminar2611 .application input[type=checkbox] + span::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #9d9fa3;
  background: #fff;
  content: "";
}
.seminar2611 .application input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 0;
  left: 5px;
  width: 1em;
  block-size: 0.6em;
  border-block-end: 3px solid #0d509b;
  border-inline-start: 3px solid #0d509b;
  content: "";
  rotate: -50deg;
}
.seminar2611 .application input[type=text],
.seminar2611 .application input[type=email],
.seminar2611 .application input[type=tel],
.seminar2611 .application textarea,
.seminar2611 .application select {
  width: 100%;
  max-width: 470px;
  padding: 16px;
  border: 1px solid #9d9fa3;
  background: #fff;
  font-size: 1rem;
  line-height: 1.8;
}
.seminar2611 .application input,
.seminar2611 .application select {
  border-radius: 0;
  appearance: none;
  background: #fff;
}
.seminar2611 .application select {
  color: #333;
}
.seminar2611 .application .wpcf7-list-item {
  margin: 0;
}
.seminar2611 .application .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  cursor: pointer;
}
.seminar2611 .application .wpcf7-not-valid {
  border-color: #e60012;
}
.seminar2611 .application .wpcf7-not-valid-tip {
  display: block;
  margin-top: 2px;
  color: #e60012;
  font-size: 1rem;
  line-height: 1.8;
}
.seminar2611 .application input[type=submit] {
  width: 100%;
  margin: 0 auto;
  padding: 28px 88.5px;
  border: none;
  background: #0d509b url(../img/triangle_white.svg) right 88.5px center/20px auto no-repeat;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.seminar2611 .application .wpcf7-spinner {
  position: absolute;
}
.seminar2611 .application .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.seminar2611 .application .wpcf7 form.invalid .wpcf7-response-output,
.seminar2611 .application .wpcf7 form.unaccepted .wpcf7-response-output,
.seminar2611 .application .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  background: pink;
}
.seminar2611 .application .wpcf7 form .wpcf7-response-output {
  max-width: 858px;
  margin: 2em auto 1em;
}
.seminar2611 .application .wpcf7 form.sent .wpcf7-response-output {
  border-color: #0d509b;
}
.seminar2611 .footer {
  padding: 60px 0;
}
.seminar2611 .footer__wrap {
  width: 90%;
  margin: 0 auto;
  font-size: 0.875rem;
  text-align: right;
}
.seminar2611 .footer__link {
  display: inline-block;
  margin-bottom: 13px;
  color: #0d509b;
}
.seminar2611 .footer__icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.seminar2611 .footer__copyright {
  color: #333;
}
@media screen and (max-width: 1112px) {
  .seminar2611 .mv__img {
    margin-bottom: 25px;
  }
  .seminar2611 .mv__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 20px;
  }
  .seminar2611 .mv__left {
    width: 100%;
  }
  .seminar2611 .mv__right {
    width: 100%;
    max-width: 370px;
    gap: 20px;
  }
  .seminar2611 .mv__catch {
    font-size: clamp(1.5rem, 1.232rem + 1.34vw, 1.875rem);
    white-space: normal;
  }
  .seminar2611 .mv__title {
    font-size: 1.125rem;
  }
  .seminar2611 .mv__text {
    font-size: 1rem;
  }
  .seminar2611 .section-anchor {
    margin-bottom: 40px;
  }
  .seminar2611 .section-anchor__list {
    flex-wrap: wrap;
    gap: 10px 25px;
  }
  .seminar2611 .about,
  .seminar2611 .program,
  .seminar2611 .speaker {
    padding: 20px 0 60px;
  }
  .seminar2611 .outline,
  .seminar2611 .application {
    padding: 20px 0 40px;
  }
  .seminar2611 .about__heading h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .seminar2611 .about__lead {
    gap: 40px;
  }
  .seminar2611 .about__concern {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin-top: 0;
  }
  .seminar2611 .about__concern-person {
    order: 2;
    width: 116px;
  }
  .seminar2611 .about__concern-list {
    order: 1;
    width: 100%;
    gap: 15px;
  }
  .seminar2611 .about__concern-row {
    gap: 5px;
    align-items: flex-end;
  }
  .seminar2611 .about__concern-row--indent {
    padding-left: 0;
    flex-direction: row-reverse;
  }
  .seminar2611 .about__concern-row p {
    flex: 1;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 1rem;
    line-height: 1.5;
    white-space: normal;
  }
  .seminar2611 .about__concern-row p img {
    width: 23px;
    flex: 0 0 23px;
  }
  .seminar2611 .about__concern-dots {
    flex: 0 0 39px;
    width: 39px;
    margin-bottom: 8px;
  }
  .seminar2611 .about__concern-dots img {
    width: 39px;
  }
  .seminar2611 .about__triangle {
    width: 120px;
  }
  .seminar2611 .about__message {
    flex-direction: column;
    gap: 0;
  }
  .seminar2611 .about__message p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .seminar2611 .about__message-deco {
    display: none;
  }
  .seminar2611 .about__message-person {
    width: 292px;
    margin: 0;
  }
  .seminar2611 .about__message-person img {
    width: 100%;
    height: auto;
  }
  .seminar2611 .about__features {
    margin-top: 80px;
  }
  .seminar2611 .about__cards {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }
  .seminar2611 .about__card {
    width: 100%;
    padding-top: 73px;
  }
  .seminar2611 .about__card-body {
    gap: 10px;
    padding: 60px 20px 40px;
  }
  .seminar2611 .about__card-body h4 {
    line-height: 1.8;
  }
  .seminar2611 .about__ribbon {
    width: 107px;
  }
  .seminar2611 .about__badge {
    top: 44px;
    width: 94px;
    height: 90px;
  }
  .seminar2611 .program__table {
    border-collapse: separate;
    border-spacing: 0;
  }
  .seminar2611 .program__tr {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 0;
  }
  .seminar2611 .program__tr:nth-child(odd), .seminar2611 .program__tr:nth-child(even) {
    background: #fdfceb;
  }
  .seminar2611 .program__tr:last-child {
    margin-bottom: 0;
  }
  .seminar2611 .program__tr > td:first-child {
    flex: 0 0 160px;
    width: 160px;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
    padding: 12px 0 12px 15px;
    background: #0d509b;
    color: #fff;
  }
  .seminar2611 .program__tr > td:first-child small {
    text-align: left;
  }
  .seminar2611 .program__tr > td:first-child small:empty {
    display: none;
  }
  .seminar2611 .program__tr > td:nth-child(2) {
    display: contents;
  }
  .seminar2611 .program__tr > td:nth-child(2) strong {
    flex: 0 0 calc(100% - 160px);
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #0d509b;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .seminar2611 .program__tr > td:nth-child(2) p {
    width: 100%;
    margin-top: 20px;
    padding: 0 5px;
  }
  .seminar2611 .program__tr > td:last-child {
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding: 30px 5px 0;
    gap: 4px;
    text-align: left;
  }
  .seminar2611 .program__tr > td:last-child::before {
    content: "登壇者";
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 15px;
    background: #eaeaea;
    color: #0f0f0f;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .seminar2611 .program__tr > td:last-child:empty {
    display: none;
  }
  .seminar2611 .program__tr--head {
    display: none;
  }
  .seminar2611 .speaker__block {
    margin-bottom: 50px;
  }
  .seminar2611 .speaker__title {
    margin-bottom: 20px;
  }
  .seminar2611 .speaker__title span {
    padding: 5px;
    font-size: 1.25rem;
  }
  .seminar2611 .speaker__flex {
    flex-direction: column;
    padding: 0;
  }
  .seminar2611 .speaker__lead,
  .seminar2611 .speaker__info {
    width: 100%;
  }
  .seminar2611 .speaker__lead {
    gap: 20px;
  }
  .seminar2611 .speaker__lead h4 {
    font-size: 1.25rem;
  }
  .seminar2611 .speaker__lead ul,
  .seminar2611 .speaker__lead .speaker__step p {
    font-size: 1rem;
  }
  .seminar2611 .speaker__info {
    padding: 15px;
  }
  .seminar2611 .speaker__name {
    font-size: 1.125rem;
  }
  .seminar2611 .speaker__img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  .seminar2611 .outline__title,
  .seminar2611 .outline__detail {
    width: 100%;
  }
  .seminar2611 .outline__title {
    padding: 15px;
    border-right: 0;
    background: #f5f5f5;
  }
  .seminar2611 .outline__detail {
    padding: 20px 15px;
  }
  .seminar2611 .application .form-text {
    font-size: 1rem;
  }
  .seminar2611 .application .input__area {
    margin-bottom: 20px;
  }
  .seminar2611 .application .checkbox {
    padding: 10px;
  }
  .seminar2611 .application .send-btn {
    width: 200px;
    margin-top: 30px;
  }
  .seminar2611 .application input[type=text],
  .seminar2611 .application input[type=email],
  .seminar2611 .application input[type=tel],
  .seminar2611 .application textarea,
  .seminar2611 .application select {
    padding: 10px;
  }
  .seminar2611 .application .form-select::after {
    top: calc(0.9rem + 11px);
  }
  .seminar2611 .application input[type=submit] {
    padding: 20px 55px;
    font-size: 1rem;
    background-position: right 55px center;
  }
  .seminar2611 .footer {
    padding: 20px 0;
  }
  .seminar2611 .footer__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 1112px) and (max-width: 767px) {
  .seminar2611 .section-anchor__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
    padding: 25px 0;
  }
  .seminar2611 .section-anchor__item {
    flex-basis: 33.3333%;
    font-size: 1rem;
    text-align: center;
    white-space: nowrap;
  }
  .seminar2611 .section-anchor__item:nth-child(-n+2) {
    flex-basis: 50%;
  }
}

.seminar2611-thanks .mv {
  padding: 40px 0 60px;
}
.seminar2611-thanks .application__text {
  margin-bottom: 0;
  line-height: 1.8;
}
.seminar2611-thanks .application__text + .application__text {
  margin-top: 1.8em;
}
.seminar2611-thanks .application .send-btn {
  display: flex;
  align-items: center;
  width: 282px;
  height: 83px;
  margin: 40px auto 0;
  padding: 0 51px;
  background: #0d509b url(../img/triangle_white.svg) right 51px center/20px auto no-repeat;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1112px) {
  .seminar2611-thanks .application .send-btn {
    width: 100%;
    max-width: 282px;
    padding: 0 25px;
    background-position: right 25px center;
    font-size: 1rem;
  }
}

.seminar2611 .content {
  max-width: 1200px;
  margin: 0 auto;
  width: 98%;
}
@media screen and (max-width: 1112px) {
  .seminar2611 .content {
    width: 90%;
  }
}
.seminar2611 .section-head {
  position: relative;
  height: 125px;
  margin-bottom: 40px;
}
.seminar2611 .section-head__img {
  position: absolute;
  top: 20px;
  left: 50px;
  z-index: 1;
}
.seminar2611 .section-head__img--about {
  width: 305px;
}
.seminar2611 .section-head__img--program {
  width: 417px;
}
.seminar2611 .section-head__img--speaker {
  width: 411px;
}
.seminar2611 .section-head__img--outline {
  width: 364px;
}
.seminar2611 .section-head__img--application {
  width: 582px;
}
.seminar2611 .section-head__title {
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-top: 65px;
  color: #333;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
}
.seminar2611 .link {
  display: inline-block;
  color: #0d509b;
  transition: all 0.3s ease-in-out;
}
.seminar2611 .link:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .seminar2611 .link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .seminar2611 .link:active {
    opacity: 0.7;
  }
}
.seminar2611 .link span {
  border-bottom: 1px solid #0d509b;
}
.seminar2611 .newtab::after {
  content: "";
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background: url(../img/ico_newtab.svg) center/contain no-repeat;
}
.seminar2611 .application__btn-wrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.seminar2611 .application__btn-wrap.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.seminar2611 .application__btn {
  display: block;
  width: 292px;
  margin: 0 auto;
  padding: 6px 0;
  background: #eb730a;
  box-shadow: 0 4px 9px 0 #7f7f7f;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
}
.seminar2611 .application__btn-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
}
.seminar2611 .application__btn-text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.seminar2611 .application__btn-text--small {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.75rem;
}
.seminar2611 .bg--white {
  background-color: #fff;
}
.seminar2611 .bg--gray {
  background-color: #f5f5f5;
}
.seminar2611 .bg--cream {
  background-color: #fdfceb;
}
.seminar2611 .bg--blue {
  background-color: #e9f9fe;
}
.seminar2611 .Title--triangle::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: #0d509b;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 1112px) {
  .seminar2611 .section-head {
    height: 90px;
  }
  .seminar2611 .section-head__img {
    top: 12px;
    left: 3%;
    min-width: 190px;
    max-width: 75%;
  }
  .seminar2611 .section-head__img--about {
    width: 55%;
  }
  .seminar2611 .section-head__img--program {
    width: 55%;
  }
  .seminar2611 .section-head__img--speaker {
    width: 54%;
  }
  .seminar2611 .section-head__img--outline {
    width: 48%;
  }
  .seminar2611 .section-head__img--application {
    width: 76%;
  }
  .seminar2611 .section-head__title {
    margin-top: 45px;
    font-size: 2.1875rem;
  }
  .seminar2611 .application__btn {
    width: 240px;
  }
  .seminar2611 .Title--triangle {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .seminar2611 .application__btn-text {
    font-size: 1rem;
    gap: 6px;
  }
  .seminar2611 .application__btn-text::after {
    width: 16px;
    height: 16px;
  }
  .seminar2611 .application__btn-text--small {
    font-size: 0.625rem;
  }
}

.js-fadein {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}
.js-fadein--up {
  transform: translateY(30px);
}
.js-fadein--right {
  transform: translateX(30px);
}
.js-fadein--left {
  transform: translateX(-30px);
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.fadein-1 {
  opacity: 0;
  visibility: hidden;
  animation: fadein-up 1s forwards ease;
  animation-delay: 0.5s;
}

.fadein-2 {
  opacity: 0;
  visibility: hidden;
  animation: fadein-up 1s forwards ease;
  animation-delay: 1s;
}

.fadein-3 {
  opacity: 0;
  visibility: hidden;
  animation: fadein-up 1s forwards ease;
  animation-delay: 1.5s;
}/*# sourceMappingURL=style.css.map */