@charset "UTF-8";
/*---------------------
Reset
---------------------*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1112px) {
  a:hover {
    opacity: initial;
    -webkit-transition: none;
    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;
  }
}

.seminar2605 .header {
  padding: 20px 1.6%;
}
.seminar2605 .header__logo {
  max-width: 381px;
  height: auto;
  width: 19.8%;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .header__logo {
    width: 50%;
  }
}
.seminar2605 .mv {
  background-color: #fafafa;
}
.seminar2605 .mv__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.seminar2605 .mv__img {
  margin-bottom: 45px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .mv__img {
    margin-bottom: 25px;
  }
}
.seminar2605 .mv__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .mv__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.seminar2605 .mv__left {
  white-space: nowrap;
}
.seminar2605 .mv__right {
  width: 100%;
  max-width: 517px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .mv__right {
    max-width: 370px;
  }
}
.seminar2605 .mv__catch--large {
  font-size: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  line-height: 1.25;
  margin-top: 10px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .mv__catch--large {
    font-size: clamp(1.5rem, 1.232rem + 1.34vw, 1.875rem);
  }
}
.seminar2605 .mv__catch--middle {
  font-size: 1.875rem;
  background: #046482;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .mv__catch--middle {
    font-size: 1.25rem;
  }
}
.seminar2605 .mv__catch--small {
  color: #333;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .mv__catch--small {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
.seminar2605 .mv__wrap {
  margin-bottom: 40px;
}
.seminar2605 .mv__wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .mv__wrap {
    margin-bottom: 20px;
  }
}
.seminar2605 .mv__red {
  color: #DB0000;
}
.seminar2605 .mv__btn {
  display: block;
  text-align: center;
  border-radius: 30px;
  width: 280px;
  padding: 15px 0;
  color: white;
  background-color: #046482;
}
.seminar2605 .mv .section-anchor__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #046482;
  border-bottom: 1px solid #046482;
  padding: 25px 112.5px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .seminar2605 .mv .section-anchor__list {
    padding: 25px 0;
    margin: 40px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    row-gap: 10px;
  }
}
.seminar2605 .mv .section-anchor__item {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .seminar2605 .mv .section-anchor__item {
    font-size: 1rem;
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    text-align: center;
  }
}
.seminar2605 .mv .section-anchor__link {
  color: #046482;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.seminar2605 .mv .section-anchor__link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #046482;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.seminar2605 .program__table {
  border-collapse: collapse;
  width: 100%;
}
.seminar2605 .program__tr {
  border-bottom: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 27px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__tr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-bottom: none;
    margin-bottom: 20px;
    padding: 10px;
  }
}
.seminar2605 .program__tr:nth-child(2n+1) {
  background: #E9F9FE;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__tr:nth-child(2n+1) {
    background: #fff;
  }
}
.seminar2605 .program__tr:nth-child(2n) {
  background: #fff;
}
.seminar2605 .program__tr:first-child {
  background-color: #046482;
  border: 0;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__tr:first-child {
    display: none;
  }
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__tr:nth-child(2) td:nth-child(1), .seminar2605 .program__tr:nth-child(2) td:nth-child(2), .seminar2605 .program__tr:nth-child(2) td:nth-child(3) {
    margin-bottom: 0;
  }
  .seminar2605 .program__tr:nth-child(2) td:nth-child(4), .seminar2605 .program__tr:nth-child(2) td:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__tr:nth-child(3) td:nth-child(1), .seminar2605 .program__tr:nth-child(3) td:nth-child(2), .seminar2605 .program__tr:nth-child(3) td:nth-child(3) {
    margin-bottom: 0;
  }
  .seminar2605 .program__tr:nth-child(3) td:nth-child(4), .seminar2605 .program__tr:nth-child(3) td:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__tr:nth-child(5) td:nth-child(1), .seminar2605 .program__tr:nth-child(5) td:nth-child(2), .seminar2605 .program__tr:nth-child(5) td:nth-child(3) {
    margin-bottom: 0;
  }
  .seminar2605 .program__tr:nth-child(5) td:nth-child(4), .seminar2605 .program__tr:nth-child(5) td:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__tr:nth-child(8) td:nth-child(1), .seminar2605 .program__tr:nth-child(8) td:nth-child(2), .seminar2605 .program__tr:nth-child(8) td:nth-child(3) {
    margin-bottom: 0;
  }
  .seminar2605 .program__tr:nth-child(8) td:nth-child(4), .seminar2605 .program__tr:nth-child(8) td:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__tr:last-child {
    margin-bottom: 0;
  }
}
.seminar2605 .program__th {
  color: #ffffff;
  padding: 21px 0;
}
.seminar2605 .program__th:nth-child(1) {
  width: 8%;
}
.seminar2605 .program__th:nth-child(2) {
  width: 2.3%;
}
.seminar2605 .program__th:nth-child(3) {
  width: 5.3%;
}
.seminar2605 .program__th:nth-child(4) {
  max-width: 451px;
  width: 37.6%;
}
.seminar2605 .program__th:nth-child(5) {
  max-width: 341px;
  width: 28.4%;
}
.seminar2605 .program__td {
  vertical-align: text-top;
}
.seminar2605 .program__td--small {
  font-size: 0.875rem;
  color: #828282;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__td {
    padding: 0;
    margin-right: 0 !important;
  }
}
.seminar2605 .program__td:nth-child(1) {
  width: 96px;
  text-align: left;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__td:nth-child(1) {
    width: 120px;
    background-color: #046482;
    color: #ffffff;
    padding: 12px 0 12px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    margin-bottom: 20px;
  }
}
.seminar2605 .program__td:nth-child(2) {
  width: 34px;
  text-align: right;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__td:nth-child(2) {
    width: 40px;
    background-color: #046482;
    color: #ffffff;
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-weight: normal;
    margin-bottom: 20px;
  }
}
.seminar2605 .program__td:nth-child(3) {
  width: 112px;
  text-align: left;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__td:nth-child(3) {
    width: calc(100% - 160px);
    background-color: #046482;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 12px 15px;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-bottom: 20px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.seminar2605 .program__td:nth-child(4) {
  width: 451px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__td:nth-child(4) {
    width: 100%;
    margin-bottom: 15px;
  }
}
.seminar2605 .program__td:nth-child(5) {
  width: 341px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__td:nth-child(5) {
    width: 100%;
    padding-top: 30px;
    position: relative;
  }
}
.seminar2605 .program__td:nth-child(5) {
  position: relative;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .program__td:nth-child(5)::before {
    content: "登壇者";
    font-size: 0.75rem;
    font-weight: normal;
    background-color: rgb(234, 234, 234);
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px 15px;
  }
}
.seminar2605 .program__item {
  position: relative;
  padding-left: 21px;
  margin-bottom: 5px;
}
.seminar2605 .program__item--small {
  font-size: 0.875rem;
  color: #4e4e4e;
  margin-bottom: 5px;
  display: inline-block;
}
.seminar2605 .program__item:last-child {
  margin-bottom: 10px;
}
.seminar2605 .program__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #046482;
}
.seminar2605 .speaker__title {
  font-size: 1.5625rem;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.seminar2605 .speaker__title:after {
  content: "";
  height: 2px;
  background: #046482;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__title:after {
    bottom: -5px;
  }
}
.seminar2605 .speaker__title span {
  background: #046482;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__title span {
    padding: 5px;
  }
}
.seminar2605 .speaker__subtitle {
  font-size: 1.5625rem;
  color: #046482;
  margin-bottom: 30px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__subtitle {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.seminar2605 .speaker__block {
  margin-bottom: 70px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__block {
    margin-bottom: 50px;
  }
}
.seminar2605 .speaker__block:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__text {
    margin-bottom: 20px;
  }
}
.seminar2605 .speaker__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 70px;
  padding: 0 1.25%;
}
.seminar2605 .speaker__flex:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.seminar2605 .speaker__lead {
  width: 62.6%;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__lead {
    width: 100%;
  }
}
.seminar2605 .speaker__info {
  display: grid;
  place-items: center;
  background: #EFEFEF;
  width: 32.4%;
  padding: 1.25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__info {
    width: 100%;
    padding: 15px;
  }
}
.seminar2605 .speaker__img {
  width: 323px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__img {
    max-width: 200px;
    width: 100%;
  }
}
.seminar2605 .speaker__img--small {
  width: 160px;
  height: 200px;
}
.seminar2605 .speaker__name {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__name {
    font-size: 1.125rem;
  }
}
.seminar2605 .speaker__post {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #4e4e4e;
  text-align: left;
}
.seminar2605 .speaker__post:first-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__post--small {
    margin-bottom: 0;
  }
}
.seminar2605 .speaker__tr--space {
  min-height: 10px;
  display: block;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.seminar2605 .speaker__td {
  padding: 3px 0;
}
.seminar2605 .speaker__td:first-child {
  padding-right: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__td:first-child {
    width: 100%;
  }
}
.seminar2605 .speaker__td:nth-child(2) {
  width: 80px;
}
.seminar2605 .speaker__td:nth-child(3) {
  width: calc(100% - 80px);
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__td--long {
    width: 100% !important;
  }
}
.seminar2605 .speaker__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 35px 0;
  margin-bottom: 35px;
}
.seminar2605 .speaker__item {
  width: 47.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 500px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__item {
    width: 100%;
    min-width: initial;
    padding-bottom: 62px;
    position: relative;
  }
}
.seminar2605 .speaker__info--small {
  padding: 15px 0 0 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .speaker__info--small {
    padding: 15px 0 0 15px;
    position: static;
  }
}
.seminar2605 .booth__wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .booth__wrap {
    margin-bottom: 30px;
  }
}
.seminar2605 .booth__wrap:last-child {
  margin-bottom: 0;
}
.seminar2605 .booth__title {
  color: #333;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .booth__title {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.seminar2605 .booth__title::before {
  content: "";
  height: auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #046482;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 10px;
}
.seminar2605 .booth__text {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .booth__text {
    font-size: 1rem;
  }
}
.seminar2605 .outline {
  background-color: #fafafa;
}
.seminar2605 .outline__title {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
  width: 21%;
  padding: 29px 49px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .outline__title {
    width: 100%;
    padding: 15px 15px;
    border: none;
    background: #F5F5F5;
  }
}
.seminar2605 .outline__title:last-of-type {
  border-bottom: none;
}
.seminar2605 .outline__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #D9D9D9;
}
.seminar2605 .outline__item {
  text-indent: -1em;
  padding-left: 1em;
}
.seminar2605 .outline__detail {
  border-bottom: solid 1px #eaeaea;
  width: 79%;
  padding: 30px 50px;
  font-size: 1rem;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .outline__detail {
    width: 100%;
    padding: 20px 15px;
    border: none;
  }
}
.seminar2605 .outline__detail:last-of-type {
  border-bottom: none;
}
.seminar2605 .outline__detail--small {
  font-size: 1rem;
  margin-top: 5px;
}
.seminar2605 .outline__detail--mb {
  margin-bottom: 15px;
  display: inline-block;
}
.seminar2605 .application {
  background: #E9F9FE;
}
.seminar2605 .application__text {
  margin: 40px 0;
}
.seminar2605 .application__form-wrap {
  max-width: 858px;
  margin: 0 auto;
}
.seminar2605 .application .required,
.seminar2605 .application .optional {
  font-size: 0.875rem;
}
.seminar2605 .application .required {
  background: #046482;
  padding: 6px 8px;
  color: #fff;
  font-weight: 600;
}
.seminar2605 .application .optional {
  background: #9D9FA3;
  padding: 6px 8px;
  color: #fff;
  font-weight: 600;
}
.seminar2605 .application .form-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #282C2E;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application .form-text {
    font-size: 1rem;
  }
}
.seminar2605 .application .form-text--small {
  font-size: 1rem;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application .form-text--small {
    font-size: 0.875rem;
  }
}
.seminar2605 .application .input__area {
  margin-bottom: 35px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application .input__area {
    margin-bottom: 20px;
  }
}
.seminar2605 .application .input__area:last-of-type {
  margin-bottom: 40px;
}
.seminar2605 .application .prefecture select,
.seminar2605 .application .found select {
  max-width: 235px !important;
}
.seminar2605 .application .zip input,
.seminar2605 .application .tel input {
  max-width: 130px !important;
}
.seminar2605 .application .industry .wpcf7-select,
.seminar2605 .application .prefecture .wpcf7-select,
.seminar2605 .application .found .wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/triangle_gray.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 16px center;
}
.seminar2605 .application .industry .wpcf7-select,
.seminar2605 .application .prefecture .wpcf7-select,
.seminar2605 .application .found .wpcf7-select {
  cursor: pointer;
}
.seminar2605 .application .checkbox {
  border: 1px solid #9D9FA3;
  background: #FFF;
  padding: 12px 16px;
  max-width: 470px;
  margin-top: 8px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application .checkbox {
    padding: 10px;
  }
}
.seminar2605 .application .checkbox-text {
  margin-bottom: 8px;
}
.seminar2605 .application .send-btn {
  text-align: center;
  position: relative;
  width: 282px;
  margin: 0 auto;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application .send-btn {
    margin-top: 30px;
    width: 200px;
  }
}
.seminar2605 .application input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  pointer-events: none;
}
.seminar2605 .application input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  height: 26px;
  width: 26px;
  border: 1px solid #9D9FA3;
  background: #fff;
}
.seminar2605 .application input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  rotate: -50deg;
  block-size: 0.6em;
  -webkit-border-after: 3px solid #046482;
          border-block-end: 3px solid #046482;
  -webkit-border-start: 3px solid #046482;
          border-inline-start: 3px solid #046482;
  inline-size: 1em;
}
.seminar2605 .application input[type=text],
.seminar2605 .application input[type=email],
.seminar2605 .application input[type=tel],
.seminar2605 .application select {
  max-width: 470px;
  width: 100%;
  padding: 14px;
  border: 1px solid #9D9FA3;
  background: #FFF;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application input[type=text],
  .seminar2605 .application input[type=email],
  .seminar2605 .application input[type=tel],
  .seminar2605 .application select {
    padding: 10px;
  }
}
.seminar2605 .application input, .seminar2605 .application select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0px;
  background: #fff;
}
.seminar2605 .application select {
  color: #333;
}
.seminar2605 .application select.wpcf7-not-valid {
  color: #9D9FA3;
}
.seminar2605 .application .wpcf7-list-item {
  margin: 0;
}
.seminar2605 .application .wpcf7-list-item-label {
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  cursor: pointer;
}
.seminar2605 .application input[type=submit] {
  width: 100%;
  color: #fff;
  background: #046482;
  padding: 28px 88.5px;
  margin: 0 auto;
  border: none;
  font-size: 1.125rem;
  text-align: left;
  cursor: pointer;
  background-image: url(../img/triangle_white.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 88.5px center;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application input[type=submit] {
    padding: 20px 55px;
    font-size: 1rem;
    background-position: right 55px center;
  }
}
.seminar2605 .application .wpcf7-spinner {
  position: absolute;
}
.seminar2605 .application .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.seminar2605 .application .wpcf7 form.invalid .wpcf7-response-output,
.seminar2605 .application .wpcf7 form.unaccepted .wpcf7-response-output,
.seminar2605 .application .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  background: pink;
}
.seminar2605 .application .wpcf7 form .wpcf7-response-output {
  max-width: 858px;
  margin: 2em auto 1em;
}
.seminar2605 .application .wpcf7 form.sent .wpcf7-response-output {
  border-color: #046482;
}
.seminar2605 .footer {
  padding: 60px 0;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .footer {
    padding: 20px 0;
  }
}
.seminar2605 .footer__wrap {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .footer__wrap {
    width: 95%;
  }
}
.seminar2605 .footer__link {
  color: #046482;
  margin-bottom: 13px;
}
.seminar2605 .footer__icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.seminar2605 .footer__copyright {
  color: #333;
}

/*---------------------
module
---------------------*/
.seminar2605 .content {
  max-width: 1200px;
  margin: 0 auto;
  width: 98%;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .content {
    width: 90%;
  }
}
.seminar2605 .section {
  padding: 50px 0 70px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .section {
    padding: 20px 0 40px;
  }
}
.seminar2605 .section-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
  height: 100px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .section-head {
    height: 90px;
  }
}
.seminar2605 .section-head__title {
  font-size: 2.5rem;
  position: relative;
  z-index: 5;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .section-head__title {
    font-size: 2.1875rem;
  }
}
.seminar2605 .section-head__img {
  position: absolute;
  left: 4.2%;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .section-head__img {
    left: 3%;
    min-width: 190px;
  }
}
.seminar2605 .section-head__img--program {
  width: 35.3%;
  max-width: 424px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .section-head__img--program {
    width: 55.3%;
  }
}
.seminar2605 .section-head__img--speaker {
  width: 34.3%;
  max-width: 412px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .section-head__img--speaker {
    width: 53.7%;
  }
}
.seminar2605 .section-head__img--booth {
  width: 24.7%;
  max-width: 296px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .section-head__img--booth {
    width: 38.6%;
  }
}
.seminar2605 .section-head__img--outline {
  width: 30.7%;
  max-width: 368px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .section-head__img--outline {
    width: 48%;
  }
}
.seminar2605 .section-head__img--application {
  width: 48.5%;
  max-width: 582px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .section-head__img--application {
    width: 75.9%;
  }
}
.seminar2605 .link {
  display: inline-block;
  color: #046482;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.seminar2605 .link:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .seminar2605 .link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .seminar2605 .link:active {
    opacity: 0.7;
  }
}
.seminar2605 .link-border {
  border-bottom: solid 1px #046482;
}
.seminar2605 .link-margin {
  margin-top: 15px;
}
.seminar2605 .link span {
  border-bottom: solid 1px #046482;
}
.seminar2605 .newtab {
  display: inline-block;
}
.seminar2605 .newtab:after {
  content: "";
  background: url(../img/ico_newtab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 16px;
  width: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 5px;
}
.seminar2605 .application__btn-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.seminar2605 .application__btn-wrap.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.seminar2605 .application__btn {
  background: #EA4E0C;
  width: 292px;
  gap: 7px;
  -webkit-box-shadow: 0 4px 9px 0 #7F7F7F;
          box-shadow: 0 4px 9px 0 #7F7F7F;
  color: #fff;
  margin: 0 auto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  padding: 6px 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application__btn {
    width: 240px;
  }
}
.seminar2605 .application__btn-text {
  font-size: 1.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application__btn-text {
    font-size: 1rem;
    gap: 6px;
  }
}
.seminar2605 .application__btn-text:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application__btn-text:after {
    width: 16px;
    height: 16px;
  }
}
.seminar2605 .application__btn-text--small {
  font-size: 0.75rem;
  margin-top: 6px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .application__btn-text--small {
    font-size: 0.625rem;
  }
}
.seminar2605 .bg--white {
  background-color: #fff;
}
.seminar2605 .bg--gray {
  background-color: #F5F5F5;
}
.seminar2605 .bg--blue {
  background-color: #E9F9FE;
}
.seminar2605 #autozip {
  display: none !important;
}
.seminar2605 ::-webkit-input-placeholder {
  color: #828282;
}
.seminar2605 ::-moz-placeholder {
  color: #828282;
}
.seminar2605 :-ms-input-placeholder {
  color: #828282;
}
.seminar2605 ::-ms-input-placeholder {
  color: #828282;
}
.seminar2605 ::placeholder {
  color: #828282;
}
.seminar2605 .Title--triangle {
  color: #333;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 1112px) {
  .seminar2605 .Title--triangle {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.seminar2605 .Title--triangle:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #046482;
  margin-right: 10px;
}

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

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

@-webkit-keyframes fadein-up {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

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

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

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