.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-6 {
  margin-right: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.ml-7 {
  margin-left: 7rem;
}

.mr-7 {
  margin-right: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.ml-8 {
  margin-left: 8rem;
}

.mr-8 {
  margin-right: 8rem;
}

html {
  position: relative;
}

.hoge {
  position: absolute;
  top: -10px;
  left: calc(50% + 0px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.5;
  z-index: 100;
  pointer-events: none;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  color: #333333;
}
body > .wrapper {
  font-size: 117.65%;
}
@media only screen and (max-width: 899px) {
  body {
    min-width: 320px;
  }
}

.main_content {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.font_size_area {
  float: left;
  margin-right: 0;
  margin-left: 65px;
}
@media (max-width: 999px) {
  .font_size_area {
    margin-left: 20px;
  }
  .font_size_area .head_menu_area {
    width: auto !important;
  }
}

@media (max-width: 999px) {
  .header_name img {
    max-width: 280px;
    height: auto;
  }
  .head_menu_area {
    width: auto !important;
  }
}
@media only screen and (max-width: 899px) {
  .font_size_area,
  #search {
    display: none;
  }
  .head_logo_area {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 899px) and (max-width: 899px) {
  .head_logo_area {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 899px) and (max-width: 519px) {
  .head_logo_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (max-width: 899px) {
  .head_logo_area > * {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .head_logo_area h1 {
    width: auto;
  }
}
@media only screen and (max-width: 899px) and (max-width: 899px) {
  .head_logo {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .head_to_icmif {
    display: none;
  }
  .gnav_area {
    width: auto;
  }
  .gnav_area ul {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 0;
  }
  .gnav_area ul li {
    width: 33.333%;
    border-right: 1px solid #6caaf1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .gnav_area ul li:nth-child(3), .gnav_area ul li:last-child {
    border-right: none;
  }
}
@media only screen and (max-width: 899px) and (max-width: 619px) {
  .gnav_area ul li {
    width: 50%;
  }
  .gnav_area ul li:nth-child(3) {
    border-right: 1px solid #6caaf1;
  }
  .gnav_area ul li:nth-child(even) {
    border-right: none;
  }
}
@media only screen and (max-width: 899px) {
  .gnav_area ul li img {
    clip-path: inset(0 2px 0 0);
  }
}
@media only screen and (min-width: 900px) {
  .pc_none {
    display: none !important;
  }
}

@media only screen and (max-width: 899px) {
  .sp_none {
    display: none !important;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
a.link {
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #cb981e;
}
a.link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cb981e;
}
a.seminar_btn {
  height: auto;
  font-size: 21px;
  color: #fff;
  background-color: #6caaf1;
  border: 2px solid #6caaf1;
  padding: 15px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 280px;
}
a.seminar_btn:hover {
  color: #6caaf1;
  background-color: #fff;
  opacity: 1;
}
a:hover {
  opacity: 0.8;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
}

.w-100 {
  width: 100vw;
  min-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.content_section {
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .content_section {
    padding: 70px 20px;
  }
}
@media only screen and (max-width: 899px) {
  .content_section {
    padding: 50px 20px;
  }
}
.content_section.color {
  background-color: #f4f7fb;
}
.content_section.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 899px) {
  .content_section.py-60 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.content_section.last_section {
  padding-top: 0;
  padding-bottom: 0;
}

h2 {
  font-size: 300%;
  letter-spacing: 0.04em;
  color: #6caaf1;
  margin-bottom: 40px;
  line-height: 1.25;
  padding: 0 0 10px 22px;
  border-bottom: 1px solid #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 899px) {
  h2 {
    padding-left: 20px;
  }
}
h2::before, h2::after {
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  top: 31px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #6caaf1;
}
@media only screen and (max-width: 899px) {
  h2::before, h2::after {
    height: calc(100% - 15px);
    top: calc(50% - 5px);
  }
}
h2 span {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h2::after {
  left: 5px;
}
@media only screen and (max-width: 899px) {
  h2 {
    font-size: 210%;
  }
}
h2.mb-20 {
  margin-bottom: 20px;
}

h2 + p {
  margin-top: 25px;
}

h3 {
  color: #6caaf1;
  font-size: 125%;
  background-color: #fff;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (max-width: 899px) {
  h3 {
    font-size: 112.5%;
    margin-bottom: 25px;
  }
}

p {
  line-height: 1.875;
  font-weight: 500;
}

.pc_column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.pc_column2 > div {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 899px) {
  .pc_column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .pc_column2 > div {
    width: 100%;
  }
  .pc_column2 > div:last-child > *:first-child {
    margin-top: 0;
  }
}

table {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #ced7db;
}
table th,
table td {
  border-bottom: 1px solid #ced7db;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
table th strong,
table td strong {
  font-size: 112.5%;
  font-weight: 600;
  line-height: 1.5;
}
table th {
  padding: 18px 12px;
  background-color: #fff;
  width: 160px;
  font-size: 112.5%;
  font-weight: 600;
  color: #6b96c9;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 899px) {
  table th {
    width: 140px;
    padding: 18px 10px;
  }
}
table td {
  padding: 18px 15px;
  line-height: 1.875;
}
@media only screen and (max-width: 899px) {
  table td {
    padding: 18px 15px;
  }
}
table.color th {
  background-color: #f4f7fb;
}
table ul li {
  position: relative;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1.714;
  font-size: 14px;
}
table ul li:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #839cb6;
  border-radius: 50%;
}

strong + ul {
  margin-top: 10px;
}

.hero {
  height: 684px;
  background-image: url(../img/main.webp);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
@media only screen and (max-width: 899px) {
  .hero {
    height: 510px;
  }
}
.hero .wrapper {
  margin: auto auto 0;
}
.hero_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .hero_body {
    padding: 0 10px 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 999px) {
  .hero_body {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 899px) {
  .hero_body {
    gap: 0px;
    padding-bottom: 20px;
  }
}
.hero_body ._left {
  color: #fff;
}
.hero_body h1 {
  font-size: 72px;
  margin: 0 0 5px;
  font-weight: 900;
  letter-spacing: 0.001em;
  position: relative;
  line-height: 1.5;
  max-width: 630px;
}
.hero_body h1 span {
  display: inline-block;
}
@media only screen and (max-width: 899px) {
  .hero_body h1 span:first-child {
    font-size: 50px;
  }
}
.hero_body h1 span:nth-child(2) {
  margin-left: 5px;
}
@media only screen and (max-width: 899px) {
  .hero_body h1 span:nth-child(2) {
    font-size: 30px;
  }
}
.hero_body h1 span:nth-child(3) {
  margin-left: -2px;
}
@media only screen and (max-width: 899px) {
  .hero_body h1 span:nth-child(3) {
    font-size: 30px;
  }
}
.hero_body h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 7px;
  background-image: url(../img/h1_border.webp);
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  .hero_body h1 {
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 58px;
  }
}
.hero_body .description {
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  .hero_body .description {
    line-height: 1.5;
  }
}
.hero_body .data {
  font-size: 193.75%;
  margin-bottom: -10px;
  letter-spacing: 0.038em;
}
@media only screen and (max-width: 899px) {
  .hero_body .data {
    font-size: 175%;
    margin-bottom: 0px;
  }
}
.hero_body .text {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.hero_body .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.hero_btn {
  color: #6b96c9;
  background-color: #ffffff;
  padding: 25px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 125%;
  box-sizing: border-box;
  border: 2px solid #fff;
}
@media only screen and (min-width: 900px) {
  .hero_btn {
    -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
}
@media only screen and (max-width: 899px) {
  .hero_btn {
    padding: 20px 80px;
    margin: 10px;
    font-size: 100%;
  }
}
.hero_btn:hover {
  background-color: #6caaf1;
  color: #fff;
  opacity: 1;
}

.menu_area {
  background-color: #6caaf1;
}

.menu {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1199px) {
  .menu {
    border-left: none;
    border-right: none;
  }
}
.menu > li {
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .menu > li {
    width: 33.333%;
  }
  .menu > li:nth-child(-n+3) {
    border-bottom: 1px solid #fff;
  }
  .menu > li:last-child {
    border-right: 1px solid #fff;
  }
  .menu > li:nth-child(3) {
    border-right: none !important;
  }
}
.menu > li:not(:last-child) {
  border-right: 1px solid #fff;
}
.menu > li a {
  width: 100%;
  height: 75px;
  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;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 131.25%;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}
.menu > li a:hover {
  color: #6caaf1;
  background-color: #fff;
}

.date {
  font-weight: 600;
  margin-bottom: -10px;
}
.date span {
  font-size: 150%;
}

table + .date {
  margin-top: 25px;
}

.footer_cr_part img {
  max-width: 100%;
  height: auto;
}

.speaker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 65px;
}
@media only screen and (max-width: 899px) {
  .speaker_list {
    gap: 20px;
  }
}
.speaker_list > li {
  width: calc(25% - 48.75px);
  display: block;
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .speaker_list > li {
    width: calc(33.333% - 13.3333333333px);
  }
}
@media only screen and (max-width: 589px) {
  .speaker_list > li {
    width: calc(50% - 10px);
  }
}
.speaker_list > li .image {
  width: 100%;
  height: 100%;
  max-height: 300px;
  position: relative;
  aspect-ratio: 25/30;
}
.speaker_list > li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  top: 0;
}
.speaker_list > li .title {
  font-weight: 600;
  font-size: 21px;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 899px) {
  .speaker_list > li .title {
    font-size: 18px;
    width: 100%;
  }
}
.speaker_list > li .text {
  word-break: break-all;
  margin-top: 5px;
  font-size: 14px;
}
.speaker_list > li .text p {
  letter-spacing: 0.01em;
}
.speaker_list > li .thema {
  text-align: left;
  background-color: #dce6e8;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  overflow-wrap: break-word;
  word-break: break-word;
}
.speaker_list > li .thema p {
  word-break: break-word;
  overflow-wrap: break-word;
}
.speaker_list > li .thema span {
  word-break: break-word;
  overflow-wrap: break-word;
  font-weight: 200;
  margin-right: 1ex;
}

.session_section:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 899px) {
  .session_section:not(:last-child) {
    margin-bottom: 30px;
  }
}

.flex_area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .flex_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.info_contents {
  background-color: #fff;
}
.info_contents .title {
  color: #6b96c9;
  font-size: 125%;
}
.info_contents .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin: 20px 0;
}
@media only screen and (max-width: 899px) {
  .info_contents .box {
    margin: 15px 0;
  }
}
.info_contents_head {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ced7db;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  .info_contents_head {
    padding: 20px;
  }
}
.info_contents_body {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 899px) {
  .info_contents_body {
    padding: 20px;
  }
}
.info_contents_body .title {
  font-size: 112.5%;
}
.info_contents_body .pc_column2 + .pc_column2 {
  margin-top: 25px;
}
@media only screen and (max-width: 899px) {
  .info_contents_body .pc_column2 + .pc_column2 {
    margin-top: 20px;
  }
}
.info_contents_body .box {
  margin: 15px 0;
}
@media only screen and (max-width: 899px) {
  .info_contents_body .box {
    margin: 10px 0;
  }
}
.info_contents .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.info_contents .info span {
  min-width: 80px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 900;
  background-color: #e9eff7;
  text-align: center;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pc_column2 + .info_contents {
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  .pc_column2 + .info_contents {
    margin-top: 20px;
  }
}

.information_list li {
  border-bottom: 1px solid #ced7db;
  line-height: 1.875;
  color: #333333;
  padding: 12.5px 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.information_list li .head {
  color: #6b96c9;
  font-size: 112.5%;
  font-weight: 700;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .footer_nav {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer_nav > li {
    padding-right: 0px;
    margin-right: 0px;
  }
}
/*# sourceMappingURL=seminar_2025.css.map */