@charset "UTF-8";

:root {
  --theme-main-color: #365DB5;
  --text-normal: #00060D;
  --color-black: #00060D;
  --color-blue: #001F3F;
  --color-white: #ffffff;
  --color-blue2: #3A6D8C;
  --border-gray: #D5D8DA;
  --background-gray: #F3F5F6;
  --text-gray: #606163;
  --text-light-gray: #9EA3A7;
  --font-base: "Noto Serif JP", serif;
  --fontweight-thin: 250;
  --fontweight-light: 300;
  --fontweight-demilight: 350;
  --fontweight-regular: 400;
  --fontweight-medium: 500;
  --fontweight-semibold: 600;
  --fontweight-bold: 700;
  --fontweight-black: 900;
}

#breadcrumbs {
  padding: 114px 0 0 7%;
  background-color: #fff;
  padding-right: 36vw;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.footer-inquiry,
footer {
  position: relative;
  z-index: 1;
}

.single-webinars {
  background: #fff;
  padding: 40px 8% 32px;
}

.single-webinars h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #365DB5;
  position: relative;
  padding-top: 40px;
}

.single-webinars h2::after {
  display: block;
  content: "";
  background-color: #365DB5;
  width: 45px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.single-webinars h2::before {
  display: block;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #F3F5F6;
  position: absolute;
  top: 0;
  right: 0;
}

.single-webinars h3 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  position: relative;
}

.single-webinars h3::after {
  display: block;
  content: "";
  width: 2px;
  height: 18px;
  background-color: #365DB5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-webinars__header {
  padding-bottom: 24px;
}

.single-webinars__header .subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  color: #FFFFFF;
  background: #365DB5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px;
  display: inline-block;
  margin-right: 16px;
}

.single-webinars__header h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  display: inline-block;
  margin: 0;
}

.single-webinars__header .single-webinars-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-webinars__header .single-webinars-head p {
  margin-bottom: 38px;
}

.single-webinars__header .single-webinars-head__cats {
  color: #365DB5;
  background-color: #fff;
  border: solid 1px #365DB5;
  font-size: 14px;
  width: 60px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  border-radius: 2px;
  margin-right: 20px;
}

.single-webinars__header .single-webinars-head__day {
  font-size: 18px;
}

.single-webinars__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.single-webinars__body .left {
  display: block;
  position: static;
  padding-right: 30vw;
}

.single-webinars__body .left section {
  background: rgba(54, 93, 181, 0.02);
  padding: 12px 16px;
  margin-bottom: 12px;
}

.single-webinars__body .left .main-text {
  margin: 20px 0 90px;
  font-size: 14px;
  line-height: 28px;
}

.single-webinars__body .left .content-table {
  width: 100%;
  margin-bottom: 50px;
}

.single-webinars__body .left .content-table th,
.single-webinars__body .left .content-table td {
  font-size: 14px;
  border-bottom: solid 1px #F3F5F6;
  padding: 20px 0;
}

.single-webinars__body .left .content-table th {
  width: 16%;
}

.single-webinars__body .left .content-list {
  padding-left: 0;
  margin-top: 24px;
}

.single-webinars__body .left .content-list li {
  border: solid 1px #DDDDDD;
  padding: 24px;
  margin-bottom: 16px;
}

.single-webinars__body .left .content-list li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-webinars__body .left .content-list li .left-image {
  margin-right: 24px;
  width: 26%;
}

.single-webinars__body .left .content-list li .left-image img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-webinars__body .left .content-list li .right-text {
  width: 80%;
  font-size: 14px;
}

.single-webinars__body .left .content-list li .right-text .company {
  color: #365DB5;
  margin-bottom: 5px;
}

.single-webinars__body .left .content-list li .right-text .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.single-webinars__body .right {
  background: #F9F9F9;
  position: fixed;
  overflow-y: scroll;
  top: 140px;
  right: 8%;
  height: 100%;
  max-height: calc(96vh - 140px);
  width: 28%;
  padding: 30px;
}

.single-webinars__body .right .single-webinars-head {
  margin-bottom: 30px;
}

.single-webinars__body .right .single-webinars-head p {
  margin-bottom: 10px;
}

.single-webinars__body .right .single-webinars-head__cats {
  color: #365DB5;
  background-color: #fff;
  border: solid 1px #365DB5;
  font-size: 14px;
  width: 60px;
  height: 22px;
  line-height: 19px;
  text-align: center;
  border-radius: 2px;
  margin-right: 20px;
}

