@charset "UTF-8";
/*-------------------------------
色設定
-------------------------------*/
/*-------------------------------
文字太さ設定
-------------------------------*/
/*-------------------------------
mixin
-------------------------------*/
/*-------------------------------
Utility
-------------------------------*/
.mt64 {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .mt64 {
    margin-top: 48px;
  }
}

.mt48 {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .mt48 {
    margin-top: 32px;
  }
}

.mt32 {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .mt32 {
    margin-top: 24px;
  }
}

.mt24 {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .mt24 {
    margin-top: 16px;
  }
}

.mt16 {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .mt16 {
    margin-top: 8px;
  }
}

.mb64 {
  margin-bottom: 64px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb16 {
  margin-bottom: 16px;
}

/* ベースクラス
========================================*/
body {
  animation: loading 1s;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  transition: opacity 0.5s ease;
  color: #222222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif, "Crimson Text", Oswald;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  min-width: 1080px;
}
@media (max-width: 767px) {
  body {
    min-width: initial;
  }
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: #414141;
  display: block;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  transition: all 0.23s ease-out;
  opacity: 70%;
}
a img {
  transition: all 0.23s ease-out;
}
@media (max-width: 767px) {
  a img {
    max-width: 100%;
  }
}
a img:hover {
  opacity: 0.5;
  transition: all 0.23s ease-out;
}

sup {
  font-size: 80%;
  vertical-align: baseline;
  position: relative;
  top: -0.5ex;
  margin-right: 2px;
}

/* 共通クラス
========================================*/
.is-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

/* メインコンテンツ
========================================*/
@media (max-width: 767px) {
  .key-visual {
    background: url(../images/common/sp/mv_sp.jpg) no-repeat 0 0;
    width: 100%;
    background-size: cover;
  }
}

.key-visual-inner {
  width: 100%;
  margin: 0 auto;
}

.header-logo {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  padding: 10px 16px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .header-logo {
    height: 40px;
  }
}

.sse-logo {
  height: 70px;
}
@media (max-width: 767px) {
  .sse-logo {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .sse-logo img {
    height: 40px;
  }
}

.header-catch {
  font-size: 18px;
  border-left: 1px solid #414141;
  padding-left: 16px;
  line-height: 1;
}

.sngw-logo {
  height: 33px;
}
@media (max-width: 767px) {
  .sngw-logo {
    height: 26px;
  }
}
@media (max-width: 767px) {
  .sngw-logo img {
    height: 26px;
  }
}

.inner-container {
  width: 980px;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .inner-container {
    width: 94%;
    margin: 0 auto;
    padding: 32px 0;
  }
}
.inner-container h2 {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .inner-container h2 {
    font-size: 20px;
  }
}
.inner-container h3 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .inner-container h3 {
    font-size: 20px;
  }
}
.inner-container h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .inner-container h4 {
    font-size: 16px;
  }
}

/* section01 */
.sse-pict {
  margin: 32px auto;
  text-align: center;
}
@media (max-width: 767px) {
  .sse-pict img {
    width: 100%;
  }
}

.align-center {
  text-align: center;
}

.content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.111;
}

.text-white {
  color: #fff;
}

.text-strong {
  font-weight: 600;
}

.area {
  color: #264293;
}

/* section01 募集チラシ PDFダウンロードボタン */
.downloadBtn {
  width: 320px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 300px;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  line-height: 0;
}
.downloadBtn:hover {
  background-color: #264293;
  border: 1px solid #264293;
}
.downloadBtn:hover .downloadBtn_text {
  color: #fff;
}
.downloadBtn:hover .downloadBtn_icon {
  color: #fff;
}
.downloadBtn_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
.downloadBtn_link:hover {
  opacity: 100%;
}
.downloadBtn_icon {
  color: #264293;
  font-size: 1.2rem;
}

