@charset "UTF-8";
/*
@mixin bgRadiusLeft( $bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 0 420px 420px 0;
  background: #fff;
  top: $topPC + px;
  left: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: 0 vw_pc( 420 ) vw_pc( 420 ) 0;
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: 0 vw_sp( 140 ) vw_sp( 140 ) 0;
    top: vw_sp( $topSP );
  }
}
@mixin bgRadiusRight($bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 420px 0 0 420px;
  background: #fff;
  top: $topPC + px;
  right: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: vw_pc( 420 ) 0 0 vw_pc( 420 );
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: vw_sp( 140 ) 0 0 vw_sp( 140 );
    top: vw_sp( $topSP );
  }
}
*/
/*
// セクションリード
@mixin sectionLead($fontSizePC:16,$lineHeightPC:2.2,$letterSpacingPC:40,$fontSizeSP:14,$lineHeightSP:2.2,$letterSpacingSP:40) {
  .sectionLead {
    font-family: "ShipporiMincho-Regular";
    font-size: $fontSizePC / 10 + rem;
    line-height: $lineHeightPC;
    letter-spacing: ls( $letterSpacingPC );
    text-align: center;
    @include bp( max, 1366px ) {
      font-size: vw_pc( $fontSizePC );
    }
    @include bp( max, 828px ) {
      font-size: vw_sp( $fontSizeSP );
      line-height: $lineHeightSP;
      letter-spacing: ls( $letterSpacingSP );
    }
  }
}

@mixin pageLead() {
  font-family: "ShipporiMincho-Regular";
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: ls( 200 );
  text-align: center;
  @include bp( max, 1366px ) {
    font-size: vw_pc( 24 );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 17 );
    letter-spacing: ls( 40 );
    text-align: left;
  }
}



@mixin notice($fontSize:11) {
  //font-size: 1.2rem;
  font-size: $fontSize / 10 + rem;
  line-height: 1.8;
  color: #777;
  @include bp( max, 1366px ) {
    //font-size: vw_pc( 12 );
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 10 );
    //font-size: vw_sp( $fontSize );
  }
}

@mixin noticeMark($fontSize:10) {
  font-size: $fontSize / 10 + rem;
  line-height: 1;
  color: #777;
  @include bp( max, 1366px ) {
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( $fontSize );
  }
}
*/
.seminarPage::after {
  content: "";
  background: #fff;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 735px;
  border-radius: 0 0 0 420px;
  top: -100px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .seminarPage::after {
    top: -7.3206442167vw;
    height: 53.8067349927vw;
    max-width: 75.4026354319vw;
    border-radius: 0 0 0 30.7467057101vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage::after {
    width: 84.7826086957vw;
    max-width: 100%;
    top: -15.9420289855vw;
    height: 60.6280193237vw;
    border-radius: 0 0 0 33.8164251208vw;
  }
}
.seminarPage .sectionTitle {
  padding-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .sectionTitle {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .sectionTitle {
    padding-bottom: 2.8985507246vw;
  }
}
.seminarPage .sectionTitle::before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .seminarPage .sectionTitle::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .sectionTitle::before {
    width: 7.2463768116vw;
    height: 0.7246376812vw;
  }
}
.seminarPage .sectionTitle_main, .seminarPage .sectionTitle_sub {
  display: block;
}
.seminarPage .sectionTitle_main {
  font-family: "Jost-Bold";
  font-size: 3.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .seminarPage .sectionTitle_main {
    font-size: 2.7818448023vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .sectionTitle_main {
    font-size: 8.2125603865vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
}
.seminarPage .sectionTitle_sub {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1366px) {
  .seminarPage .sectionTitle_sub {
    margin-top: 0.5856515373vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .sectionTitle_sub {
    margin-top: 1.9323671498vw;
    font-size: 3.3816425121vw;
  }
}
.seminarPage .mainHeader {
  padding-top: 64px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .mainHeader {
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .mainHeader {
    padding-top: 9.6618357488vw;
  }
}
.seminarPage .mainHeader_title {
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #333;
  padding-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .mainHeader_title {
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .mainHeader_title {
    font-size: 5.7971014493vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage .mainHeader_title {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .mainHeader_title {
    padding-bottom: 3.8647342995vw;
  }
}
.seminarPage .mainHeader_title::before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .seminarPage .mainHeader_title::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .mainHeader_title::before {
    width: 7.2463768116vw;
    height: 0.7246376812vw;
  }
}
.seminarPage .mainHeader_text {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .seminarPage .mainHeader_text {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .mainHeader_text {
    margin-top: 7.729468599vw;
  }
}
.seminarPage .mainHeader_image {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .mainHeader_image {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .mainHeader_image {
    margin-top: 7.729468599vw;
  }
}
.seminarPage .mainHeader_image_text {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-family: "Jost-Bold";
  color: #333;
  font-size: 6.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .seminarPage .mainHeader_image_text {
    font-size: 4.9780380673vw;
    bottom: -0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .mainHeader_image_text {
    font-size: 6.7632850242vw;
    bottom: -0.9661835749vw;
  }
}
.seminarPage .thumbList {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -40px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbList {
    margin: -2.9282576867vw 0 0 -2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbList {
    margin: 0;
    display: block;
  }
}
.seminarPage .thumbList_item {
  width: 460px;
  margin: 40px 0 0 40px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbList_item {
    width: 33.6749633968vw;
    margin: 2.9282576867vw 0 0 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbList_item {
    width: 100%;
    margin: 0;
  }
  .seminarPage .thumbList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
@media screen and (min-width: 829px) {
  .seminarPage .thumbList_item a {
    transition: 0.8s;
  }
  .seminarPage .thumbList_item a:hover {
    opacity: 0.5;
  }
}
.seminarPage .thumbList_title {
  padding-left: 24px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbList_title {
    padding-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbList_title {
    padding-left: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbList_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbList_title {
    font-size: 4.8309178744vw;
  }
}
.seminarPage .thumbList_title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  top: 40%;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbList_title::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbList_title::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbList_title {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbList_title {
    margin-top: 3.8647342995vw;
  }
}
.seminarPage .thumbList_title_sub {
  background: #ED7D7D;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #fff;
  padding: 4px 8px;
  margin-left: 32px;
  bottom: 4px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbList_title_sub {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbList_title_sub {
    font-size: 2.8985507246vw;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbList_title_sub {
    margin-left: 2.3426061493vw;
    padding: 0.2928257687vw 0.5856515373vw;
    bottom: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbList_title_sub {
    margin-left: 5.7971014493vw;
    padding: 0.9661835749vw 1.9323671498vw;
    bottom: 0.9661835749vw;
  }
}
.seminarPage .thumbList_text {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbList_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbList_text {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (min-width: 829px) {
  .seminarPage .thumbContent {
    display: flex;
  }
}
.seminarPage .thumbContent_image, .seminarPage .thumbContent_iframe {
  width: 460px;
  min-width: 460px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbContent_image, .seminarPage .thumbContent_iframe {
    width: 33.6749633968vw;
    min-width: 33.6749633968vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbContent_image, .seminarPage .thumbContent_iframe {
    width: 100%;
    min-width: auto;
  }
}
.seminarPage .thumbContent_iframe iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 829px) {
  .seminarPage .thumbContent_body {
    margin-left: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .seminarPage .thumbContent_body {
    margin-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbContent_body {
    margin: 5.7971014493vw 0 0 0;
  }
}
.seminarPage .thumbContent_text {
  line-height: 2;
}
.seminarPage .thumbContent_text:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbContent_text:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbContent_text:not(:first-child) {
    margin-top: 2.8985507246vw;
  }
}
.seminarPage .thumbContent_button {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbContent_button {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbContent_button {
    margin-top: 7.729468599vw;
  }
}
.seminarPage .thumbContent_button a {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 829px) {
  .seminarPage .thumbContent_button a {
    cursor: pointer;
    transition: 0.8s;
  }
  .seminarPage .thumbContent_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbContent_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbContent_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.seminarPage .thumbContent_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbContent_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbContent_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.seminarPage .thumbContent_button a-white {
  background: #fff;
  color: #333;
}
.seminarPage .thumbContent_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbContent_button a {
    margin: auto;
  }
}
.seminarPage .thumbContent_button-pdf a {
  padding-left: 40px;
  background: #F2DE46;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbContent_button-pdf a {
    padding-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbContent_button-pdf a {
    padding-left: 9.6618357488vw;
  }
}
.seminarPage .thumbContent_button-pdf a::before {
  background-image: url(/assets/img/common/arrow_circle_black.svg);
}
@media screen and (min-width: 829px) {
  .seminarPage .thumbContent_button-pdf a:hover {
    background: #FFF236;
  }
}
.seminarPage .thumbContent_button-pdf a::after {
  content: "";
  background: url(/assets/img/common/icon_pdf.svg) no-repeat center center/contain;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .seminarPage .thumbContent_button-pdf a::after {
    width: 1.4641288433vw;
    height: 1.756954612vw;
    left: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .thumbContent_button-pdf a::after {
    width: 4.8309178744vw;
    height: 5.7971014493vw;
    left: 5.7971014493vw;
  }
}
.seminarPage .commonTitle {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .seminarPage .commonTitle {
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .commonTitle {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.seminarPage .notice {
  padding: 24px;
  border: 1px solid #ED7D7D;
}
@media screen and (max-width: 1366px) {
  .seminarPage .notice {
    padding: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .notice {
    padding: 3.8647342995vw;
  }
}
.seminarPage .notice_text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #ED7D7D;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .seminarPage .notice_text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .notice_text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.seminarPage .notice_text:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .notice_text:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .notice_text:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.seminarPage .archivePagination {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .archivePagination {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .archivePagination {
    margin-top: 19.3236714976vw;
  }
}
.seminarPage .archivePagination span, .seminarPage .archivePagination a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 47px;
  margin-left: 10px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .seminarPage .archivePagination span, .seminarPage .archivePagination a {
    width: 3.4407027818vw;
    height: 3.4407027818vw;
    border-radius: 3.4407027818vw;
    margin-left: 0.7320644217vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .archivePagination span, .seminarPage .archivePagination a {
    width: 11.3526570048vw;
    height: 11.3526570048vw;
    border-radius: 11.3526570048vw;
    margin-left: 1.9323671498vw;
    font-size: 3.3816425121vw;
  }
}
.seminarPage .archivePagination *:first-child {
  margin-left: 0px;
}
.seminarPage .archivePagination span.current {
  opacity: 1;
  background: #ED7D7D;
  color: #fff;
}
.seminarPage .archivePagination a.prev, .seminarPage .archivePagination a.next {
  border: none;
}
.seminarPage .archivePagination a.prev::before, .seminarPage .archivePagination a.prev::after, .seminarPage .archivePagination a.next::before, .seminarPage .archivePagination a.next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.seminarPage .archivePagination a.prev::before, .seminarPage .archivePagination a.next::before {
  background: #333;
  width: 30px;
  height: 30px;
  left: 0;
  border-radius: 100%;
}
@media screen and (max-width: 1366px) {
  .seminarPage .archivePagination a.prev::before, .seminarPage .archivePagination a.next::before {
    width: 2.196193265vw;
    height: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .archivePagination a.prev::before, .seminarPage .archivePagination a.next::before {
    width: 7.2463768116vw;
    height: 7.2463768116vw;
  }
}
.seminarPage .archivePagination a.prev::after, .seminarPage .archivePagination a.next::after {
  pointer-events: none;
  width: 8px;
  height: 8px;
  right: 0;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 1366px) {
  .seminarPage .archivePagination a.prev::after, .seminarPage .archivePagination a.next::after {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
    border-top-width: 0.1464128843vw;
    border-right-width: 0.1464128843vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .archivePagination a.prev::after, .seminarPage .archivePagination a.next::after {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
    border-top-width: 0.4830917874vw;
    border-right-width: 0.4830917874vw;
  }
}
.seminarPage .archivePagination a.prev::after {
  left: 4px;
  transform: rotate(225deg);
}
@media screen and (max-width: 1366px) {
  .seminarPage .archivePagination a.prev::after {
    left: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .archivePagination a.prev::after {
    left: 0.9661835749vw;
  }
}
.seminarPage .archivePagination a.next::after {
  right: 4px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1366px) {
  .seminarPage .archivePagination a.next::after {
    right: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .archivePagination a.next::after {
    right: 0.9661835749vw;
  }
}
.seminarPage .noData {
  background: #fff;
  margin-top: 32px;
  padding: 40px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  color: #333;
}
@media screen and (max-width: 1366px) {
  .seminarPage .noData {
    box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .noData {
    box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage .noData {
    margin-top: 2.3426061493vw;
    padding: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .noData {
    margin-top: 5.7971014493vw;
    padding: 5.7971014493vw;
  }
}
.seminarPage .seminarList {
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 64px 64px 64px;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .seminarList {
    box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .seminarList {
    box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage .seminarList {
    padding: 2.3426061493vw 4.6852122987vw 2.3426061493vw 4.6852122987vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .seminarList {
    padding: 1.9323671498vw 5.7971014493vw 6.7632850242vw 5.7971014493vw;
    border-radius: 1.9323671498vw;
  }
}
.seminarPage .seminarList_item {
  padding: 24px 0;
  border-bottom: 1px solid #bbb;
}
@media screen and (max-width: 1366px) {
  .seminarPage .seminarList_item {
    padding: 1.756954612vw 0;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .seminarList_item {
    padding: 4.8309178744vw 0;
  }
}
@media screen and (min-width: 829px) {
  .seminarPage .seminarList_item a {
    transition: 0.8s;
  }
  .seminarPage .seminarList_item a:hover {
    opacity: 0.5;
  }
}
.seminarPage .seminarList_title {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1366px) {
  .seminarPage .seminarList_title {
    margin-top: 0.7320644217vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .seminarList_title {
    margin-top: 2.8985507246vw;
    font-size: 3.3816425121vw;
    line-height: 1.4;
  }
}
.seminarPage .seminarMeta {
  display: flex;
  align-items: center;
}
.seminarPage .seminarMeta_date {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #959595;
}
@media screen and (max-width: 1366px) {
  .seminarPage .seminarMeta_date {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .seminarMeta_date {
    font-size: 2.6570048309vw;
    letter-spacing: 0;
  }
}
.seminarPage .seminarMeta .categoryList {
  display: flex;
  align-items: center;
}
.seminarPage .seminarMeta .categoryList_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  height: 26px;
  border-radius: 26px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .seminarPage .seminarMeta .categoryList_item {
    padding: 0 0.5856515373vw;
    height: 1.9033674963vw;
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .seminarMeta .categoryList_item {
    padding: 0 1.9323671498vw;
    height: 6.2801932367vw;
    font-size: 2.4154589372vw;
  }
}
.seminarPage .seminarMeta .categoryList_item-career-up, .seminarPage .seminarMeta .categoryList_item-high-school {
  background: #ED7D7D;
}
.seminarPage .seminarMeta .categoryList_item-labor, .seminarPage .seminarMeta .categoryList_item-university {
  background: #51A2F4;
}
.seminarPage .seminarMeta .categoryList_item-vocational-school {
  background: #5DB7B5;
}
.seminarPage .seminarMeta .categoryList_item-vocational-training-school {
  background: #F0924D;
}
.seminarPage .seminarMeta .categoryList_item-purple {
  background: #51A2F4;
}
.seminarPage .seminarMeta .categoryList_item:not(:first-child) {
  margin-left: 8px;
}
@media screen and (max-width: 1366px) {
  .seminarPage .seminarMeta .categoryList_item:not(:first-child) {
    margin-left: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage .seminarMeta .categoryList_item:not(:first-child) {
    margin-left: 0.9661835749vw;
  }
}
.seminarPage.seminarScheduledPage::after, .seminarPage.seminarPastPage::after {
  background: #E6E2F7;
}
.seminarPage.seminarScheduledPage .mainHeader_title::before, .seminarPage.seminarPastPage .mainHeader_title::before {
  background: #9E92E2;
}
.seminarPage.seminarScheduledPage .mainHeader_image_text, .seminarPage.seminarPastPage .mainHeader_image_text {
  color: #9E92E2;
}
.seminarPage.seminarScheduledPage .categoryNavi, .seminarPage.seminarPastPage .categoryNavi {
  display: flex;
  justify-content: center;
  margin-top: 48px;
  border: 1px solid #333;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarScheduledPage .categoryNavi, .seminarPage.seminarPastPage .categoryNavi {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarScheduledPage .categoryNavi, .seminarPage.seminarPastPage .categoryNavi {
    margin-top: 7.729468599vw;
  }
}
.seminarPage.seminarScheduledPage .categoryNavi_item, .seminarPage.seminarPastPage .categoryNavi_item {
  width: 33.4%;
}
.seminarPage.seminarScheduledPage .categoryNavi_item:not(:first-child), .seminarPage.seminarPastPage .categoryNavi_item:not(:first-child) {
  border-left: 1px solid #333;
}
.seminarPage.seminarScheduledPage .categoryNavi_item > a,
.seminarPage.seminarScheduledPage .categoryNavi_item > button, .seminarPage.seminarPastPage .categoryNavi_item > a,
.seminarPage.seminarPastPage .categoryNavi_item > button {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarScheduledPage .categoryNavi_item > a,
  .seminarPage.seminarScheduledPage .categoryNavi_item > button, .seminarPage.seminarPastPage .categoryNavi_item > a,
  .seminarPage.seminarPastPage .categoryNavi_item > button {
    height: 5.8565153734vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarScheduledPage .categoryNavi_item > a,
  .seminarPage.seminarScheduledPage .categoryNavi_item > button, .seminarPage.seminarPastPage .categoryNavi_item > a,
  .seminarPage.seminarPastPage .categoryNavi_item > button {
    height: 19.3236714976vw;
    font-size: 2.6570048309vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 829px) {
  .seminarPage.seminarScheduledPage .categoryNavi_item > a:hover,
  .seminarPage.seminarScheduledPage .categoryNavi_item > button:hover, .seminarPage.seminarPastPage .categoryNavi_item > a:hover,
  .seminarPage.seminarPastPage .categoryNavi_item > button:hover {
    color: #9E92E2;
  }
}
.seminarPage.seminarScheduledPage .categoryNavi_item.is-current > a,
.seminarPage.seminarScheduledPage .categoryNavi_item.is-current > button, .seminarPage.seminarPastPage .categoryNavi_item.is-current > a,
.seminarPage.seminarPastPage .categoryNavi_item.is-current > button {
  background: #333;
  color: #fff;
}
.seminarPage.seminarScheduledPage .seminarList, .seminarPage.seminarPastPage .seminarList {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarScheduledPage .seminarList, .seminarPage.seminarPastPage .seminarList {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarScheduledPage .seminarList, .seminarPage.seminarPastPage .seminarList {
    margin-top: 5.7971014493vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 64px;
  border-radius: 8px;
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer {
    box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer {
    box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer {
    padding: 4.6852122987vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer {
    padding: 5.7971014493vw 5.7971014493vw 11.5942028986vw;
    border-radius: 1.9323671498vw;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer {
    margin-top: 9.6618357488vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_data {
  display: flex;
  align-items: center;
}
.seminarPage.seminarSinglePage .singleContainer_title {
  margin-top: 32px;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_title {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_title {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_title {
    font-size: 4.347826087vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_title {
    padding-bottom: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_title {
    padding-bottom: 5.7971014493vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_image {
  margin-top: 48px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_image {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_image {
    margin-top: 9.6618357488vw;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_image {
    max-width: 43.9238653001vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_image {
    max-width: 100%;
  }
}
.seminarPage.seminarSinglePage .singleContainer_image img {
  display: block;
  width: auto;
  margin: auto;
}
.seminarPage.seminarSinglePage .singleContainer_text {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_text {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_text {
    margin-top: 5.7971014493vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_text p {
  line-height: 2;
}
.seminarPage.seminarSinglePage .singleContainer_text p:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_text p:not(:first-child) {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_text p:not(:first-child) {
    margin-top: 7.729468599vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_text img {
  width: auto;
  max-width: auto;
  height: auto;
  display: inline;
}
.seminarPage.seminarSinglePage .singleContainer_text img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.seminarPage.seminarSinglePage .singleContainer_text img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.seminarPage.seminarSinglePage .singleContainer_text img.aligncenter {
  display: block;
  margin: 0 auto;
}
.seminarPage.seminarSinglePage .singleContainer_text a {
  display: inline;
  text-decoration: underline;
  color: #51A2F4;
}
.seminarPage.seminarSinglePage .singleContainer_table {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_table {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_table {
    margin-top: 7.729468599vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_table table {
  width: 100%;
  border: 1px solid #C9C9C9;
}
.seminarPage.seminarSinglePage .singleContainer_table table tr:not(:last-child) th, .seminarPage.seminarSinglePage .singleContainer_table table tr:not(:last-child) td {
  border-bottom: 1px solid #C9C9C9;
}
.seminarPage.seminarSinglePage .singleContainer_table table th, .seminarPage.seminarSinglePage .singleContainer_table table td {
  padding: 24px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_table table th, .seminarPage.seminarSinglePage .singleContainer_table table td {
    padding: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_table table th, .seminarPage.seminarSinglePage .singleContainer_table table td {
    padding: 4.347826087vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_table table th {
  background: #FAF9F4;
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_table table th {
    width: 10.980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_table table th {
    width: 36.231884058vw;
  }
}
@media screen and (min-width: 829px) {
  .seminarPage.seminarSinglePage .singleContainer_table table th {
    border-right: 1px solid #C9C9C9;
  }
}
.seminarPage.seminarSinglePage .singleContainer_table table td {
  line-height: 2;
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_table table th, .seminarPage.seminarSinglePage .singleContainer_table table td {
    display: block;
    width: 100%;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice_title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  padding-left: 48px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice_title {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice_title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice_title {
    padding-left: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice_title {
    padding-left: 10.6280193237vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice_title::before {
  content: "";
  background: url(/assets/img/common/icon_talk.svg) no-repeat center center/contain;
  width: 31px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice_title::before {
    width: 2.2693997072vw;
    height: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice_title::before {
    width: 7.4879227053vw;
    height: 5.7971014493vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice .voiceList {
  margin-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 829px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList {
    margin-top: 1.1713030747vw;
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList {
    margin-top: 3.8647342995vw;
    padding-bottom: 3.8647342995vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item {
  background: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 32px 32px 56px;
  line-height: 2;
}
@media screen and (min-width: 829px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item {
    width: 30%;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item {
    padding: 2.3426061493vw 2.3426061493vw 4.0995607613vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item {
    padding: 5.7971014493vw 5.7971014493vw 9.6618357488vw;
    border-radius: 1.9323671498vw;
  }
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item::before {
  content: "";
  background: url(/assets/img/common/talk_parts.svg) no-repeat center center/100%;
  width: 30px;
  height: 16px;
  position: absolute;
  left: 16px;
  bottom: -16px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item::before {
    width: 2.3426061493vw;
    height: 1.1713030747vw;
    left: 1.1713030747vw;
    bottom: -1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item::before {
    width: 7.2463768116vw;
    height: 3.8647342995vw;
    left: 3.8647342995vw;
    bottom: -3.6231884058vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice .voiceList_age {
  margin-top: 24px;
  display: table;
  text-align: right;
  padding-left: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_age {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_age {
    margin-top: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_age {
    padding-left: 2.9282576867vw;
    bottom: 1.4641288433vw;
    right: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_age {
    padding-left: 9.6618357488vw;
    bottom: 4.8309178744vw;
    right: 4.8309178744vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice .voiceList_age::before {
  content: "";
  background: url(/assets/img/common/icon_person.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_age::before {
    width: 2.3426061493vw;
    height: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_age::before {
    width: 7.729468599vw;
    height: 7.729468599vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice {
    margin-top: 9.6618357488vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice .voiceList {
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList {
    margin-top: 5.7971014493vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item {
  width: 100%;
  padding: 32px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item {
    padding: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item {
    padding: 5.7971014493vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item:not(:first-child) {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item:not(:first-child) {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer .voice .voiceList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_button {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_button {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_button {
    margin-top: 9.6618357488vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_button a {
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin: auto;
}
@media screen and (min-width: 829px) {
  .seminarPage.seminarSinglePage .singleContainer_button a {
    cursor: pointer;
    transition: 0.8s;
  }
  .seminarPage.seminarSinglePage .singleContainer_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .seminarPage.seminarSinglePage .singleContainer_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .seminarPage.seminarSinglePage .singleContainer_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.seminarPage.seminarSinglePage .singleContainer_button a-white {
  background: #fff;
  color: #333;
}
.seminarPage.seminarSinglePage .singleContainer_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}/*# sourceMappingURL=seminar.css.map */