@charset "UTF-8";
/*
* top.css
*
*/
/* --------------------------------
   font
-------------------------------- */
.brandon {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* --------------------------------
   common
-------------------------------- */
.c-txt-strong {
  background: linear-gradient(transparent 50%, #d6ebeb 50%);
}

.section_ttl {
  display: flex;
  flex-direction: column;

  justify-content: center;
}
@media (min-width: 1024px) {
  .section_ttl {
    flex-direction: row;
    position: relative;
    z-index: 1; 

    align-items: center;
  }
}
@media (min-width: 1024px) {
  .section_ttl span {
    display: inline-flex;
    height: 54px;

    align-items: center;
  }
}

.section_ttl_main {
  position: relative;
  text-align: center; 
  font-family: brandon-grotesque, sans-serif;
  font-size: 10.66667vw;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 1024px) {
  .section_ttl_main {
    z-index: -5;
    transition: -webkit-transform 0.6s ease-out 0.2s;
    transition: transform 0.6s ease-out 0.2s;
    transition: transform 0.6s ease-out 0.2s, -webkit-transform 0.6s ease-out 0.2s; 
    -webkit-transform: translateX(130%); 
            transform: translateX(130%);
    font-size: 49px;
  }
  .section_ttl_main.is-show {
    z-index: -5; 
    -webkit-transform: translateX(0); 
            transform: translateX(0);
  }
  .section_ttl_main.section_ttl_main-recommend {
    transition: -webkit-transform 0.8s ease-out 0.2s;
    transition: transform 0.8s ease-out 0.2s;
    transition: transform 0.8s ease-out 0.2s, -webkit-transform 0.8s ease-out 0.2s;
  }
  .section_ttl_main.section_ttl_main-contents {
    transition: -webkit-transform 0.8s ease-out 0.2s;
    transition: transform 0.8s ease-out 0.2s;
    transition: transform 0.8s ease-out 0.2s, -webkit-transform 0.8s ease-out 0.2s;
  }
  .section_ttl_main.section_ttl_main-background {
    transition: -webkit-transform 1s ease-out 0.2s;
    transition: transform 1s ease-out 0.2s;
    transition: transform 1s ease-out 0.2s, -webkit-transform 1s ease-out 0.2s;
  }
}

.section_ttl_sub {
  overflow: hidden;
  position: relative;
  z-index: 1; 
  margin-top: 1.6vw;
  text-align: center;
  letter-spacing: 0.4em;
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .section_ttl_sub {
    overflow: visible;
    margin-top: 0;
    padding-left: 20px; 
    letter-spacing: 0.4em;
    font-size: 20px;
  }
  .section_ttl_sub::before {
    content: "";
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;
    width: 450px;
    height: 100%;
    -webkit-transform: skew(-40deg);
            transform: skew(-40deg);
    background: #fff;
  }
  .section_ttl_sub::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 0.5px;
    width: 1px;
    height: 165px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    background: #1a1311;
  }
  .section_ttl_sub.bg-green::before {
    background: #e9f5f5;
  }
  .section_ttl_sub.section_ttl_sub-recommned::before {
    left: -1px;
  }
  .section_ttl_sub.section_ttl_sub-recommned::after {
    left: -1px;
  }
  .section_ttl_sub.section_ttl_sub-content::before {
    left: 3px;
  }
  .section_ttl_sub.section_ttl_sub-content::after {
    left: 2px;
  }
  .section_ttl_sub.section_ttl_sub-background::before {
    left: -1px;
  }
  .section_ttl_sub.section_ttl_sub-background::after {
    left: -1px;
  }
  .section_ttl_sub.section_ttl_sub-group::before {
    left: -7px;
  }
  .section_ttl_sub.section_ttl_sub-group::after {
    left: -7px;
  }
  .section_ttl_sub.section_ttl_sub-faq::before {
    left: 8px;
  }
  .section_ttl_sub.section_ttl_sub-faq::after {
    left: 8px;
  }
}

@media (min-width: 1024px) {
  .ttl_sub-group {
    overflow: hidden; 
    position: absolute;
    z-index: -1;
    top: 0;
    left: -7px;
    padding-left: 20px;
    width: 450px;
    height: 100%;
    -webkit-transform: skew(-40deg);
            transform: skew(-40deg);
    background: #fff;
  }
  .ttl_sub-group::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -20px;
    width: 500px;
    height: 100%;
    -webkit-transform: skew(40deg);
            transform: skew(40deg); 
    background: #fff url(/webinar/stramd/img/group_bg.png);
    background-position: 7px -2px;
  }
}

@media (min-width: 1024px) {
  .ttl_sub-group span {
    -webkit-transform: skew(40deg);
            transform: skew(40deg);
  }
}

@media (min-width: 1024px) {
  .recommendList {
    margin: 0 auto;
    max-width: 510px;
  }
}

.recommendList_item {
  position: relative;
  margin-top: 28px;
  padding-left: 9.6vw;
  letter-spacing: 0.03em; 
  font-size: 4.26667vw;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .recommendList_item {
    padding-left: 37px;
    letter-spacing: 0.02em; 
    font-size: 22px;
  }
}
.recommendList_item:nth-of-type(n+2) {
  margin-top: 5.33333vw;
}
@media (min-width: 1024px) {
  .recommendList_item:nth-of-type(n+2) {
    margin-top: 28px;
  }
}
.recommendList_item:before {
  content: "";
  position: absolute;
  top: -0.53333vw;
  left: 0;
  width: 6.13333vw;
  height: 6.4vw;
  background: url("/webinar/stramd/img/icon-check.svg") no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .recommendList_item:before {
    top: 0;
    width: 23px;
    height: 23px;
  }
}

.section {
  overflow: hidden;
}