/* section02 */
.section02 {
  background: rgb(61, 80, 161);
  background: linear-gradient(0deg, rgb(61, 80, 161) 0%, rgb(9, 178, 157) 50%, rgb(125, 206, 244) 100%);
}

.comingsoon {
  font-size: 16px;
  border-bottom: #fff solid 1px;
  color: #fff;
  padding-bottom: 8px;
  font-weight: 400;
  text-align: center;
  margin-top: 32px;
}

.section-titles {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-titles {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-titles img {
    max-width: 100%;
  }
}

/* -------------------event--------------------- */
.event {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .event {
    padding-bottom: 40px;
  }
}
.event .section-titles {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .event .section-titles {
    margin-bottom: 30px;
  }
}
.event .section-titles .center-align {
  height: 37px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .event .section-titles .center-align {
    height: 20px;
  }
}
.event .section-titles .center-align > img {
  height: 100%;
  width: auto;
}

.noEventText {
  text-align: center;
  margin-top: 48px;
}

.eventItem_guestWrap {
  display: flex;
  gap: 120px;
}
@media (max-width: 767px) {
  .eventItem_guestWrap {
    gap: 30px;
  }
}
.eventItem_guestWrap.is-layout-flex {
  align-items: flex-start;
}

.eventItem_guestContent {
  display: flex;
  flex-direction: column;
  width: 240px;
}
@media (max-width: 767px) {
  .eventItem_guestContent {
    width: 160px;
  }
}

.wp-block-image.eventItem_guestImg {
  width: 240px;
  height: 240px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wp-block-image.eventItem_guestImg {
    width: 160px;
    height: 160px;
  }
}
.wp-block-image.eventItem_guestImg img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .wp-block-image.eventItem_guestImg img {
    width: 160px;
    height: 160px;
  }
}

.event .eventItem_guestName {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.eventItem {
  margin-bottom: 100px;
}
.eventItem:last-child {
  margin-bottom: 0;
}
.eventItem_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .eventItem_wrap {
    display: block;
    margin-top: 30px;
  }
}
.eventItem_image {
  width: 48%;
  max-width: 470px;
}
@media (max-width: 767px) {
  .eventItem_image {
    width: 100%;
    margin: 0 auto;
  }
}
.eventItem_image > img {
  width: 100%;
  height: 100%;
}
.eventItem_overview {
  width: 48%;
}
@media (max-width: 767px) {
  .eventItem_overview {
    width: 100%;
  }
}
.eventItem_title {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #414141;
  font-size: 20px;
  font-weight: 700;
  color: #414141;
}
.eventItem_titleEn {
  font-size: 24px;
}
@media (max-width: 767px) {
  .eventItem_titleEn {
    font-size: 18px;
  }
}
.eventItem_titleJa {
  font-size: 20px;
}
@media (max-width: 767px) {
  .eventItem_titleJa {
    font-size: 18px;
  }
}
.eventItem_dl {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 18px;
  font-weight: 700;
  color: #414141;
}
@media (max-width: 767px) {
  .eventItem_dl {
    margin-bottom: 20px;
    font-weight: 400;
  }
}
.eventItem_dt {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #414141;
  white-space: nowrap;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .eventItem_ddSmall {
    font-size: 16px;
  }
}
.eventItem_btn {
  width: 100%;
  max-width: 300px;
  display: block;
  margin-left: auto;
  padding: 24px 32px 24px 16px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .eventItem_btn {
    max-width: none;
    margin: auto;
    font-size: 14px;
  }
}
.eventItem_btn:hover {
  background-color: #000;
}
.eventItem_btn::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.eventItem_textWrap {
  margin-bottom: 20px;
}
.eventItem_textTitle {
  font-size: 18px;
  margin-bottom: 8px;
  color: #264293;
  font-weight: 600;
}
.eventItem_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.111;
}
.eventItem_logoWrap {
  display: flex;
  gap: 120px;
}
.eventItem_logoWrap.is-layout-flex {
  align-items: baseline;
}
@media (max-width: 767px) {
  .eventItem_logoWrap {
    gap: 40px;
  }
}
.eventItem_companyLogo img {
  width: 240px;
}
@media (max-width: 767px) {
  .eventItem_companyLogo img {
    width: 170px;
  }
}