.single-webinars__body .right .single-webinars-head__day {
  font-size: 16px;
}

.single-webinars__body .right .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.single-webinars__body .right .title::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #365DB5;
}

.single-webinars__body .right .download-line {
  width: 100%;
  margin: 24px 0;
}

.single-webinars__body .right .d-flex p:first-child {
  margin-right: 12px;
}

.single-webinars__body .right label {
  width: 100%;
}

.single-webinars__body .right .policy p {
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-webinars__body .right .policy p span {
  margin-right: 4px;
}

.single-webinars__body .right .policy p a {
  color: var(--theme-main-color);
}

.single-webinars__body .right .policy-text {
  font-size: 12px;
  line-height: 23px;
}

.single-webinars__body .right .wpcf7-submit:disabled {
  background: #D1D1D1;
}

.single-webinars__body .right .download {
  position: relative;
  margin-top: 30px;
}

.single-webinars__body .right .download::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
}

.single-webinars__body .right .wpcf7-submit {
  width: 100%;
  position: relative;
}

.others-webinars {
  background-color: #F7F9F8;
  position: relative;
  z-index: 1;
  padding: 100px 8% 120px;
}

.others-webinars__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #365DB5;
}

.others-webinars__list {
  padding-left: 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.others-webinars__list li {
  width: 30%;
}

.others-webinars__list li a {
  color: #222222;
}

.others-webinars__list li a:hover {
  opacity: 0.8;
}

.others-webinars__list li img {
  margin-bottom: 20px;
  border: solid 1px #ddd;
}

.others-webinars__list li .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.others-webinars__table th {
  width: 26%;
}

.others-webinars__table th,
.others-webinars__table td {
  font-size: 14px;
  color: #365DB5;
  font-weight: 400;
  padding: 4px 0;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.mySwiper2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.mySwiper2 .swiper-slide {
  width: 100% !important;
}

.mySwiper {
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 70px;
  margin-right: 8px;
}

.mySwiper .swiper-slide img {
  height: 70px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

/* SP */

@media screen and (max-width: 800px) {
  header {
    position: relative;
  }

  #breadcrumbs {
    padding: 24px 28px 0;
  }

  .single-webinars {
    padding: 0 16px;
  }

  .single-webinars__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .single-webinars__header .subtitle {
    font-size: 16px;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
  }

  .single-webinars__header h1 {
    font-size: 24px;
    display: block;
  }

  .single-webinars__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 12px 0;
  }

  .single-webinars__body .left {
    width: 100%;
    padding: 0;
  }

  .single-webinars__body .left .single-webinars-head {
    margin-bottom: 10px;
    display: block;
  }

  .single-webinars__body .left .single-webinars-head__cats {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .single-webinars__body .left .single-webinars-head__day {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .single-webinars__body .left .main-text {
    margin-bottom: 70px;
  }

  .single-webinars__body .left .content-table th,
  .single-webinars__body .left .content-table td {
    display: block;
    width: 100%;
  }

  .single-webinars__body .left .content-table th {
    border: none;
    padding-bottom: 8px;
  }

  .single-webinars__body .left .content-table td {
    padding-top: 0;
  }

  .single-webinars__body .left .content-list {
    margin-bottom: 70px;
  }

  .single-webinars__body .left .content-list li {
    padding: 20px;
    margin-bottom: 16px;
  }

  .single-webinars__body .left .content-list li .flex {
    margin-bottom: 20px;
  }

  .single-webinars__body .left .content-list li .left-image {
    margin-right: 0;
  }

  .single-webinars__body .left .content-list li .left-image img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .single-webinars__body .left .content-list li .right-text {
    width: 64%;
  }

  .single-webinars__body .left .content-list li .right-text .name {
    font-size: 20px;
  }

  .single-webinars__body .left .content-list li .profile {
    font-size: 14px;
    line-height: 22px;
  }

  .single-webinars__body .right {
    position: relative;
    overflow-y: visible;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }

  .single-webinars__body .right h2 {
    margin-bottom: 34px;
  }

  .single-webinars__body .right .wpcf7-form {
    margin: 0;
  }

  .others-webinars {
    padding: 70px 8% 90px;
  }

  .others-webinars__title {
    font-size: 24px;
  }

  .others-webinars__list {
    display: block;
  }

  .others-webinars__list li {
    width: 100%;
    margin-bottom: 50px;
  }

  .others-webinars__list li .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .others-webinars__table th,
  .others-webinars__table td {
    padding: 4px 0;
  }
}
/*# sourceMappingURL=single-webinars.css.map */