.target_wrapper {
  visibility: hidden;
  opacity: 0;
  transition: 1s ease-out;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
.target_wrapper.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* --------------------------------
   header
-------------------------------- */
.header {
  display: flex;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 18.66667vw;
  transition: 0.2s ease; 
  background: #000;

  align-items: center;
}
.header.is-fixed {
  background: none;
}
@media (min-width: 1024px) {
  .header.is-fixed {
    position: fixed;
    transition: 0.2s ease; 
    background: #000;
  }
}
@media (min-width: 1024px) {
  .header.is-fixed .anchor {
    visibility: visible;
    opacity: 1;
  }
}
.header.is-fixed .hamburger {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  height: 100%;
}
.header.is-fixed .header_sns {
  visibility: hidden;
  opacity: 0;
}
.header.is-fixed.is-hide {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1024px) {
  .header {
    position: absolute; 
    height: 90px;
  }
  .header.is-fixed {
    visibility: visible;
    opacity: 1;
    top: 0;
  }
}

.header_inner {
  position: relative;
  width: 100%; 
  height: 100%;
}
@media (min-width: 1024px) {
  .header_inner {
    margin: 0 auto; 
    max-width: 1440px;
  }
}
.header_inner.is-active .header_logo {
  visibility: hidden;
  opacity: 0;
}
.header_inner.is-active .anchor {
  visibility: visible;
  opacity: 1;
  background: #000;
}
.header_inner.is-active .header_sns {
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1024px) {
  .header_inner.is-active .header_sns {
    opacity: 1; 

    mvisibility: visible;
  }
}

.anchor {
  visibility: hidden;
  opacity: 0; 
  transition: 0.2s all;
}
@media (min-width: 1024px) {
  .anchor {
    position: static; 
    padding: 0;
    height: 100%;
  }
}

.anchor_list {
  padding: 9.33333vw 0 0;
}
@media (min-width: 1024px) {
  .anchor_list {
    display: flex;
    flex-direction: row; 
    margin: 0 auto;
    padding: 0;
    max-width: 800px;
    height: 100%;

    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex: auto;
  }
}

.anchor_listItem {
  display: flex;
  position: relative;
  position: relative;
  transition: 0.2s ease; 
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.73333vw;
  font-weight: bold;

  align-items: center;
  justify-content: center;
}
.anchor_listItem::before {
  content: "";
  position: absolute;
  top: -4vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 2.66667vw;
  height: 0.26667vw;
  background: #7c7c7c;
}
@media (min-width: 1024px) {
  .anchor_listItem::before {
    content: "";
    top: 0;
    right: auto;
    bottom: 0;
    width: 2px;
    height: 23px;
    -webkit-transform: none;
            transform: none; 
    background: #666;
  }
}
.anchor_listItem:first-child::before {
  content: none;
}
@media (min-width: 1024px) {
  .anchor_listItem:first-child::before {
    content: "";
  }
}
.anchor_listItem:not(:first-child) {
  margin-top: 8.26667vw;
}
@media (min-width: 1024px) {
  .anchor_listItem:not(:first-child) {
    margin-top: 0;
    border-top: none;
  }
}
.anchor_listItem:last-of-type {
  padding-bottom: 9.33333vw;
}
@media (min-width: 1024px) {
  .anchor_listItem:last-of-type {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .anchor_listItem {
    display: flex;
    padding-right: 0;
    width: auto;
    cursor: pointer; 
    font-size: 16px;

    flex: auto;
    align-items: center;
    justify-content: center;
  }
  .anchor_listItem:hover {
    opacity: 0.7;
  }
  .anchor_listItem:nth-child(even) {
    padding-right: 0;
    width: auto;
  }
  .anchor_listItem:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 23px;
    background: #666;
  }
  .anchor_listItem:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 23px;
    background: #666;
  }
}
.anchor_listItem span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: 1;
}

.header_sns {
  display: flex;
  position: absolute;
  top: 0;
  right: 6.66667vw;
  bottom: 0;
  margin: auto;
  height: 6.66667vw;
}
@media (min-width: 1024px) {
  .header_sns {
    right: 52px;
    height: 36px;
  }
}

.sns_txt {
  margin-right: 4.26667vw;
  color: #9b9b9b;
  font-size: 4.26667vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .sns_txt {
    margin-right: 22px;
    font-size: 22px;
  }
}

.sns_list {
  display: flex;
  height: inherit;
}
.sns_list li {
  height: inherit;
}
.sns_list li + li {
  margin-left: 4.26667vw;
}
@media (min-width: 1024px) {
  .sns_list li + li {
    margin-left: 18px;
  }
}
.sns_list a {
  display: block;
  height: inherit;
  transition: 0.2s ease;
}
.sns_list a:hover {
  opacity: 0.7;
}
.sns_list img {
  height: inherit;
  vertical-align: top;
}

.hamburger {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1; 
  top: 0;
  right: 6.66667vw;
  bottom: 0;
  margin: auto;
  width: 7.73333vw;
  height: 4.8vw;
  background: url(/webinar/stramd/img/ham_on.png) no-repeat center center/contain;
}
.hamburger.is-open {
  background: url(/webinar/stramd/img/ham_off.png) no-repeat center center/4vw 4vw;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

/* --------------------------------
  mv
-------------------------------- */
@media (min-width: 1024px) {
  .main {
    padding-top: 90px;
  }
}

.mv {
  position: relative;
  text-align: center;
}

.mv_sp_txt {
  display: flex;
  position: absolute;
  z-index: 1; 
  top: 22.93333vw;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 3px;
  width: 40vw;
  height: 4.8vw;
  background: #000;
  color: #6fc1bf;

  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .mv_sp_txt {
    display: none;
  }
}
.mv_sp_txt p {
  font-size: 2.93333vw;
}

.mv_visual {
  position: relative;
}
.mv_visual img {
  width: 100%;
}

.ttl_main .main_01 {
  position: absolute;
  top: 49.33333vw;
  left: 18.66667vw;
  width: 65.86667vw;
}
@media (min-width: 415px) {
  .ttl_main .main_01 {
    top: 51.33333vw;
  }
}
@media (min-width: 1024px) {
  .ttl_main .main_01 {
    top: 17.08333vw;
    left: 36.80556vw;
    width: 27.77778vw;
  }
}

.ttl_main .main_02 {
  position: absolute;
  top: 56vw;
  left: 8.8vw;
  width: 84.8vw;
}
@media (min-width: 415px) {
  .ttl_main .main_02 {
    top: 58vw;
  }
}
@media (min-width: 1024px) {
  .ttl_main .main_02 {
    top: 20vw;
    left: 25.625vw;
    width: 49.65278vw;
  }
}

.ttl_main img {
  width: 100%;
}

.ttl_sub {
  display: flex;
}
.ttl_sub .sub_01 {
  position: absolute;
  top: 37.6vw;
  left: 8vw;
  width: 35.46667vw;
}
@media (min-width: 1024px) {
  .ttl_sub .sub_01 {
    top: 9.51389vw;
    left: 26.59722vw;
    width: 20.34722vw;
  }
}
.ttl_sub .sub_02 {
  position: absolute;
  top: 37.6vw;
  right: 5.6vw;
  width: 37.33333vw;
}
@media (min-width: 1024px) {
  .ttl_sub .sub_02 {
    top: 9.23611vw;
    right: 24.79167vw;
    width: 21.59722vw;
  }
}
.ttl_sub img {
  width: 100%;
}

.mv_date {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 9.33333vw;
  left: 0;
  margin: auto;
  width: 79.73333vw;
  height: 21.6vw;
  background: #000; 

  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .mv_date {
    bottom: 3.125vw;
    width: 29.86111vw;
    height: 7.36111vw;
  }
}

.date_txt {
  color: #94d1d1;
  font-weight: bold;
  line-height: 1;
}
.date_txt .num {
  font-family: brandon-grotesque, sans-serif;
  font-size: 9.33333vw;
  font-style: normal;
}
@media (min-width: 1024px) {
  .date_txt .num {
    letter-spacing: 0.01em; 
    font-size: 3.40278vw;
  }
}
.date_txt .date {
  font-size: 4.53333vw;
}
@media (min-width: 1024px) {
  .date_txt .date {
    letter-spacing: 0.4em; 
    font-size: 1.66667vw;
  }
}
.date_txt .week {
  font-size: 3.46667vw;
}
@media (min-width: 1024px) {
  .date_txt .week {
    letter-spacing: 0.1em; 
    font-size: 1.45833vw;
  }
}
.date_txt .from {
  font-size: 3.73333vw;
}
@media (min-width: 1024px) {
  .date_txt .from {
    font-size: 1.38889vw;
  }
}
.date_txt .txt {
  display: block;
  margin-top: 2.66667vw;
  font-size: 4.8vw;
}
@media (min-width: 1024px) {
  .date_txt .txt {
    margin-top: 0.34722vw;
    letter-spacing: 0.01em; 
    font-size: 1.80556vw;
  }
}

/* --------------------------------
  lead
-------------------------------- */
.lead {
  padding: 6.66667vw 6.66667vw; 
  background: #7f908f;
}
@media (min-width: 1024px) {
  .lead {
    padding: 44px 20px;
  }
}

.lead_txt {
  color: #fff;
  font-size: 3.73333vw;
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .lead_txt {
    text-align: center; 
    font-size: 22px;
    line-height: 1.7;
  }
}

/* --------------------------------
  reoommend
-------------------------------- */
.recommend {
  position: relative;
  padding: 20.66667vw 9.33333vw 21.33333vw;
}
@media (min-width: 1024px) {
  .recommend {
    padding: 127px 0 300px;
  }
}
@media (min-width: 1024px) {
  .recommend:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 180px; 
    background: url("/webinar/stramd/img/recommend_img.jpg") no-repeat center bottom/cover;
  }
}
.recommend .recommend_content {
  margin-top: 14.66667vw;
}
@media (min-width: 1024px) {
  .recommend .recommend_content {
    margin-top: 94px;
  }
}