.eventItemPast {
  margin-bottom: 64px;
}
.eventItemPast:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .eventItemPast {
    margin-bottom: 48px;
  }
}

/* クラス優先度強化のため、頭に.event記載 */
.event .eventItem_textWrapBottomText {
  font-size: 18px;
  margin-bottom: 8px;
  color: #264293;
  font-weight: 600;
}
.event .eventItem_companyName {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}

.btnEventArchive {
  background-color: #000;
  color: #fff;
  width: 28%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .btnEventArchive {
    width: 300px;
  }
}
.btnEventArchive_link {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  padding: 40px 32px 40px 24px;
}
@media (max-width: 767px) {
  .btnEventArchive_link {
    padding: 32px 32px 32px 16px;
  }
}
.btnEventArchive_link::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.btnEventArchive_link:hover {
  background-color: #4a4a4a;
}
.btnEventArchive_link:hover::after {
  right: 14px;
}

.event-data-past {
  margin: 24px 0;
}
.event-data-past h5 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}
.event-data-past h6 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-top: 8px;
}
.event-data-past .date {
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}
.event-data-past .date-small {
  font-size: 16px;
}

/* section03 */
.event-data-past {
  margin: 24px 0;
}
.event-data-past h5 {
  font-size: 24px;
  font-weight: 600;
  color: #414141;
  border-bottom: 1px solid #414141;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .event-data-past h5 {
    font-size: 18px;
  }
}
.event-data-past h6 {
  font-size: 18px;
  font-weight: 400;
  color: #414141;
  padding-top: 8px;
}
.event-data-past .date-past {
  border-left: 1px solid #414141;
  margin-left: 10px;
  padding-left: 10px;
}

.past-event-detail {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .past-event-detail {
    display: block;
  }
}
.past-event-detail .main-text {
  margin-right: 24px;
  width: 65%;
}
@media (max-width: 767px) {
  .past-event-detail .main-text {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
}
.past-event-detail .main-text.no-image {
  margin-right: 0;
  width: 100%;
}
.past-event-detail h5 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #264293;
  font-weight: 600;
}
.past-event-detail .event-image {
  width: 35%;
  max-width: 335px;
}
@media (max-width: 767px) {
  .past-event-detail .event-image {
    max-width: none;
    width: 100%;
  }
}
.past-event-detail .event-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Accordion */
.accordion {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .accordion {
    margin: 0;
  }
}

.toggle {
  display: none;
}

.option {
  position: relative;
}

.title-ac,
.content-ac {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title-ac {
  border-bottom: solid 1px #414141;
  padding: 16px 0;
  display: block;
  color: #414141;
  font-weight: bold;
  cursor: pointer;
}
.title-ac::after, .title-ac::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #414141;
  transition: all 0.3s;
}
.title-ac::after {
  transform: rotate(90deg);
}

.content-ac {
  max-height: 0;
  overflow: hidden;
}

.toggle:checked + .title-ac + .content-ac {
  max-height: 5000px;
  transition: all 1.5s;
}

.toggle:checked + .title-ac::before {
  transform: rotate(90deg) !important;
}

