@charset "UTF-8";
.text00 {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: calc(13 / 1366 * 100vw);
  line-height: calc(31 / 13);
}
.ttl03 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: calc(40 / 1366 * 100vw);
  line-height: calc(60 / 40);
  margin-bottom: calc(25 / 1366 * 100vw);
}
.ttl03 + p {
  font-family: Roboto;
  font-weight: bold;
  font-size: calc(10 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: calc(24.5 / 1366 * 100vw);
  border-left: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .text00 {
    font-size: calc(13 / 375 * 100vw);
  }
  .ttl03 {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(35 / 24);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .ttl03 + p {
    font-size: calc(10 / 375 * 100vw);
    padding-left: calc(24.5 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle__head .en {
    margin-bottom: 2.6666666667vw;
    font-size: 10.7vw;
  }
}
.block_attention {
  margin: calc(-10 / 1366 * 100vw) 0 calc(63 / 1366 * 100vw);
  padding: 0 calc(182 / 1366 * 100vw) 0 calc(121 / 1366 * 100vw);
}
.block_attention .inner {
  width: calc(1062 / 1366 * 100vw);
  display: flex;
  justify-content: space-between;
}
.block_attention h3 {
  font-weight: 600;
  font-size: calc(30 / 1366 * 100vw);
  line-height: calc(53 / 30);
}
.block_attention .text00 {
  width: calc(467 / 1366 * 100vw);
}
@media screen and (max-width: 768px) {
  .block_attention {
    margin: calc(17 / 375 * 100vw) 0 calc(54 / 375 * 100vw);
    padding: 0 calc(26 / 375 * 100vw) 0;
  }
  .block_attention .inner {
    width: 100%;
    flex-flow: column;
    gap: calc(21 / 375 * 100vw);
  }
  .block_attention h3 {
    font-weight: 600;
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(35 / 20);
  }
  .block_attention .text00 {
    width: 100%;
  }
}
.block_slide {
  overflow: hidden;
  display: flex;
}
.block_slide .box_img {
  display: flex;
  gap: 0 calc(16 / 1366 * 100vw);
  animation: slide_ani 24s infinite linear both;
  padding-right: calc(16 / 1366 * 100vw);
}
.block_slide .box_img figure {
  width: calc(338 / 1366 * 100vw);
}
@keyframes slide_ani {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .block_slide .box_img {
    gap: 0 calc(8 / 375 * 100vw);
    padding-right: calc(8 / 375 * 100vw);
  }
  .block_slide .box_img figure {
    width: calc(190 / 375 * 100vw);
  }
}
.block_image {
  margin: calc(120 / 1366 * 100vw) 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/lecture_meeting/img_lecture_meeting06.jpg");
  background-size: cover;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 1366 / 488;
}
.block_image .wrapper_text {
  margin-bottom: calc(-32 / 1366 * 100vw);
  display: flex;
  overflow: hidden;
}
.block_image .txt {
  font-family: Roboto;
  font-weight: bold;
  font-size: calc(196 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  opacity: 0.19;
  white-space: nowrap;
  /* animation: pageTitleTxt 10s linear infinite; */
  animation: pageTitleTxt 24s linear infinite;
}
@media screen and (max-width: 768px) {
  .block_image {
    margin: calc(60 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/lecture_meeting/img_lecture_meeting06_sp.jpg");
    background-size: cover;
    aspect-ratio: 375 / 248;
  }
  .block_image .wrapper_text {
    margin-bottom: calc(-16 / 375 * 100vw);
    display: flex;
    overflow: hidden;
  }
  .block_image .txt {
    font-size: calc(100 / 375 * 100vw);
    animation: pageTitleTxt 10s linear infinite;
  }
}
.block_overview {
  padding-bottom: calc(120 / 1366 * 100vw);
}
.block_overview .inner {
  width: 82.28%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: calc(84 / 1366 * 100vw) 0;
}
.block_overview .box_overview {
  width: 49.19%;
}
.block_overview .box_overview.overview01 {
  background-color: #eaeaea;
  padding: calc(36 / 1366 * 100vw) calc(37 / 1366 * 100vw) calc(50 / 1366 * 100vw) calc(50 / 1366 * 100vw);
}
.block_overview .box_overview.overview01 + .overview01 {
  padding-left: calc(57 / 1366 * 100vw);
}
.block_overview .box_overview .ttl03 + p {
  margin-bottom: calc(69 / 1366 * 100vw);
}
.block_overview .box_overview .ttl03 + p + .text00 {
  width: calc(320 / 1366 * 100vw);
}
.block_overview .box_overview h4 {
  font-weight: 600;
  font-size: calc(28 / 1366 * 100vw);
  line-height: calc(60 / 28);
  margin-bottom: calc(27 / 1366 * 100vw);
}
.block_overview .box_overview dl {
}
.block_overview .box_overview dl .item {
  display: flex;
  padding-bottom: calc(22 / 1366 * 100vw);
  border-bottom: 1px solid rgba(26 26 26 /0.15);
}
.block_overview .box_overview.overview01 dl .item {
  border-bottom: 0;
  padding-bottom: 0;
}
.block_overview .box_overview dl .item:nth-of-type(n + 2) {
  margin-top: calc(27 / 1366 * 100vw);
}
.block_overview .box_overview dl .item dt {
  width: calc(166 / 1366 * 100vw);
  font-weight: 600;
  font-size: calc(18 / 1366 * 100vw);
  line-height: calc(53 / 18);
  margin-top: calc(-8 / 1366 * 100vw);
}
.block_overview .box_overview dl .item dd {
  width: calc(100% - calc(166 / 1366 * 100vw));
}
.block_overview .box_overview.overview01 dl .item dt {
  width: calc(152 / 1366 * 100vw);
  height: calc(225.85 / 1366 * 100vw);
}
.block_overview .box_overview.overview01 dl .item dd {
  width: calc(100% - calc(152 / 1366 * 100vw));
  padding-left: calc(50 / 1366 * 100vw);
  border-left: 1px solid rgba(26 26 26 /0.15);
}
.block_overview .box_overview dl .item ul {
}
.block_overview .box_overview dl .item li {
  display: flex;
  gap: 0 calc(10 / 1366 * 100vw);
}
.block_overview .box_overview dl .item li::before {
  content: "";
  display: block;
  background-color: #0060be;
  width: calc(6 / 1366 * 100vw);
  aspect-ratio: 1;
  align-self: center;
  border-radius: calc(99 / 1366 * 100vw);
}
.block_overview .box_overview dl .item li.cap {
  justify-content: flex-end;
  font-size: calc(10 / 13 * 1em);
  margin-top: calc(8 / 1366 * 100vw);
}
.block_overview .box_overview dl .item li.cap::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .block_overview {
    padding-bottom: calc(80 / 375 * 100vw);
  }
  .block_overview .inner {
    width: 86.13%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 0;
  }
  .block_overview .box_overview {
    width: 100%;
  }
  .block_overview .box_overview.overview01 {
    margin-top: calc(60 / 375 * 100vw);
    padding: calc(26 / 375 * 100vw) calc(6 / 375 * 100vw) calc(38 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .block_overview .box_overview.overview01 + .overview01 {
    margin-top: calc(30 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
  .block_overview .box_overview .ttl03 + p {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .block_overview .box_overview .ttl03 + p + .text00 {
    width: 100%;
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .block_overview .box_overview h4 {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(60 / 22);
    margin-bottom: 0;
  }
  .block_overview .box_overview dl .item {
    display: flex;
    padding-bottom: calc(25 / 375 * 100vw);
    border-bottom: 1px solid rgba(26 26 26 /0.15);
  }
  .block_overview .box_overview.overview01 dl .item {
    flex-flow: column;
    border-bottom: 0;
    padding-bottom: 0;
    gap: calc(12 / 375 * 100vw);
  }
  .block_overview .box_overview dl .item:nth-of-type(n + 2) {
    margin-top: calc(27 / 375 * 100vw);
  }
  .block_overview .box_overview dl .item dt {
    width: calc(146 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(-8 / 375 * 100vw);
  }
  .block_overview .box_overview dl .item dd {
    width: calc(100% - calc(146 / 375 * 100vw));
  }
  .block_overview .box_overview.overview01 dl .item dt {
    width: 100%;
    height: auto;
  }
  .block_overview .box_overview.overview01 dl .item dd {
    width: calc(100% - calc(10 / 375 * 100vw));
    padding-left: calc(19 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
  }
  .block_overview .box_overview dl .item ul {
  }
  .block_overview .box_overview dl .item li {
    display: flex;
    gap: 0 calc(10 / 375 * 100vw);
  }
  .block_overview .box_overview dl .item li::before {
    content: "";
    display: block;
    background-color: #0060be;
    width: calc(6 / 375 * 100vw);
    aspect-ratio: 1;
    align-self: center;
    border-radius: calc(99 / 375 * 100vw);
  }
  .block_overview .box_overview dl .item li.cap {
    margin-top: calc(8 / 375 * 100vw);
  }
}
.block_training {
  background-color: #fff;
  padding: calc(120 / 1366 * 100vw) 0;
}
.block_training .inner {
  width: 82.28%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: calc(68 / 1366 * 100vw) 0;
}
.block_training .wrapper_ttl {
  width: 100%;
}
.block_training .box_text {
  width: 57.11%;
}
.block_training .box_contents {
  width: 34.43%;
}
.block_training .box_contents h4 {
  font-weight: 600;
  font-size: calc(18 / 1366 * 100vw);
  line-height: 1;
  border-bottom: 1px solid rgba(26 26 26 /0.15);
  padding-bottom: calc(30 / 1366 * 100vw);
  margin-bottom: calc(30 / 1366 * 100vw);
}
@media screen and (max-width: 768px) {
  .block_training {
    background-color: #fff;
    padding: calc(80 / 375 * 100vw) 0;
  }
  .block_training .inner {
    width: 86.13%;
    flex-flow: column;
    gap: 0;
  }
  .block_training .wrapper_ttl {
    width: 100%;
  }
  .block_training .box_text {
    width: 100%;
    margin: calc(48 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
  }
  .block_training .box_contents {
    width: 100%;
  }
  .block_training .box_contents h4 {
    font-size: calc(18 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
    margin-bottom: calc(23 / 375 * 100vw);
  }
}
.block_contact {
  background-color: #004a93;
  padding: calc(62 / 1366 * 100vw) calc(108 / 1366 * 100vw) calc(62 / 1366 * 100vw) calc(121 / 1366 * 100vw);
}
.block_registration {
  background-color: #0259af;
}
.block_contact .inner {
  display: flex;
  justify-content: space-between;
}
.block_contact h-group {
  width: 26%;
  color: #fff;
}
.block_contact h-group h3 {
  font-family: Roboto;
  font-weight: bold;
  font-size: calc(38 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(41 / 38);
  margin-bottom: calc(11 / 1366 * 100vw);
}
.block_contact h-group p {
  font-weight: 600;
  font-size: calc(14 / 1366 * 100vw);
  line-height: calc(39 / 14);
}
.block_contact .box_item {
  width: 69.8%;
  padding-left: calc(64 / 1366 * 100vw);
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-left: 1px solid rgba(255 255 255 /0.25);
}
.block_contact .box_item .text_item {
  font-weight: 600;
  font-size: calc(14 / 1366 * 100vw);
  line-height: 1;
}
.block_contact .box_item .btn00 {
  position: relative;
  z-index: 0;
  background-color: rgba(255 255 255 / 0.26);
  width: calc(230 / 1366 * 100vw);
  aspect-ratio: 230 / 50;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: calc(14 / 1366 * 100vw);
  line-height: 1;
  color: #fff;
  border-radius: calc(999 / 1366 * 100vw);
}
.block_contact .box_item .text_item + .btn00 {
  margin-top: calc(32 / 1366 * 100vw);
}
.block_contact .box_item h5 + .btn00 {
  margin: calc(18 / 1366 * 100vw) auto 0;
}
.block_contact .box_item .btn00::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../img/common/icn_arrow_black.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  right: calc(20 / 1366 * 100vw);
  transform: translate(0, -50%);
  width: calc(13 / 1366 * 100vw);
  aspect-ratio: 56 / 35;
  filter: brightness(0) invert(1);
}
.block_contact .contact_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: calc(32 / 1366 * 100vw);
}
.block_contact .contact_item li {
  width: 48.46%;
  text-align: center;
}
.block_contact .contact_item h5 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: calc(16 / 1366 * 100vw);
  line-height: calc(34 / 16);
  text-align: center;
  color: #004a93;
  background-color: #fff;
  border-radius: calc(4 / 1366 * 100vw);
}
.block_contact .contact_item address {
  font-family: Roboto;
  font-weight: bold;
  font-size: calc(26 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(28 / 26);
  margin-top: calc(13 / 1366 * 100vw);
}
.block_contact .contact_item p {
  font-weight: normal;
  font-size: calc(14 / 1366 * 100vw);
  line-height: calc(39 / 14);
}
@media screen and (max-width: 768px) {
  .block_contact {
    padding: calc(67 / 375 * 100vw) 0 calc(61 / 375 * 100vw);
  }
  .block_contact .inner {
    width: 86.13%;
    margin: 0 auto;
    flex-flow: column;
  }
  .block_contact h-group {
    width: 100%;
  }
  .block_contact h-group h3 {
    text-align: center;
    font-size: calc(38 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
  .block_contact h-group p {
    text-align: center;
    font-size: calc(14 / 375 * 100vw);
  }
  .block_contact .box_item {
    width: 100%;
    padding: calc(42 / 375 * 100vw) 0 0;
    margin-top: calc(29 / 375 * 100vw);
    border-left: 0;
    border-top: 1px solid rgba(255 255 255 /0.25);
  }
  .block_contact .box_item .text_item {
    font-size: calc(13 / 375 * 100vw);
    line-height: 2;
    text-align: center;
  }
  .block_contact .box_item .btn00 {
    width: calc(230 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    border-radius: calc(999 / 375 * 100vw);
  }
  .block_contact .box_item .text_item + .btn00 {
    margin-top: calc(28 / 375 * 100vw);
  }
  .block_contact .box_item h5 + .btn00 {
    margin: calc(18 / 375 * 100vw) auto 0;
  }
  .block_contact .box_item .btn00::after {
    right: calc(20 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
  .block_contact .contact_item {
    flex-flow: column;
    margin-top: calc(36 / 375 * 100vw);
    gap: calc(32 / 375 * 100vw) 0;
  }
  .block_contact .contact_item li {
    width: 100%;
  }
  .block_contact .contact_item h5 {
    font-size: calc(16 / 375 * 100vw);
    border-radius: calc(4 / 375 * 100vw);
  }
  .block_contact .contact_item address {
    font-size: calc(26 / 375 * 100vw);
    margin-top: calc(13 / 375 * 100vw);
  }
  .block_contact .contact_item p {
    font-size: calc(14 / 375 * 100vw);
  }
}