/* --------------------------------
  content
-------------------------------- */
.content {
  padding: 20.66667vw 0 19.46667vw;
  background: #e9f5f5;
}
@media (min-width: 1024px) {
  .content {
    padding: 129px 0 109px;
  }
}

.content_lead {
  padding: 13.33333vw 9.33333vw 8.66667vw;
  font-size: 3.73333vw;
  font-weight: bold;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .content_lead {
    padding: 88px 0 56px;
    text-align: center; 
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 2;
  }
}

.content_download {
  margin: 1.33333vw 6.66667vw;
  padding: 10.66667vw 4.8vw 3.2vw;
  border: 4px solid #9ab1b1;
  border-radius: 11px; 
  background: #fff;
}
@media (min-width: 1024px) {
  .content_download {
    margin: 0 auto;
    padding: 50px 52px 10px;
    max-width: 960px;
  }
}

.download_lead {
  text-align: center; 
  font-size: 3.73333vw;
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .download_lead {
    letter-spacing: 0.02em; 
    font-size: 18px;
  }
}
.download_lead a {
  position: relative;
  padding-right: 2.66667vw;
  text-decoration: underline; 
  color: #000;
}
@media (min-width: 1024px) {
  .download_lead a {
    padding-right: 12px;
  }
  .download_lead a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.download_lead a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2.13333vw;
  height: 1.86667vw;
  background: url(/webinar/stramd/img/icon-link_bk.png) no-repeat;
  background-position: top center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .download_lead a:after {
    width: 9px;
    height: 8px;
  }
}

.download_point {
  margin: 7.2vw auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .download_point {
    margin-top: 39px;
  }
}
.download_point img {
  display: block;
  margin: 0 auto;
  width: 34.66667vw;
}
@media (min-width: 1024px) {
  .download_point img {
    width: 130px;
  }
}

.download_point_txt {
  margin-top: 4vw;
  text-align: center; 
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .download_point_txt {
    margin-top: 12px;
    font-size: 22px;
  }
}

.download_point_list {
  margin-top: 2.66667vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .download_point_list {
    margin-top: 18px;
  }
}

.download_pointList_wrapper {
  display: inline-block;
  text-align: left;
}

.download_pointList_item {
  position: relative;
  font-size: 3.46667vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .download_pointList_item {
    padding-left: 15px;
    font-size: 18px;
  }
}
.download_pointList_item::before {
  content: "・";
  display: block;
  position: absolute;
  left: -3.2vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .download_pointList_item::before {
    left: -15px;
  }
}

.download_img {
  margin-top: 2.66667vw;
}
@media (min-width: 1024px) {
  .download_img {
    margin-top: 10px;
  }
}

.content_course {
  margin: 11.46667vw auto 0;
  padding: 0 6.66667vw;
}
@media (min-width: 1024px) {
  .content_course {
    margin: 59px auto 0;
    padding: 0;
    max-width: 960px;
  }
}

.courseList_item {
  position: relative;
  background: #fff;
}
.courseList_item:not(:first-child) {
  margin-top: 11.46667vw;
}
@media (min-width: 1024px) {
  .courseList_item:not(:first-child) {
    margin-top: 60px;
  }
}
.courseList_item:after {
  content: "";
  display: block;
  position: absolute;
  top: -1.33333vw;
  left: -1.33333vw;
  width: 40vw;
  height: 48vw; 
  background: url(/webinar/stramd/img/triangle.png) no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .courseList_item:after {
    top: -12px;
    left: -12px;
    width: 251px;
    height: 300px;
  }
}

@media (min-width: 1024px) {
  .contents_wrapper {
    padding: 50px 37px 0;
  }
}

.course_outline {
  display: flex;
  flex-direction: column;
  margin: 0 5.33333vw;
  border-bottom: 2px solid #000; 

  align-items: center;
}
@media (min-width: 1024px) {
  .course_outline {
    flex-direction: row;
    margin: 0;
    border-width: 3px;
  }
}

.course_num {
  z-index: 1;
}
@media (min-width: 1024px) {
  .course_num {
    margin: -52px 48px 0 15px;
  }
}
.course_num img {
  margin-top: 2.66667vw;
  width: 39.46667vw;
  height: 28vw;
}
@media (min-width: 1024px) {
  .course_num img {
    margin-top: 0;
    width: 194px;
    height: 138px;
  }
}