.content-ac .speaker {
  align-items: baseline;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content-ac .speaker {
    flex-wrap: wrap;
  }
}
.content-ac .speaker.flex-center {
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .content-ac .speaker.flex-center {
    flex-wrap: nowrap;
    gap: 20px;
  }
}
.content-ac .speaker-block-4 {
  width: 221px;
}
.content-ac .speaker-block-4 img {
  width: 221px;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .content-ac .speaker-block-4 img {
    width: auto;
    height: auto;
  }
}
.content-ac .speaker-block-6 {
  width: 140px;
}
@media (max-width: 767px) {
  .content-ac .speaker-block-4,
  .content-ac .speaker-block-6,
  .content-ac .speaker-block-7 {
    width: 48%;
    margin-bottom: 16px;
  }
}
.content-ac .speaker-block-6 .wp-block-group__inner-container {
  width: 140px;
}
@media (max-width: 767px) {
  .content-ac .speaker-block-6 .wp-block-group__inner-container {
    width: 100%;
  }
}
.content-ac .speaker-block-6 .wp-block-group__inner-container img {
  width: 140px;
}
@media (max-width: 767px) {
  .content-ac .speaker-block-6 .wp-block-group__inner-container img {
    width: auto;
    height: auto;
  }
}
.content-ac .speaker-block-7 img {
  width: 126px;
}
@media (max-width: 767px) {
  .content-ac .speaker-block-7 img {
    width: auto;
    height: auto;
  }
}
.content-ac .speaker-block-7 .wp-block-group__inner-container {
  width: 126px;
}
@media (max-width: 767px) {
  .content-ac .speaker-block-7 .wp-block-group__inner-container {
    width: 100%;
  }
}
.content-ac .speaker-block-7 .wp-block-group__inner-container img {
  width: 126px;
}
@media (max-width: 767px) {
  .content-ac .speaker-block-7 .wp-block-group__inner-container img {
    width: auto;
    height: auto;
  }
}
.content-ac .past-event-speaker {
  font-size: 18px;
  margin-bottom: 8px;
  color: #264293;
  font-weight: 600;
  margin-top: 24px;
}
.content-ac h5 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #264293;
  font-weight: 600;
  margin-top: 24px;
}
.content-ac .speaker-name {
  font-size: 17px;
  color: #264293;
  font-weight: 600;
}
.content-ac .text-strong {
  font-weight: 600 !important;
}
.content-ac .text-strong a {
  font-weight: 400;
}
.content-ac .event-image2 {
  width: 50%;
  height: auto;
  margin: 24px auto 0;
}
@media (max-width: 767px) {
  .content-ac .event-image2 {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
  }
}
.content-ac .event-image2.-mb32 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .content-ac .event-image2.-mb32 {
    margin-bottom: 32px;
  }
}
.content-ac .event-image3 {
  justify-content: space-between;
  margin: 24px auto 0;
  gap: 24px;
}
@media (max-width: 767px) {
  .content-ac .event-image3 {
    flex-direction: column;
  }
}
.content-ac .event-image-inner {
  width: 49%;
}
@media (max-width: 767px) {
  .content-ac .event-image-inner {
    width: 100%;
  }
}
.content-ac .event-image-inner img {
  width: 100%;
}
.content-ac .speaker-title {
  margin-bottom: 8px;
  color: #264293;
  font-weight: 600;
  line-height: 1.75;
}
.content-ac .attribute {
  font-size: 16px;
  padding: 4px;
  background-color: #264293;
  color: #fff;
}

/* -------------------/event--------------------- */
/* section04 エコシステム会員 table */
.table-wrapper {
  margin-top: 32px;
}

