@charset "UTF-8";

/*--------------------------------------
Reset
---------------------------------------*/
body {
  margin: 0;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/*-------------------------------------------
全体
-------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;

  position: relative;
  overflow-x: hidden;

  color: #000000;
  line-height: 1.5;
}

* {
  /* outline: 1px solid blue; */
}

/*--------------------------------------
Layout
---------------------------------------*/

.container {
  max-width: 1020px;
  width: 100%;
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;
  /* background-color: rgb(240, 240, 175); */
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
  /* border: 1px solid #000; */
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
    /* border: 1px solid #000; */
  }
}

@media screen and (max-width: 500px) {}


/*--------------------------------------
Common
---------------------------------------*/
h2 {
  font-size: 32px;
}

img {
  object-fit: cover;
}

a:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
  color: #fff;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #1B85FB;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(27 133 251 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(27 133 251 / 0%);
  }
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {}

/*-------------------------------------------
改行
-------------------------------------------*/
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }

  .sp-br {
    display: inline-block;
  }
}

/*--------------------------------------
ヘッダー
---------------------------------------*/
.menu-box {}

.menu-list {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.menu-list__item {
  margin-right: 20px;
}

.menu-link:hover {
  color: #000000;
}

.btn-offer-osaka-small,
.btn-offer-nagoya-small {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  border-radius: 40px;
  padding: 0 10px;
  margin-right: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.btn-offer-osaka-small {
  width: 113px;
  background-color: #00acfb;
}

.btn-offer-nagoya-small {
  width: 125px;
  background-color: #8d64f1;
}

@media screen and (max-width: 980px) {
  .menu-list__item {
    margin-right: 12px;
  }
}

@media screen and (max-width: 900px) {
  .menu-link:hover {
    color: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .menu-list {
    display: none;
  }
}

@media screen and (max-width: 500px) {}

/*--------------------------------------
メインヴィジュアル
---------------------------------------*/
.mv {
  background-image: url(../images/aws/kv-bg.jpg);
  background-size: cover;
}

.mv .container {
  text-align: center;
}

.mv-logo {
  margin-bottom: 24px;
}

.mv-title {
  font-size: 42px;
  font-weight: 900;
  color: #3e68b7;
  margin-bottom: 24px;
}

.mv-inner-container {
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.infomation-box {
  text-align: left;
  display: flex;
  margin-bottom: 16px;
}

.infomation-box:last-child {
  margin-bottom: 33px;
}

.information-01 {
  width: 120px;
  height: 80px;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.osaka .information-01 {
  background-color: #00acfb;
}

.nagoya .information-01 {
  background-color: #8D64F1;
}

.information-02 {}

.date-time.pc {
  display: block;
  margin-bottom: 4px;
}

.date-time.sp {
  display: none;
}

.venue {
  font-size: 24px;
  font-weight: 700;
}

.sponsored-list {
  display: flex;
  height: 28px;
  margin-bottom: 8px;
  text-align: left;
}

.venue-image {
  margin-bottom: 20px;
}

.sponsored-label {
  width: 120px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50px;
  margin-right: 24px;
}

.sponsored-value {
  font-size: 20px;
  font-weight: 500;
}

.coperation-list {
  text-align: left;
  display: flex;

}

.coperation-label {
  width: 120px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50px;
  margin-right: 24px;
}

.coperation-value {
  font-size: 20px;
  font-weight: 500;
}


@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  .mv-logo {
    width: 160px;
  }

  .mv-title {
    font-size: 29px;
    line-height: 1.3;
  }

  .mv-inner-container {
    max-width: 350px;
    width: 100%;
  }

  .information-01 {
    width: 80px;
    height: 94px;
    margin-right: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
  }

  .date-time.pc {
    display: none;
    margin-bottom: 4px;
  }

  .date-time.sp {
    display: block;
    height: 61px;
    object-fit: contain;
    margin-bottom: 4px;
  }

  .venue {
    font-size: 16px;
  }

  .sponsored-list,
  .coperation-list {
    line-height: 1.3;
    align-items: center;
  }

  .sponsored-label,
  .coperation-label {
    font-size: 12px;
    width: 63px;
    height: 21px;
  }

  .sponsored-value,
  .coperation-value {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {}

/*--------------------------------------
イベントガイド
---------------------------------------*/

.guide {
  background-color: #F9F9F9;
  padding: 100px 0px;
}

.guide-header {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #3e68b7;
}

.section-sub-header {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 32px 0;
}

.venue-container {
  display: flex;
  justify-content: space-between;
}

.venue-left {
  width: 470px;
}

.venue-header {
  font-size: 24px;
  font-weight: bold;
  color: #00acfb;
  margin-bottom: 30px;
}

.venue-header-sp {
  display: none;
  font-weight: bold;
  color: #00acfb;
  margin-bottom: 30px;
}

.venue-item-list {
  display: flex;
  margin-bottom: 10px;
}

.venue-item-list:last-child {
  margin-bottom: 0;
}

.venue-label {
  width: 70px;
  margin-right: 20px;
}

.venue-left .venue-label {
  color: #00acfb;
}

.text-bold {
  font-weight: 500;
}

.text-small {
  font-size: 12px;
  line-height: 1.4;
}

.guide-map {
  position: relative;
  width: 100%;
  padding-top: 41.45%;
  padding-top: 54%;
  height: 0;
}

.guide-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.venue-value {
  flex: 1;
}

.venue-right .venue-label {
  color: #8d64f1;
}

.venue-right .venue-header {
  color: #8d64f1;
}

.venue-right .venue-header-sp {
  color: #8d64f1;
}

.venue-right {
  width: 470px;
}

.cta {
  display: flex;
  justify-content: center;
}

.btn-offer-osaka,
.btn-offer-nagoya {
  display: inline-block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 40px;
  padding: 0 10px;
  font-size: 20px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700;
}

.btn-offer-osaka {
  background-color: #00ACFB;
}

.btn-offer-nagoya {
  background-color: #8D64F1;
}

.venue-value.btn-box {
  margin-top: 10px;
}


@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  .guide {
    padding: 50px 0px;
  }

  .guide-header {
    font-size: 24px;
  }

  .venue-container {
    flex-direction: column;
  }

  .section-sub-header {
    font-size: 18px;
    letter-spacing: -0.04em;
  }

  .venue-header {
    display: none;
  }

  .venue-header-sp {
    display: block;
    font-size: 24px;
    margin-bottom: 16px;
  }

  .venue-label {
    width: 56px;
    font-size: 12px;
    margin-right: 8px;
  }

  .venue-value {
    font-size: 14px;
  }

  .venue-left {
    width: initial;
    flex: 1;
    margin-bottom: 40px;
  }

  .venue-right {
    width: initial;
    flex: 1;
  }

  .guide-map {
    padding-top: 66%;
  }
}

@media screen and (max-width: 500px) {}

/*--------------------------------------
イベント構成
---------------------------------------*/

.event-outline {
  padding: 100px 0px;
}

.event-outline-header {
  color: #3e68b7;
  margin-bottom: 40px;
}

.event-outline-lead {
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}

.event-outline-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 64px;
}

.event-outline-list__item {
  max-width: 470px;
  width: 100%;
  text-align: center;
}

.event-outline-item-header {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #3e68b7;
  color: #ffffff;
  margin-bottom: 20px;
}

.event-outline-description {
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: -0.045em;
}

.event-outline-image {
  width: 300px;
  height: 225px;
  object-fit: cover;
  margin-bottom: 16px;
}

@media screen and (max-width: 980px) {
  .event-outline-list {
    column-gap: 20px;
  }

  .event-outline-list__item {
    max-width: initial;
    width: 48%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .event-outline {
    padding: 50px 0px;

  }

  .event-outline-lead {
    font-size: 14px;
  }

  .event-outline-list {
    flex-direction: column;
    align-items: center;
  }

  .event-outline-list__item {
    max-width: 500px;
    width: 100%;
    text-align: center;
  }

  .event-outline-item-header {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  .event-outline-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {}

/*--------------------------------------
セッション_大阪／セッション_名古屋
---------------------------------------*/

.session.osaka {
  background-color: #5BCBFF80;
}

.session.nagoya {
  background-color: #8D64F180;
}

.session-title {
  margin-bottom: 40px;
}

.osaka .session-title {
  color: #3e68b7;
}

.nagoya .session-title {
  color: #8d64f1;
}

.session-header-block {
  display: flex;
  column-gap: 24px;
  margin-bottom: 20px;
}

.session-item-header-blank {
  width: 100px;
  height: 80px;
}

.session-item-header {
  background-color: #127FB2;
  color: #ffffff;
  width: 416px;
  border-radius: 16px;
  padding: 8px 16px;
}

.session-item-header.room-B {
  background-color: #3E68B7;
}

.room-name {
  margin-bottom: 8px;
}

.session-type {
  font-size: 24px;
  font-weight: 500;
}

.session-item-title {
  font-size: 18px;
  margin-bottom: 30px;
}

.osaka .session-item-title {
  /* color: #3e68b7; */
}

.nagoya .session-item-title {
  /* color: #8d64f1; */
}

.session-block {
  display: flex;
  column-gap: 24px;
  margin-bottom: 20px;
}

.session-schedule {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.schedule-time {}

.session-item {
  max-width: 416px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;

}

.session-item-A.single {
  max-width: initial;
  max-width: 856px;
  width: 100%;
  height: 170px;
  position: relative;
}

.session-item-A.single::after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 169px;
  height: 130px;
  background-image: url(../images/aws/room-B.png);
  background-size: cover;
}

.session-item-content {
  display: flex;
}

.session-text-box {
  width: 256px;
  margin-right: 20px;
}

.session-company {
  font-size: 14px;
  margin-bottom: 12px;
}

.session-company span {
  color: #3E68B7;
  font-weight: 700;
}

.session-speaker-name {
  font-size: 20px;
  font-weight: 700;
}

.session-speaker-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.img-speaker {}

.session-item-B {}

.session-item-content+.session-item-content {
  margin-top: 30px;
}


.session-item-single {
  max-width: 856px;
  width: 100%;
  display: flex;
  align-items: center;
}

.session-item-single h3 {
  margin-bottom: 0;
}

.btn-offer-osaka-big,
.btn-offer-nagoya-big {
  display: inline-block;
  width: 300px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 40px;
  padding: 0 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}

.btn-offer-osaka-big {
  background-color: #127FB2;
}

.btn-offer-nagoya-big {
  background-color: #7550CE;
}

@media screen and (max-width: 980px) {

  .session-item {
    max-width: initial;
    width: 42%;
  }
}

@media screen and (max-width: 768px) {

  .session-title {
    text-align: center;
  }

  .session-header-block {
    flex-direction: column;
    align-items: center;
  }

  .session-block {
    flex-direction: column;
    align-items: center;
  }

  .session-item-single {
    flex-direction: column;
    align-items: flex-start;
  }

  .session-item {
    max-width: 416px;
    width: 100%;
    margin-bottom: 37px;
    border-top-right-radius: 0px;
    position: relative;
  }

  .session-item:last-child {
    margin-bottom: 16px;
  }

  .session-item-A.single {
    height: 220px;
  }

  .session-item::before {
    content: '';
    display: block;
    position: absolute;
    top: -21px;
    right: 0;
    width: 67px;
    height: 21px;

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 21px;
  }

  .session-item-A.single::after {
    top: 90px;
    width: 145px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .session-item-A::before {
    content: 'Room A';
    background-color: #127FB2;
  }

  .session-item-B::before {
    content: 'Room B';
    background-color: #3E68B7;
  }

  .session-header-block {
    margin-bottom: 32px;
  }

  .session-item-header-blank {
    height: 0;
  }

  .session-item-header {
    max-width: 416px;
    width: 100%;
    margin-bottom: 16px;
  }

  .session-item-header:last-child {
    margin-bottom: 0;
  }

  .session-schedule {
    width: 100%;
  }

  .schedule-time {
    font-size: 18px;
    margin-bottom: 36px;
  }

  .nagoya .schedule-time {
    margin-bottom: 18px;
  }

  .session-item-title {}

  .session-company {
    font-size: 12px;
  }

  .session-item-single {
    border-top-right-radius: 16px;
  }

  .btn-offer-osaka-big,
  .btn-offer-nagoya-big {
    height: 60px;
    line-height: 60px;
  }


}

@media screen and (max-width: 500px) {}


/*--------------------------------------
展示・相談
---------------------------------------*/

.booth {
  background-color: #F5F5F5;
}

.booth-header {
  color: #3e68b7;
  margin-bottom: 40px;
}

.booth-lead {
  margin-bottom: 20px;
  letter-spacing: -0.045em;
}

.booth-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.booth-list__item {
  width: 470px;
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 20px;
}

.booth-list__item:last-child {
  margin-bottom: 0;
}

.booth-header-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.booth-header-number {
  font-size: 28px;
  font-weight: 700;
  color: #3e68b7;
  margin-right: 16px;
}

.booth-header-title {
  font-size: 20px;
  font-weight: 700;
  color: #3e68b7;
}

.booth-item-box {
  display: flex;
  margin-right: 20px;
}

.booth-item-left {
  width: 330px;
  margin-right: 20px;
}

.booth-manager-image {
  width: 80px;
  object-fit: cover;
}



@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {

  .booth-lead {
    font-size: 14px;
  }

  .booth-list {
    flex-direction: column;
    align-items: center;
  }

  .booth-list__item {
    max-width: 500px;
    width: 100%;
  }

  .booth-header-number {
    font-size: 20px;
  }

  .booth-header-title {
    font-size: 16px;
  }

  .booth-item-left {
    width: initial;
    flex: 1;
    font-size: 14px;
    margin-right: 20px;
  }

  .booth-item-right {
    width: 80px;
  }

}

@media screen and (max-width: 500px) {}


/*--------------------------------------
お問合せ
---------------------------------------*/

.contact {
  background-color: #3e68b7;
  color: #ffffff;
  text-align: center;
}

.contact-header {
  margin-bottom: 40px;
}

.contact-row01 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-row02 {
  font-size: 24px;
  margin-bottom: 32px;
}

.contact_btn {
  display: inline-block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}

.icon-mail {
  width: 28px;
  height: 21px;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
  .contact-header {
    margin-bottom: 20px;
  }

  .contact-row01 {
    font-size: 20px;
  }

  .contact-row02 {
    font-size: 20px;
  }

}

@media screen and (max-width: 500px) {}



/*--------------------------------------
フッター
---------------------------------------*/

.l-footer-main {
  margin-top: 0;
  padding-top: 0;
}

.l-footer-min-link {
  margin-bottom: 40px;
  font-size: 14px;
}

.l-footer-main a[target*="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.75rem;
  background: url(../images/aws/icon-link.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.5rem
}

.l-footer-min-link__item+.l-footer-min-link__item {
  margin-left: 40px
}

.l-footer-address {
  font-size: 14px;
  padding: 20px 0 0;
  border-top: 1px solid #ffffff;
}

.l-footer-bottom__note {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {

  .l-footer-min-link__item+.l-footer-min-link__item {
    margin-left: 0px;
    margin-top: 0;
  }

  .l-footer-main a[target*="_blank"]::after {
    width: 12px;
    height: 12px;
    margin-left: 0.3rem
  }

  .l-footer-address {
    font-size: 12px;
  }

  .l-footer-bottom {
    margin-top: 40px;
  }

  .l-footer-bottom__note {
    font-size: 12px;
  }

}

@media screen and (max-width: 500px) {
  .l-footer-bottom__note {
    font-size: 10px;
  }
}

/*--------------------------------------
SP-ハンバーガーメニュー
---------------------------------------*/

body.no-scroll {
  overflow: hidden;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

/* ハンバーガーボタン（SP） */
.sp-menu-btn {
  display: none;
  /* SPで後から表示 */
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 2001;
}

.sp-menu-btn span {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  transition: .3s;
}

.sp-menu-btn span:nth-child(1) {
  top: 0;
}

.sp-menu-btn span:nth-child(2) {
  top: 10px;
}

.sp-menu-btn span:nth-child(3) {
  top: 20px;
}

/* 背景オーバーレイ */
.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none !important;
}

.drawer-overlay.is-open {
  display: block;
}

/* ドロワーメニュー */
@media screen and (max-width: 900px) {

  .sp-menu-btn {
    display: block;
  }

  .menu-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    /* transform: translateX(-100%); */
    transform: translateY(-100%);
    transition: transform .35s ease;
    z-index: 2002;
    padding: 80px 24px 40px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* 左からスライドイン */
  .menu-box.is-open {
    /* transform: translateX(0); */
    transform: translateY(0);
  }

  .menu-box {
    position: fixed;
  }

  /* 直下の子要素 */
  .menu-box>* {
    width: 100%;
    max-width: 500px;
  }

  /* メニューリスト */
  .menu-list {
    display: block;
    color: #fff;
    margin: 0 auto;
  }

  .menu-list__item {
    border-bottom: 1px solid #ffffff;
    margin-right: 0;
    cursor: pointer;
  }

  .menu-link {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    position: relative;
  }

  .menu-link::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(-45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
  }

  /* 申込ボタン（SP用） */
  .btn-offer-osaka-small,
  .btn-offer-nagoya-small {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
    height: 60px;
    line-height: 60px;
    border-radius: 999px;
    font-size: 16px;
    text-align: center;
  }

  /* × ボタン */
  .drawer-close-btn {
    display: block;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer !important;
    z-index: 9999 !important;
    /* 最前面に強制 */
    pointer-events: auto !important;
  }

  .drawer-close-btn span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    pointer-events: none;
  }

  .drawer-close-btn span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }

  .drawer-close-btn span:nth-child(2) {
    transform: translateY(-50%) rotate(-45deg);
  }
}

/*--------------------------------------
safari対応
---------------------------------------*/
@supports (-webkit-hyphens: none) {
  .venue-label {
    width: 82px;
    margin-right: 8px;
  }




}