.course_store {
  margin-top: -5.33333vw;
  text-align: center;
  letter-spacing: 0.4em;
}
@media (min-width: 1024px) {
  .course_store {
    margin-top: 0;
    text-align: left;
  }
}
.course_store.course_store_02 {
  margin-top: -3.2vw;
}
@media (min-width: 1024px) {
  .course_store.course_store_02 {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .course_store .store_en {
    letter-spacing: 0.2em;
  }
}

.case {
  display: inline-block;
  margin-right: 1.06667vw;
  padding: 0.8vw 3.73333vw;
  background: #6fc1bf;
  vertical-align: middle; 
  letter-spacing: 0.01em;
  color: #fff;
  font-size: 3.73333vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  .case {
    margin-right: 5px;
    padding: 3px 13px;
    letter-spacing: 0.1em; 
    font-size: 14px;
    line-height: 1;
  }
}

.store {
  vertical-align: middle; 
  letter-spacing: 0.3em;
  font-size: 8vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .store {
    font-size: 34px;
    line-height: 1;
  }
}
.store.store_03 {
  letter-spacing: 0.05em;
}

.course_store_02 {
  display: flex;

  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .course_store_02 {
    justify-content: left;
  }
}
.course_store_02 .case {
  margin-right: 4vw;
}
@media (min-width: 1024px) {
  .course_store_02 .case {
    margin-right: 15px;
  }
}

.store_name {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .store_name {
    flex-direction: row;
  }
}
.store_name .store {
  line-height: 1;
}
.store_name .store_sm {
  margin: 1.86667vw 0 0 -0.53333vw;
  letter-spacing: 0.2em; 
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .store_name .store_sm {
    margin: 0;
    font-size: 26px;
    line-height: 1.5;
  }
}

.course_ttl {
  margin-top: 2.66667vw;
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 1.45;
}
@media (min-width: 1024px) {
  .course_ttl {
    margin-top: 19px;
    font-size: 30px;
    line-height: 1.4;
  }
}
.course_ttl.course_ttl_02 {
  margin-top: 5.06667vw;
}
@media (min-width: 1024px) {
  .course_ttl.course_ttl_02 {
    margin-top: 19px;
  }
}
.course_ttl.course_ttl-indent {
  padding-left: 1.0em; 
  text-indent: -1.0em;
}

.course_txt {
  margin-top: 2vw;
  padding-bottom: 5.33333vw;
  font-size: 3.2vw;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .course_txt {
    margin: 10px 0 28px;
    padding-bottom: 0;
    letter-spacing: 0.01em; 
    font-size: 18px;
    line-height: 1.7;
  }
}
.course_txt.course_txt-indent {
  padding-left: 6.66667vw;
}
@media (min-width: 1024px) {
  .course_txt.course_txt-indent {
    padding-left: 30px;
  }
}

.course_contents {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .course_contents {
    flex-direction: row; 
    padding: 23px 0 41px;
  }
}

.course_index {
  position: relative;
  padding: 2.66667vw 5.33333vw 5.33333vw;
}
@media (min-width: 1024px) {
  .course_index {
    margin-left: 23px;
    padding: 0; 

    order: 2;
  }
}

.index_ttl {
  text-align: center; 
  font-size: 5.86667vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .index_ttl {
    text-align: left; 
    letter-spacing: 0.01em;
    font-size: 26px;
  }
}

.indexList {
  margin-top: 0.8vw;
}
@media (min-width: 1024px) {
  .indexList {
    margin-top: 0;
  }
}

.indexList_item {
  padding-left: 2.4vw;
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .indexList_item {
    padding-left: 15px;
    letter-spacing: 0.01em; 
    font-size: 14px;
  }
}
.indexList_item:not(:first-child) {
  margin-top: 1.06667vw;
}
@media (min-width: 1024px) {
  .indexList_item:not(:first-child) {
    margin-top: 7px;
  }
}
.indexList_item::before {
  content: "・";
  display: block;
  position: absolute;
  left: 4.13333vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .indexList_item::before {
    left: 0;
  }
}

.course_img {
  display: flex;
}
@media (min-width: 1024px) {
  .course_img {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .course_img img {
    max-width: 200px;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .img_wrapper:nth-child(2) {
    margin: auto 0 0 11px;
  }
}

.course_link {
  display: flex;
  flex-direction: column;
  padding: 4vw 4vw 8vw;
  background: #7f908f;
}
@media (min-width: 1024px) {
  .course_link {
    flex-direction: row;
    padding: 28px 50px; 

    justify-content: space-between;
  }
}

.course_link_cs {
  background: #ccd2d2;
}
@media (min-width: 1024px) {
  .course_link_cs {
    justify-content: center;
  }
}

.course_date {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .course_date {
    flex-direction: row;

    align-items: center;
  }
}
@media (min-width: 1024px) {
  .course_date:not(:first-child) {
    margin-top: 4px;
  }
}
.course_date .date,
.course_date .time {
  text-align: center; 
  color: #fff;
  font-weight: bold;
}
.course_date .date {
  font-size: 4.26667vw;
}
@media (min-width: 1024px) {
  .course_date .date {
    margin-right: 10px;
    font-size: 22px;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .course_date .date.date_01 {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .course_date .date.date_02 {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .course_date .date.date_03 {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .course_date .date.date_04 {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .course_date .date.date_05 {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .course_date .date.date_06 {
    margin-right: 10px;
  }
}
.course_date .date span {
  letter-spacing: 0.02em; 
  font-family: brandon-grotesque, sans-serif;
  font-size: 7.46667vw;
  font-style: normal;
}
@media (min-width: 1024px) {
  .course_date .date span {
    letter-spacing: -0.01em; 
    font-size: 40px;
  }
}
.course_date .time {
  margin-top: -1.33333vw;
  letter-spacing: -0.05em; 
  font-family: brandon-grotesque, sans-serif;
  font-size: 8vw;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 1024px) {
  .course_date .time {
    margin-top: 0;
    letter-spacing: -0.04em; 
    font-size: 40px;
  }
}
.course_date.course_date_rerun {
  margin-top: 5.33333vw;
}
@media (min-width: 1024px) {
  .course_date.course_date_rerun {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .course_date.course_date_rerun .date {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .course_date.course_date_rerun .date span {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .course_date.course_date_rerun .time {
    font-size: 36px;
  }
}

.course_date_tag {
  display: inline;
  margin: 0 auto;
  border: 0.26667vw solid #fff;
  border-radius: 0.26667vw;
  width: 12vw;
  height: 5.33333vw;
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 5.33333vw;
}
@media (min-width: 1024px) {
  .course_date_tag {
    margin: 0 8px 0 0;
    border-width: 1px;
    border-radius: 2px;
    width: 44px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }
}

.peatix_link {
  margin-top: 3.73333vw;
}
@media (min-width: 1024px) {
  .peatix_link {
    margin-top: 0;
  }
}
.peatix_link a {
  display: flex;
  padding: 4.93333vw 6.66667vw;
  border: 1px solid #000;
  transition: 0.2s ease; 
  background: #fff;
  text-decoration: none;
  box-shadow: 1.06667vw 1.06667vw #000;

  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .peatix_link a {
    padding: 25px 0 24px;
    width: 365px;
    height: 82px;
    box-shadow: 3px 3px #000;
  }
  .peatix_link a:hover {
    opacity: 0.7;
  }
}
.peatix_link img {
  margin-right: 4vw;
  margin-left: -4.53333vw;
  width: 14.66667vw;
}
@media (min-width: 1024px) {
  .peatix_link img {
    margin-right: 26px;
    margin-left: -17px;
    width: 67px;
  }
}
.peatix_link span {
  position: relative;
  color: #000;
  font-size: 4.53333vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .peatix_link span {
    font-size: 22px;
  }
}
.peatix_link span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -17px;
  width: 7px;
  height: 11px; 
  -webkit-transform: translateY(-50%); 
          transform: translateY(-50%);
  background: url(/webinar/stramd/img/icon-arrow.svg) no-repeat center top/contain;
}

.peatix_link_disabled a {
  border: none;
  background-color: #bfcccc;
  pointer-events: none; 
  box-shadow: none;
}
.peatix_link_disabled a span {
  color: #fff;
}
.peatix_link_disabled a span:after {
  content: none;
}

.link_cs {
  text-align: center; 
  color: #fff;
  font-size: 8vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .link_cs {
    letter-spacing: 0.02em; 
    font-size: 40px;
  }
}

.course_next {
  margin-top: 12vw;
  text-align: center;
  letter-spacing: 0.1em; 
  color: #4aa9a3;
  font-size: 5.6vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .course_next {
    margin-top: 72px;
    font-size: 28px;
  }
}

/* --------------------------------
  movie
-------------------------------- */
.movie {
  overflow: hidden;
  position: relative;
  padding: 16vw 6.4vw;
  background-color: #698382;
  background-image: url(/webinar/stramd/img/movie_illust.png);
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: 375px;
}
@media (min-width: 1024px) {
  .movie {
    padding: 100px 0;
    background-image: url(/webinar/stramd/img/movie_illust_lg.png);
    background-size: 1654px;
  }
}

.movie_wrapper {
  overflow: hidden;
  position: relative;
  margin: 0;
  padding-bottom: 63.38%;
  width: 100%;
}
@media (min-width: 1024px) {
  .movie_wrapper {
    margin: 0 auto; 
    padding-bottom: 56.25%;
    max-width: 960px;
  }
}
@media (min-width: 960px) {
  .movie_wrapper {
    padding-bottom: calc(960px / 960 * 450);
  }
}
.movie_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------
  cast
-------------------------------- */
.cast {
  padding: 20.66667vw 9.33333vw 19.46667vw;
}
@media (min-width: 1024px) {
  .cast {
    padding: 127px 0 116px;
  }
}
.cast a {
  position: relative;
  color: #333;
}
@media (min-width: 1024px) {
  .cast a:hover {
    opacity: 0.7; 
    text-decoration: underline;
  }
}
.cast span {
  margin-left: 0.8vw;
}
@media (min-width: 1024px) {
  .cast span {
    margin-left: 3px;
  }
}
.cast .external {
  padding-right: 4vw;
}
@media (min-width: 1024px) {
  .cast .external {
    margin-left: 0;
    padding-right: 15px;
  }
}
.cast .external:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2.13333vw;
  height: 1.86667vw;
  background: url(/webinar/stramd/img/icon-link_bk.png) no-repeat;
  background-position: top center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .cast .external:after {
    width: 9px;
    height: 8px;
  }
}
.cast .external.un-tdesign:after {
  top: 5.33333vw;
}
@media (min-width: 1024px) {
  .cast .external.un-tdesign:after {
    top: 0;
  }
}

.cast_contents {
  margin-top: 14.66667vw;
}
@media (min-width: 1024px) {
  .cast_contents {
    margin: 94px auto 0;
    max-width: 700px;
  }
}

.castList_item {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: 36.26667vw calc(100% - 36.26667vw);

  grid-template-columns: 36.26667vw calc(100% - 36.26667vw);
      grid-template-areas: "areaA areaB" "areaC areaC";
}
@media (min-width: 1024px) {
  .castList_item {
    -ms-grid-columns: 254px calc(100% - 254px);
    grid-template-columns: 254px calc(100% - 254px);
        grid-template-areas: "areaA areaB" "areaA areaC";
  }
}
.castList_item:nth-of-type(n+2) {
  margin-top: 12.26667vw;
}
@media (min-width: 1024px) {
  .castList_item:nth-of-type(n+2) {
    margin-top: 96px;
  }
}

.cast_img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: areaA;
}
@media (min-width: 1024px) {
  .cast_img {
    max-width: 100%;
  }
}
.cast_img img {
  width: 100%;
}

.cast_info {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  margin-top: -1.6vw;
  padding-left: 4.26667vw;

  grid-area: areaB;
}
@media (min-width: 1024px) {
  .cast_info {
    margin-top: 0;
    padding-left: 30px;
  }
}

.cast_speaker {
  font-size: 3.73333vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .cast_speaker {
    font-size: 18px;
    line-height: 1;
  }
}

.cast_name {
  font-size: 6.93333vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .cast_name {
    margin-top: 24px;
    font-size: 40px;
    line-height: 1;
  }
}

.cast_job {
  margin-top: 1.33333vw;
  font-size: 3.73333vw;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .cast_job {
    margin-top: 25px;
    letter-spacing: 0.019em; 
    font-size: 16px;
    line-height: 1.7;
  }
}

.cast_txt {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  margin-top: 4.26667vw; 

  grid-area: areaC;
}

@media (min-width: 1024px){
  .cast_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .cast_info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .cast_txt {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media (min-width: 1024px) {
  .cast_txt {
    margin-top: 28px;
    padding-left: 30px;
  }
}
.cast_txt p {
  font-size: 3.46667vw;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .cast_txt p {
    letter-spacing: 0.02em; 
    font-size: 16px;
    line-height: 1.68;
  }
}
.cast_txt p:not(:first-child) {
  margin-top: 4vw;
}
@media (min-width: 1024px) {
  .cast_txt p:not(:first-child) {
    margin-top: 26px;
  }
}

/* --------------------------------
  background
-------------------------------- */
.background {
  padding: 20.66667vw 6.66667vw 21.33333vw;
  background: #e9f5f5;
}
@media (min-width: 1024px) {
  .background {
    padding: 127px 0 120px;
  }
}

.background_contents {
  margin-top: 14.66667vw;
  padding: 9.86667vw 6.93333vw;
  background: #fff;
}
@media (min-width: 1024px) {
  .background_contents {
    margin: 94px auto 0;
    padding: 45px 50px;
    max-width: 700px;
  }
}

.background_txt {
  font-size: 3.46667vw;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .background_txt {
    font-size: 16px;
    line-height: 1.65;
  }
}
.background_txt:nth-of-type(n+2) {
  margin-top: 5.86667vw;
}
@media (min-width: 1024px) {
  .background_txt:nth-of-type(n+2) {
    margin-top: 26px;
  }
}
.background_txt a {
  transition: 0.2s ease;
}
@media (min-width: 1024px) {
  .background_txt a:hover {
    opacity: 0.7;
  }
}

.link {
  transition: 0.2s ease; 
  color: #6fc1bf;
}
@media (min-width: 1024px) {
  .link:hover {
    opacity: 0.7;
  }
}
.link span {
  display: inline-block;
  position: relative;
  padding-right: 2.4vw;
  color: #6fc1bf;
}
@media (min-width: 1024px) {
  .link span {
    padding-right: 14px;
  }
  .link span:hover {
    text-decoration: underline;
  }
}
.link span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2.13333vw;
  height: 1.86667vw;
  background: url(/webinar/stramd/img/icon-link.png) no-repeat;
  background-position: top center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .link span:after {
    width: 9px;
    height: 8px;
  }
}
.link.link_lg {
  color: #6fc1bf;
}
.link.link_lg span {
  padding-right: 2.4vw;
}
@media (min-width: 1024px) {
  .link.link_lg span {
    padding-right: 10px;
  }
}

.background_author {
  margin-top: 2.93333vw;
  text-align: right; 
  font-size: 3.73333vw;
}
@media (min-width: 1024px) {
  .background_author {
    margin-top: 30px;
    font-size: 16px;
  }
}

/* --------------------------------
  group
-------------------------------- */
.group {
  padding: 20.66667vw 6.66667vw 21.33333vw;
  background: url(/webinar/stramd/img/group_bg.png);
}
@media (min-width: 1024px) {
  .group {
    padding: 127px 0 119px;
  }
}
.group .recommendList {
  margin-top: 8vw;
}
@media (min-width: 1024px) {
  .group .recommendList {
    margin-top: 28px;
    max-width: 754px;
  }
}
@media (min-width: 1024px) {
  .group .section_ttl {
    padding-right: 100px;
  }
}

.group_recommend {
  margin-top: 12.53333vw;
  text-align: center;
}
@media (min-width: 1024px) {
  .group_recommend {
    margin-top: 95px;
  }
}

.recommend_ttl {
  display: inline-block;
  border-bottom: 3px solid #6fc1bf; 
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 3.73333vw;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .recommend_ttl {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1;
  }
}
.recommend_ttl span {
  font-size: 6.4vw;
}
@media (min-width: 1024px) {
  .recommend_ttl span {
    font-size: 26px;
  }
}

.recommendList_item {
  text-align: left;
}

.group_img {
  margin-top: 9.86667vw;
}
@media (min-width: 1024px) {
  .group_img {
    margin-top: 62px;
    text-align: center;
  }
}

.group_txt {
  margin-top: 6.66667vw;
  font-size: 3.73333vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .group_txt {
    margin-top: 42px;
    text-align: center; 
    font-size: 16px;
    line-height: 2;
  }
}

.group_btn {
  margin-top: 10.13333vw;
  width: 100%;
  height: 26.66667vw;
  box-shadow: 0.8vw 0.8vw;
}
@media (min-width: 1024px) {
  .group_btn {
    margin: 52px auto 0;
    width: 700px;
    height: 100px;
    box-shadow: 3px 3px;
  }
}
.group_btn a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.2s ease; 
  background: #6fc1bf;
  text-decoration: none;
  color: #333;
  font-size: 4.8vw;
  font-weight: bold;

  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .group_btn a {
    font-size: 22px;
  }
  .group_btn a:hover {
    opacity: 0.7;
  }
}
.group_btn a span {
  position: relative;
}
.group_btn a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -7.73333vw;
  width: 1.86667vw;
  height: 2.93333vw; 
  -webkit-transform: translateY(-50%); 
          transform: translateY(-50%);
  background: url(/webinar/stramd/img/icon-arrow.svg) no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .group_btn a span:after {
    right: -29px;
    width: 7px;
    height: 11px;
  }
}

.group_btn_disabled {
  box-shadow: none;
}
.group_btn_disabled a {
  background-color: #bfcccc;
  pointer-events: none;
}
.group_btn_disabled a span {
  color: #fff;
}
.group_btn_disabled a span:after {
  content: none;
}

/* --------------------------------
  faq
-------------------------------- */
.sp_mt_sm {
  margin-top: 1.6vw;
}
@media (min-width: 1024px) {
  .sp_mt_sm {
    margin-top: 22px;
  }
}

.sp_mt_md {
  margin-top: 2.13333vw;
}
@media (min-width: 1024px) {
  .sp_mt_md {
    margin-top: 22px;
  }
}

.sp_mt_lg {
  margin-top: 5.6vw;
}
@media (min-width: 1024px) {
  .sp_mt_lg {
    margin-top: 22px;
  }
}

.sp_mt_fr {
  margin-top: 6.66667vw;
}
@media (min-width: 1024px) {
  .sp_mt_fr {
    margin-top: 22px;
  }
}

.mt_sm {
  margin-top: 6.66667vw;
}
@media (min-width: 1024px) {
  .mt_sm {
    margin-top: 35px;
  }
}

.mt_md {
  margin-top: 6.66667vw;
}
@media (min-width: 1024px) {
  .mt_md {
    margin-top: 45px;
  }
}

.mt_lg {
  margin-top: 6.13333vw;
}
@media (min-width: 1024px) {
  .mt_lg {
    margin-top: 52px;
  }
}

.mt_fr {
  margin-top: 10vw;
}
@media (min-width: 1024px) {
  .mt_fr {
    margin-top: 52px;
  }
}

.faq {
  padding: 20.66667vw 6.66667vw 20vw;
}
@media (min-width: 1024px) {
  .faq {
    padding: 127px 0 114px;
  }
}

.section_contents {
  margin-top: 18.4vw;
}
@media (min-width: 1024px) {
  .section_contents {
    margin: 106px auto 0;
    max-width: 740px;
  }
}

.faq_list {
  position: relative;
}
.faq_list dt,
.faq_list dd {
  position: relative;
  color: #333;
  font-size: 3.73333vw;
  line-height: 1.75;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .faq_list dt,
  .faq_list dd {
    font-size: 18px;
  }
}
.faq_list dt::before,
.faq_list dd::before {
  position: absolute;
  top: -1.33333vw;
  font-family: brandon-grotesque, sans-serif;
  font-size: 9.06667vw;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 1024px) {
  .faq_list dt::before,
  .faq_list dd::before {
    top: -3px;
    font-size: 36px;
  }
}
.faq_list dt {
  padding-left: 11.73333vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .faq_list dt {
    padding-left: 48px;
    font-size: 18px;
    line-height: 2;
  }
}
.faq_list dt::before {
  content: "Q.";
  left: 0; 
  color: #6fc1bf;
}
.faq_list dd {
  padding-left: 11.46667vw;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .faq_list dd {
    padding-left: 48px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.faq_list dd::before {
  content: "A.";
  top: -0.4vw; 
  left: 0.8vw;
  color: #000;
}
@media (min-width: 1024px) {
  .faq_list dd::before {
    left: 3px;
  }
}
.faq_list dd a {
  color: #6fc1bf;
}
.faq_list dd a:hover {
  opacity: 0.7; 
  text-decoration: underline;
}

/* --------------------------------
  sns
-------------------------------- */
.sns {
  padding: 0 6.66667vw;
  background-color: #e3e3e3;
}
@media (min-width: 1024px) {
  .sns {
    padding: 0 35px;
  }
}

.sns_shere {
  padding: 12vw 2.66667vw 13.33333vw;
}
@media (min-width: 1024px) {
  .sns_shere {
    padding: 53px 0 60px;
  }
}

.sns_share_txt {
  text-align: center;
  letter-spacing: 0.1em; 
  color: #000;
  font-size: 4.8vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .sns_share_txt {
    letter-spacing: 0.09em; 
    font-size: 22px;
  }
}

.sns_shareList {
  display: flex;
  margin-top: 4.8vw;

  justify-content: space-between;
}
@media (min-width: 1024px) {
  .sns_shareList {
    margin-top: 22px;

    justify-content: center;
  }
}

.sns_shareList_item a {
  display: flex;
  border-radius: 6.13333vw;
  width: 38.13333vw;
  height: 12vw;
  transition: 0.2s ease; 
  text-decoration: none;
  color: #fff;

  justify-content: center;
  align-items: center;
}
.sns_shareList_item a:hover {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .sns_shareList_item a {
    border-radius: 35px; 
    width: 220px;
    height: 69px;
  }
}
.sns_shareList_item a span {
  position: relative;
  letter-spacing: 0.1em; 
  font-size: 2.93333vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .sns_shareList_item a span {
    font-size: 14px;
  }
}
.sns_shareList_item a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2.93333vw;
  width: 1.6vw;
  height: 2.66667vw; 
  -webkit-transform: translateY(-50%); 
          transform: translateY(-50%);
  background: url(/webinar/stramd/img/icon-arrow_wt.svg) no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .sns_shareList_item a span:after {
    right: -15px;
    width: 7px;
    height: 11px;
  }
}
.sns_shareList_item a span.fb:after {
  right: -6.66667vw;
}
@media (min-width: 1024px) {
  .sns_shareList_item a span.fb:after {
    right: -32px;
  }
}

.sns_shareList_item .share_fb img {
  margin-left: -4.26667vw;
  width: 3.2vw;
  height: 6.13333vw;
}
@media (min-width: 1024px) {
  .sns_shareList_item .share_fb img {
    margin-left: -30px; 
    width: 18px;
    height: 36px;
  }
}

.sns_shareList_item .share_fb span {
  margin-left: 4.26667vw;
}
@media (min-width: 1024px) {
  .sns_shareList_item .share_fb span {
    margin-left: 26px;
  }
}

.sns_shareList_item .share_tw img {
  margin-left: 0.26667vw;
  width: 5.33333vw;
  height: 4.53333vw;
}
@media (min-width: 1024px) {
  .sns_shareList_item .share_tw img {
    margin-left: -14px; 
    width: 30px;
    height: 26px;
  }
}

.sns_shareList_item .share_tw span {
  margin-left: 2.66667vw;
}
@media (min-width: 1024px) {
  .sns_shareList_item .share_tw span {
    margin-left: 16px;
  }
}

@media (min-width: 1024px) {
  .sns_shareList_item:first-child {
    margin-right: 60px;
  }
}

.sns_shareList_item:first-child a {
  background: #1877f2;
}

.sns_shareList_item:nth-of-type(2) a {
  background: #1da1f2;
}

.sns_link {
  display: flex;
  padding: 6.4vw 0;
  border-top: 0.26667vw solid #bababa; 

  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .sns_link {
    padding: 26px 0;
    border-width: 1px; 

    justify-content: center;
  }
}

.sns_link_txt {
  letter-spacing: 0.05em; 
  color: #000;
  font-size: 3.73333vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .sns_link_txt {
    margin-right: 50px;
    letter-spacing: 0.04em; 
    font-size: 20px;
  }
}

.sns_linkList {
  display: flex;
}

.sns_linkList_item a {
  display: block;
  transition: 0.2s ease;
}
@media (min-width: 1024px) {
  .sns_linkList_item a:hover {
    opacity: 0.7;
  }
}

.sns_linkList_item:not(:first-child) {
  margin-left: 5.06667vw;
}
@media (min-width: 1024px) {
  .sns_linkList_item:not(:first-child) {
    margin-left: 30px;
  }
}

.sns_linkList_item img {
  width: 9.6vw;
  height: 9.6vw;
}
@media (min-width: 1024px) {
  .sns_linkList_item img {
    width: auto;
    height: auto;
  }
}

/* --------------------------------
  cooperation
-------------------------------- */
.cooperation {
  padding: 12vw 0 10.66667vw;
}
@media (min-width: 1024px) {
  .cooperation {
    padding: 40px 0 35px;
  }
}

.cooperation_txt {
  text-align: center;
}
.cooperation_txt p {
  display: inline-block;
  padding: 1.33333vw 3.2vw;
  border: 0.26667vw solid #000;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .cooperation_txt p {
    padding: 5px 12px;
    border-width: 1px; 
    font-size: 20px;
  }
}

.cooperation_groupList {
  display: flex;
  flex-direction: column;
  margin-top: 8vw; 

  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .cooperation_groupList {
    margin-top: 30px;
  }
}

.cooperation_groupList_item:not(:first-child) {
  margin-top: 5.33333vw;
}
@media (min-width: 1024px) {
  .cooperation_groupList_item:not(:first-child) {
    margin-top: 20px;
  }
}

.cooperation_groupList_item.stramd {
  width: 46.93333vw;
}
@media (min-width: 1024px) {
  .cooperation_groupList_item.stramd {
    width: 176px;
  }
}

.cooperation_groupList_item.paos {
  width: 47.2vw;
}
@media (min-width: 1024px) {
  .cooperation_groupList_item.paos {
    width: 177px;
  }
}

/* --------------------------------
	Site Footer
-------------------------------- */
.footer {
  position: relative;
  z-index: 2;
  background-color: #000;
  color: #fff;
  font-weight: 700; 

  -webkit-font-smoothing: subpixel-antialiased;
}
.footer::after,
.footer::before {
  box-sizing: inherit; 
  background-repeat: no-repeat;
  vertical-align: inherit;
  text-decoration: inherit;
}
.footer a {
  text-decoration: none; 
  color: inherit;
}
.footer .footer_inner {
  margin: 0 auto;
}
.footer .footer_body {
  margin: 0 auto;
  padding-top: 11.46667vw;
  font-family: aw-conqueror-didot, serif;
}
@media (min-width: 1024px) {
  .footer .footer_body {
    padding-top: 4.23611vw;
    max-width: 83.33333vw;
  }
}
.footer .footer_logo_wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 10.13333vw; 

  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer .footer_logo_wrapper {
    flex-direction: row;
    padding-bottom: 2.77778vw;
  }
}
.footer .footer_logo_main {
  display: flex;

  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer .footer_logo_main {
    margin-right: 50px;
  }
}
.footer .footer_produced {
  margin-right: 5.86667vw;
  font-size: 4.8vw;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .footer .footer_produced {
    margin-right: 22px;
    letter-spacing: 0.01em; 
    font-size: 22px;
  }
}
.footer .footer_logo {
  display: block;
  width: 18.13333vw;
}
@media (min-width: 1024px) {
  .footer .footer_logo {
    width: 5.20833vw;
  }
}
.footer .footer_companiesList {
  display: flex;
  margin-top: 7.2vw; 

  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer .footer_companiesList {
    display: flex;
    margin-top: 0; 

    justify-content: space-between;
    align-items: center;
  }
}
.footer .footer_companiesList > li > a,
.footer .footer_companiesList > li figure {
  display: block;
  width: 10.66667vw;
}
@media (min-width: 1024px) {
  .footer .footer_companiesList > li > a,
  .footer .footer_companiesList > li figure {
    width: 3.19444vw;
  }
}
.footer .footer_companiesList > li + li {
  margin-left: 9.06667vw;
}
@media (min-width: 1024px) {
  .footer .footer_companiesList > li + li {
    margin-left: 2.77778vw;
  }
}
.footer .footer_groupCompaniesList {
  display: flex;
  position: relative; 

  justify-content: space-between;
  align-items: center;
}
.footer .footer_groupCompaniesList::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.34667vw;
  left: -5.33333vw;
  width: 2.4vw;
  height: 8.53333vw;
  background: top/100% no-repeat url(/webinar/stramd/img/icon_curlybraces_l.png);
}
@media (min-width: 1024px) {
  .footer .footer_groupCompaniesList::before {
    top: -0.27778vw;
    left: -1.52778vw;
    width: 0.69444vw;
    height: 2.56944vw;
  }
}
.footer .footer_groupCompaniesList::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.53333vw;
  right: -4vw;
  width: 2.4vw;
  height: 8.53333vw;
  background: top/100% no-repeat url(/webinar/stramd/img/icon_curlybraces_r.png);
}
@media (min-width: 1024px) {
  .footer .footer_groupCompaniesList::after {
    position: absolute;
    top: -0.34722vw;
    right: -1.25vw;
    width: 0.69444vw;
    height: 2.56944vw;
  }
}
.footer .footer_groupCompaniesList li {
  width: 8.8vw;
}
@media (min-width: 1024px) {
  .footer .footer_groupCompaniesList li {
    width: 2.70833vw;
  }
}
.footer .footer_groupCompaniesList li + li {
  margin-left: 3.73333vw;
}
@media (min-width: 1024px) {
  .footer .footer_groupCompaniesList li + li {
    margin-left: 1.04167vw;
  }
}
.footer .footer_number {
  font-family: linotype-didot, serif;
}

/* --------------------------------
  follow btn
-------------------------------- */
.followArea {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.2s ease;
}
@media (min-width: 1024px) {
  .followArea {
    top: 50vh;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.followArea.display {
  visibility: visible;
  opacity: 1;
}

.followArea_wrapper {
  display: flex;
  flex-direction: row;

  justify-content: space-between;
}
@media (min-width: 1024px) {
  .followArea_wrapper {
    flex-direction: column;
  }
}

.followArea_ticket {
  width: calc(100% - 29.86667vw);
  background: #fff;
}
@media (min-width: 1024px) {
  .followArea_ticket {
    width: 100%;
  }
}
.followArea_ticket a {
  display: flex;
  position: relative;
  padding: 0 6.66667vw 0 15.2vw;
  border: 0.26667vw solid #000;
  width: 100%;
  height: 100%;
  cursor: pointer; 
  transition: 0.2s ease;
  color: #000;
  font-size: 4.53333vw;
  font-weight: bold;
  line-height: 1;

  align-items: center;
}
@media (min-width: 1024px) {
  .followArea_ticket a {
    padding: 78px 0 46px;
    border-width: 2px;
    border-right: none;
    width: 70px;
    height: 332px;
    letter-spacing: 0.02em;
    font-size: 20px;

    -webkit-writing-mode: vertical-rl;

        -ms-writing-mode: tb-rl;

            writing-mode: vertical-rl;
  }
  .followArea_ticket a:hover {
    opacity: 0.7; 
    text-decoration: none;
  }
}
.followArea_ticket a span {
  position: relative;
}
.followArea_ticket a span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11.33333vw;
  margin: auto;
  width: 8.8vw;
  height: 8.8vw;
  background: url("/webinar/stramd/img/logo-follow_peatix.png") no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .followArea_ticket a span::before {
    top: -58px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 45px;
    height: 45px;
  }
}
.followArea_ticket a span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6.4vw;
  bottom: 0;
  margin: auto;
  width: 2.66667vw;
  height: 2.66667vw;
  background: url("/webinar/stramd/img/icon-arrow.svg") no-repeat center top/contain;
}
@media (min-width: 1024px) {
  .followArea_ticket a span::after {
    top: auto;
    right: 0;
    bottom: -21px;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
  }
}

.followArea_sns_txt {
  display: none;
}
@media (min-width: 1024px) {
  .followArea_sns_txt {
    display: block;
    margin: 53px 0 8px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
}

.followArea_snsList {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .followArea_snsList {
    flex-direction: column;
  }
}

.followArea_snsList_item a {
  transition: 0.2s ease;
}
@media (min-width: 1024px) {
  .followArea_snsList_item a:hover {
    opacity: 0.7;
  }
}

.followArea_snsList_item img {
  width: 14.93333vw;
  height: 14.93333vw;
}
@media (min-width: 1024px) {
  .followArea_snsList_item img {
    width: 70px;
    height: 70px;
  }
}