.table-schedule-primary {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .table-schedule-primary {
    margin-bottom: 0.12rem;
    padding-top: 0.6rem;
    line-height: 1.5;
  }
}
.table-schedule-primary .table-row {
  display: flex;
  display: -ms-flexbox;
}
@media (max-width: 767px) {
  .table-schedule-primary .table-row {
    flex-wrap: wrap;
  }
}
.table-schedule-primary .table-title,
.table-schedule-primary .table-column {
  margin: 0 4px 4px 0;
}
.table-schedule-primary .table-title {
  background-color: #264293;
  color: #fff;
}
@media (max-width: 767px) {
  .table-schedule-primary .table-title {
    flex-wrap: wrap;
    padding: 0.08rem;
    line-height: 1.5;
  }
  .table-schedule-primary .table-title:nth-child(odd) {
    width: 37.4655647383%;
  }
  .table-schedule-primary .table-title:nth-child(even) {
    width: 61.4325068871%;
    margin-right: 0;
  }
}
.table-schedule-primary .table-column {
  display: flex;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  min-height: 0.64rem;
  background-color: #fff;
  padding: 12px;
}
@media (max-width: 767px) {
  .table-schedule-primary .table-column {
    padding: 0.06rem 0.08rem;
  }
}
.table-schedule-primary .table-column.has-background {
  background-color: #dfe1ed;
}
@media (max-width: 767px) {
  .table-schedule-primary .table-column.has-background {
    line-height: 1.5;
  }
}
.table-schedule-primary .table-column a {
  display: block;
  position: relative;
  padding-right: 0.2rem;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .table-schedule-primary .table-column a::after {
    right: 0;
  }
}
.table-schedule-primary .table-column:nth-child(1) {
  width: calc(20% - 27px);
}
.table-schedule-primary .table-column:nth-child(1) {
  width: calc(20% - 27px);
}
@media (max-width: 767px) {
  .table-schedule-primary .table-column:nth-child(odd) {
    width: 37.4655647383%;
  }
}
@media (max-width: 767px) {
  .table-schedule-primary .table-column:nth-child(even) {
    width: 61.4325068871%;
    margin-right: 0;
  }
}
.table-schedule-primary .column-wrapper {
  position: relative;
  width: 100%;
}
.table-schedule-primary .table-title {
  padding: 12px;
}
.table-schedule-primary .table-title:nth-child(1) {
  width: calc(20% - 27px);
}
.table-schedule-primary .table-title:nth-child(2) {
  width: calc(80% - 27px);
}

/* section04 */
.section04 {
  background: rgb(61, 80, 161);
  background: linear-gradient(0deg, rgb(61, 80, 161) 0%, rgb(9, 178, 157) 50%, rgb(125, 206, 244) 100%);
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .section04 {
    padding-bottom: 32px;
  }
}

.table_box {
  margin: auto;
  max-width: 980px;
  overflow: auto;
}
.table_box .table_ticket_list {
  width: 100%;
}
@media (max-width: 767px) {
  .table_box .table_ticket_list {
    width: 980px;
    margin-left: calc(3% - 4px);
  }
}
.table_box .table_ticket_list thead th {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  padding: 12px;
  vertical-align: top;
  background-color: #264293;
  color: #fff;
}
.table_box .table_ticket_list tbody .title {
  font-size: 16px;
}
.table_box .table_ticket_list tbody td {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  padding: 12px;
  vertical-align: middle;
}

table {
  border-spacing: 4px;
}

.table-header {
  background-color: #264293;
  color: #fff;
}

.table-attribute {
  background-color: #dfe1ed;
}

.table-data {
  background-color: #fff;
}

.table_wrap {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .table_wrap {
    margin-top: 0;
  }
}

/* section05 */
.section05 {
  padding: 16px;
}
@media (max-width: 767px) {
  .section05 {
    padding: 16px 3%;
  }
}

.button-l {
  background-color: #414141;
  font-size: 18px;
  font-weight: 600;
  width: 50%;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .button-l {
    border-bottom: 1px solid #fff;
  }
}

.button-r {
  background-color: #414141;
  font-size: 18px;
  font-weight: 600;
  width: 50%;
}

.ctr-button {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  align-content: flex-start;
}
@media (max-width: 767px) {
  .ctr-button {
    display: block;
  }
}
.ctr-button a {
  color: #fff;
}

.es-button {
  background-color: #000;
  color: #fff;
  width: 50%;
  display: block;
  z-index: 9999;
}
@media (max-width: 767px) {
  .es-button {
    background-color: #000;
    color: #fff;
    width: 100%;
    display: block;
    z-index: 9999;
  }
}
.es-button a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  padding: 48px 32px 48px 16px;
}
@media (max-width: 767px) {
  .es-button a {
    font-size: 14px;
    line-height: 1;
    padding: 32px 32px 32px 16px;
  }
}
.es-button p {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 0;
  padding: 1em;
  padding: 48px 16px;
}
@media (max-width: 767px) {
  .es-button p {
    font-size: 16px;
    line-height: 1;
  }
}

.btn {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-align: left;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  line-height: 0;
}
.btn:hover {
  background: #4a4a4a;
}

/* 矢印が右に移動 */
.btnarrow1 {
  /*hoverした際の移動*/
}
.btnarrow1::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btnarrow1::after {
    top: 43%;
  }
}
.btnarrow1:hover::after {
  right: 14px;
}
.btnarrow1 .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 22px !important;
}
@media (max-width: 767px) {
  .btnarrow1 .material-symbols-outlined {
    font-size: 18px !important;
  }
}
.btnarrow1 .va-px {
  vertical-align: -5px;
}

/* section06 */
.section06 {
  background: rgb(61, 80, 161);
  background: linear-gradient(0deg, rgb(61, 80, 161) 0%, rgb(9, 178, 157) 50%, rgb(125, 206, 244) 100%);
}

.company-logo {
  background-color: #fff;
  padding: 24px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .company-logo {
    margin-top: 24px;
  }
}
.company-logo-img {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .company-logo-img {
    width: 50%;
  }
}
.company-logo-img p {
  line-height: 1.25;
  text-align: center;
  font-size: 0.875em;
}
@media (max-width: 767px) {
  .company-logo-img p {
    line-height: 1.25;
    text-align: left;
    font-size: 0.75em;
  }
}
.company-logo-img .member-name {
  padding: 32px 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .company-logo-img .member-name {
    padding: 16px 8px;
    text-align: center;
  }
}
.company-logo h4 {
  font-size: 20px;
  border-bottom: #b4b4b4 solid 1px;
  padding-bottom: 8px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .company-logo h4 {
    font-size: 16px;
  }
}

.column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.column img {
  width: 100%;
  height: auto;
}

.program {
  display: flex;
}

.timetable {
  margin-right: 16px;
}

.rtn-btn {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
}

/* フッター
========================================*/
.footer-inner {
  padding: 32px 16px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-content {
    display: block;
    justify-content: space-between;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-logo {
    width: 220px;
    height: auto;
    margin: 0 auto;
  }
}
.footer-logo img {
  height: 70px;
}
@media (max-width: 767px) {
  .footer-logo img {
    height: auto;
  }
}
.footer-logo a {
  height: 70px;
}
@media (max-width: 767px) {
  .footer-logo a {
    height: auto;
  }
}

.footer-copy {
  font-size: 12px;
  line-height: 1.415;
}
@media (max-width: 767px) {
  .footer-copy {
    margin-top: 16px;
  }
}

/*250324*/
.post-type-archive-event .pastEvent {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .post-type-archive-event .pastEvent {
    padding-bottom: 32px;
  }
}

.headerBottomBg {
  background: linear-gradient(0deg, rgb(61, 80, 161) 0%, rgb(125, 206, 244) 100%);
  padding: 30px 0;
}
@media (max-width: 767px) {
  .headerBottomBg {
    padding: 20px 0;
  }
}

.footerTopBg {
  background: linear-gradient(0deg, rgb(61, 80, 161) 0%, rgb(125, 206, 244) 100%);
  padding: 30px 0;
}
@media (max-width: 767px) {
  .footerTopBg {
    padding: 20px 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers {
  background-color: #000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid transparent;
  transition: ease 0.2s;
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    padding: 2px 10px;
  }
}
.pagination a.page-numbers {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.pagination a.page-numbers:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid transparent;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */