@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap";

/********************************
	共通設定
********************************/
html {
  background: #FFF;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #083555;
  font-weight: 500;
}

.sp {
  display: none;
}

.pc {
  display: inherit;
}

h2 {
  font-weight: 600;
}

p,h1,h2,h3,h4 {
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
}

.inner {
  width: min(90%,1060px);
  margin: 0 auto;
}

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

.page-title h2 {
  display: inline-block;
  margin-bottom: 2.6vw;
  border-bottom: 1px solid #083555;
  padding-bottom: 3px;
  font-size: 2.08vw;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 140%;
}

.page-title picture {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
}

@media (max-width: 767px) {
  body {
    font-weight: 400;
  }
  
  html {
    scroll-padding-top: 100px;
  }

  .sp {
    display: inherit;
  }
  
  .pc {
    display: none;
  }

  .page-title h2 {
    margin-bottom: 25px;
    font-size: 25px;
    letter-spacing: 2.5px;
  }

  .page-title picture {
    width: 30px;
  }
}

/********** sp-header **********/ 
@media (max-width: 767px) {
  .sp-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    padding: 15px 13px;
    transition: top 0.3s ease-in-out;
    z-index: 99;
  }

  .top-header {
    top: -15.38vw;
  }

  .sp-header p {
    font-size: 15px;
    font-weight: 600;
    color: #083555;
  }
}

/********** footer **********/ 
.footer {
  margin-top: 10.42vw;
  background: #083555;
  padding: 40px 0 30px;
  text-align: center;
  color: #FFF;
}

.footer p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.8px;
}

.footer a {
  display: block;
  margin-top: 15px;
  color: #FFF;
  font-size: 19px;
  letter-spacing: 0.95px;
  text-decoration-line: underline;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer {
    margin-top: 130px;
    padding: 40px 20px;
  }

  .footer p {
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0.7px;
  }

  .footer a {
    font-size: 14px;
  }
}

/********************************
	eventトップ
********************************/

/********** FV **********/ 
.bizEvent-fv {
  text-align: center;
}

.bizEvent-fv-text {
  padding: 6.25vw 0 6.51vw;
}

.bizEvent-fv-text h1 {
  font-weight: 600;
  font-size: min(5.73vw,110px);
}

.bizEvent-fv-text p {
  margin-top: 1.04vw;
  font-weight: 700;
  font-size: min(3.13vw,60px);
}

.bizEvent-fv-text small {
  font-size: 60%;
}

.bizEvent-fv-text span {
  display: block;
  margin-top: 1.56vw;
  font-size: clamp(20px,1.56vw,30px);
  font-weight: 700;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .bizEvent-fv-text {
    padding: 21.79vw 0 12.82vw;
  }

  .bizEvent-fv-text h1 {
    font-size: 8.97vw;
  }

  .bizEvent-fv-text p {
    margin-top: 10px;
    font-size: 6.92vw;
  }

  .bizEvent-fv-text span {
    margin-top: 10px;
    font-size: 4.36vw;
  }
}

/********** ピックアップ **********/ 
.featEvent {
  text-align: center;
}

.featEvent h2 {
  margin-bottom: 1.82vw;
  font-size: clamp(20px,1.56vw,30px);
}

.featEvent-list {
  width: min(90%,970px);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .featEvent h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

/********** メニュー **********/ 
.bizEvent-nav {
  margin-top: 4.17vw;
}

.bizEvent-nav a {
  color: #083555;
}

.nav-inner {
  width: min(90%,1200px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #083555;
}

.nav-inner ul {
  display: flex;
  align-items: center;
}

.nav-menu {
  gap: 2.6vw;
}

.nav-menu p {
  margin-right: 5.21vw;
  font-weight: 700;
  font-size: clamp(16px,1.04vw,20px);
}

.nav-menu a {
  font-size: clamp(16px,1.04vw,20px);
}

.nav-menu a.current {
  position: relative;
}

.nav-menu a.current::after {
  content: "";
  width: 80%;
  height: 4px;
  border-radius: 5px;
  background: #FFF500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}

.nav-sns {
  gap: 20px;
}

.nav-sns li:first-child a {
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 100%;
}

.nav-sns img {
  width: clamp(20px,2.08vw,40px);
}

@media (max-width: 767px) {
  .openBtn {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 13px;
    right: 13px;
    border-radius: 40px;
    background: #083555;
    z-index: 9999;
  }

  .openBtn.active {
    background: #FFF;
  }

  .openBtn span {
    width: 20px;
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    height: 3px;
    border-radius: 2px;
    background: #FFF;
    transform: translateX(-50%);
  }

  .openBtn span:nth-of-type(1) {
    top: 11px;
  }

  .openBtn span:nth-of-type(2) {
    top: 18px;
  }

  .openBtn span:nth-of-type(3) {
    top: 26px;
  }

  .openBtn.active span {
    background: #083555;
  }

  .openBtn.active span:nth-of-type(1) {
    top: 18px;
    left: 11px;
    transform: rotate(45deg);
  }

  .openBtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openBtn.active span:nth-of-type(3) {
    top: 18px;
    left: 11px;
    transform: rotate(-45deg);
  }

  #nav {
    width: 295px;
    height: 100vh;
    position:fixed;
    top: 0;
    right: -120%;
    z-index: 100;
    background: #083555;
    transition: all 0.6s;
  }

  #nav.openactive {
    right: 0;
  }

  .nav-list {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999; 
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #FFF;
    padding-top: 28.21vw;
    padding-left: 20px;
    gap: 23.08vw;
  }

  .nav a {
    display: block;
    color: #FFF;
  }

  .nav .nav-menu a {
    font-size: 22px;
    text-decoration: underline;
    letter-spacing: 1.76px;
  }

  .nav-menu li:nth-of-type(1) {
    margin-bottom: 8.97vw;
  }

  .nav-sns {
    display: flex;
    flex-direction: column;
    gap: 6.41vw;
  }

  .nav-sns img {
    width: 35px;
  }

  .nav-sns a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
  }

  .nav a.company {
    font-size: 14px;
    text-decoration: underline;
  }
}


/********** ニュース **********/ 
.newsEvent {
  margin-top: 4.69vw;
}

.newsEvent .scroll {
  overflow-y: scroll;
}

.newsEvent .scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.newsEvent .scroll::-webkit-scrollbar-thumb {
  border-radius: 1rem;
}

.newsEvent .scroll::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #C0C0C0;
}

.newsEvent ul {
  max-height: 120px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 20px;
}

.newsEvent li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: clamp(16px,1.04vw,20px);
}

.newsEvent a {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #083555;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .newsEvent {
    margin-top: 70px;
  }

  .newsEvent ul {
    max-height: 250px;
    gap: 20px;
  }

  .newsEvent li,
  .newsEvent a {
    flex-direction: column;
    align-items: baseline;
    gap: 5px;
  }
}

/********** イベント一覧 **********/
.listEvent {
  margin-top: 5.21vw;
}

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

.listEvent-title h2 {
  margin-bottom: 10px;
  font-size: 3.13vw;
  letter-spacing: 3px;
}

.listEvent-title span {
  font-size: clamp(20px,1.56vw,30px);
  letter-spacing: 1.8px;
}

.listEvent-cont {
  display: none;
}

.listEvent-cont.active {
  display: block;
}

.listEvent-fixd {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #FFF;
  padding-bottom: 10px;
}

.listEvent-fixd span {
  display: block;
  font-size: clamp(20px, 1.56vw, 30px);
  letter-spacing: 1.8px;
  text-align: center;
}

.listEvent-tab {
  display: flex;
  justify-content: center;
  gap: 3.13vw;
  margin-top: 2.6vw;
}

.tabItem {
  width: 185px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  border: 2px solid #083555;
  background: #FFF;
  border-radius: 50px;
  font-size: 20px;
  color: #083555;
  line-height: 160%;
  cursor: pointer;
}

.tabItem.active {
  background: #083555;
  color: #FFF;
}

.listEvent-info {
  display: flex;
  flex-direction: column;
  gap: 2.6vw;
  margin-top: 2.6vw;
  font-weight: 400;
}

.listEvent-info li {
  display: flex;
  gap: 50px;
  scroll-margin-top: 180px;
}

.info-pic {
  width: 26.04vw;
}

.info-pic .day {
  margin-bottom: 10px;
  font-size: clamp(16px,1.04vw,20px);
  text-decoration: underline;
}

.info-text {
  flex: 1;
  margin-top: 1.56vw;
}

.info-text h3 {
  margin-bottom: 1.04vw;
  font-size: clamp(20px,1.3vw,25px);
  font-weight: 500;
  letter-spacing: 1.25px;
}

.info-text .summary p {
  margin-bottom: 0.78vw;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 0.85px;
}

.info-text .data {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}

.info-text .data span {
  font-weight: 500;
}

.info-text .data p {
  font-size: 16px;
}

.info-text .data p:not(:last-child) {
  margin-right: 20px;
}

.data-map a {
  position: relative;
  padding-left: 20px;
  color: #083555;
  text-decoration: underline;
}

.data-map a::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url("../images/hihiroshima/icon-map.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3px;
  left: 2px;
}

.info-text .btn {
  margin-top: 1.3vw;
}

.info-text .btn a {
  width: 290px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  background: #FFF500;
  border-radius: 50px;
  color: #083555;
  font-size: 18px;
  position: relative;
  font-weight: 500;
}

.info-text .btn a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/hihiroshima/arrow.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
}

.info-text .btn span {
  width: 310px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBEBEB;
  border-radius: 50px;
  color: #083555;
  font-size: 18px;
  position: relative;
  font-weight: 500;
}

.mapEvent {
  margin-top: 4.69vw;
  text-align: center;
}

.mapEvent h2 {
  font-size: clamp(20px,1.56vw,30px);
}

.mapEvent iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
  margin-top: 1.82vw;
}

.copy-link {
  display: inline-block;
  margin-top: 10px;
  color: #0a3655;
  text-decoration: underline;
  font-size: 14px;
  position: relative;
}

.copy-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("../images/hihiroshima/icon-link.svg") no-repeat;
  background-size: 100%;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .listEvent {
    margin-top: 70px;
  }

  .listEvent-title h2 {
    margin-bottom: 0;
    font-size: 30px;
    letter-spacing: 1.5px;
  }

  .listEvent-title span {
    font-size: 20px;
  }

  .listEvent-fixd {
    top: 67px;
    background: #FFF;
    padding: 0 0 12px;
  }

  .listEvent-fixd span {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .listEvent-tab {
    margin-top: 0;
  }

  .tabItem {
    width: max(28.21vw,110px);
    height: 30px;
    padding-left: 10px;
    font-size: 3.59vw;
    line-height: inherit;
  }

  .listEvent-info {
    margin-top: 45px;
    gap: 90px;
  }

  .listEvent-info li {
    flex-direction: column;
    gap: 25px;
    scroll-margin-top: 60px;
  }

  .info-pic {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .info-pic .day {
    margin-bottom: 0;
    font-size: 15px;
  }

  .info-text {
    margin-top: 0;
  }

  .info-text h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .info-text .summary p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .info-text .data {
    flex-direction: column;
    gap: 3px;
  }

  .info-text .data p {
    font-size: 15px;
  }

  .info-text .btn {
    margin-top: 20px;
  }

  .info-text .btn a,
  .info-text .btn span {
    margin: 0 auto;
    font-size: 16px;
  }

  .mapEvent {
    margin-top: 60px;
  }

  .mapEvent h2 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .data-map a::before {
    top: 2px;
  }
}

/********** イベント例 **********/
.caseEvent {
  margin-top: 10.42vw;
}

.caseEvent-inner {
  width: min(90%,1200px);
  margin: 0 auto;
}

.caseEvent h3 {
  margin-bottom: 1.3vw;
  text-align: center;
  font-size: clamp(20px,1.56vw,30px);
}

.caseEvent .list {
  text-align: center;
  margin-bottom: 2.08vw;
}

.caseEvent .list ul {
  display: inline-block;
  text-align: left;
}

.caseEvent .list li {
  font-size: clamp(16px,1.2vw,23px);
}

.caseEvent .list li:not(:last-child) {
  margin-bottom: 15px;
}

.caseEvent .case {
  display: flex;
  justify-content: center;
  margin-bottom: 2.34vw;
  gap: 30px;
}

.caseEvent .case li {
  width: 19.79vw;
}

.caseEvent .btn a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 5px;
  background: #C7D7E3;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  color: #3C617C;
  font-size: 18px;
  letter-spacing: 1.26px;
  position: relative;
}

.caseEvent .btn a::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url("../images/hihiroshima/arrow-wt.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.caseEvent .text {
  margin-top: 2.08vw;
  text-align: center;
}

.caseEvent .text p {
  margin-bottom: 1.3vw;
  font-size: 18px;
}

.caseEvent .text a {
  border-bottom: 2px solid #FFF500;
  padding-right: 25px;
  color: #083555;
  font-size: clamp(16px,1.04vw,20px);
  position: relative;
}

.caseEvent .text a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/hihiroshima/arrow.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3px;
  right: 0;
}

@media (max-width: 767px) {
  .caseEvent {
    margin-top: 130px;
  }

  .caseEvent h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .caseEvent .list {
    margin-bottom: 35px;
  }

  .caseEvent .list li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
  }

  .caseEvent .list li:not(:last-child) {
    margin-bottom: 5px;
  }

  .caseEvent .scroll {
    overflow: scroll;
  }

  .caseEvent .case {
    width: 940px;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 5px;
  }

  .caseEvent .case li {
    width: 300px;
  }

  .caseEvent .btn {
    margin-top: 30px;
  }

  .caseEvent .btn a {
    width: 180px;
    font-size: 16px;
    letter-spacing: 1.12px;
  }

  .caseEvent .text {
    margin-top: 30px;
  }

  .caseEvent .text p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 180%; 
    letter-spacing: 1.5px;
  }

  .caseEvent .text a {
    font-size: 15px;
  }
}

/********** フォーム **********/
.form {
  margin-top: 10.42vw;
  text-align: center;
}

.form p {
  margin-bottom: 2.08vw;
  font-size: clamp(16px,0.94vw,18px);
}

@media (max-width: 767px) {
  .form {
    width: 90%;
    margin: 130px auto 0;
  }

  .form p {
    margin-bottom: 35px;
    font-size: 15px;
  }
}

/********** sns **********/
.sns {
  margin-top: 10.42vw;
}

.sns-inner {
  width: min(90%,900px);
  margin: 0 auto;
}

.sns .title {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #083555;
  text-align: center;
}

.sns .title img {
  width: 30px;
}

.sns ul {
  display: flex;
  justify-content: space-between;
}

.sns li {
  width: 400px;
  text-align: center;
}

.x-page img {
  width: 308px;
}

@media (max-width: 767px) {
  .sns {
    margin-top: 130px;
  }

  .sns ul {
    flex-direction: column;
    gap: 35px;
  }

  .sns li {
    width: 100%;
  }
}

/********** effort **********/
.effort {
  margin-top: 10.42vw;
}

.effort-inner {
  width: 84.38vw;
  margin: 0 auto;
}

.effort ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4.69vw;
}

.effort li {
  width: 18.75vw;
}

.effort li img {
  margin-bottom: 10px;
}

.effort li p {
  font-size: clamp(16px,0.99vw,19px);
  line-height: 190%;
  letter-spacing: 0.95px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .effort {
    margin-top: 130px;
  }

  .effort-inner {
    width: 85%;
  }

  .effort ul {
    flex-direction: column;
    gap: 25px;
  }

  .effort li {
    width: 100%;
  }
}

/********** 開催概要ダウンロード **********/
.dl {
  margin-top: 10.42vw;
}

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

.dl .title img {
  width: 50px;
}

.dl .title h2 {
  line-height: 180%;
  font-size: clamp(20px,1.56vw,30px);
  letter-spacing: 1.5px;
}

.dl .btn a {
  width: 290px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  border-radius: 80px;
  background: #FFF500;
  padding-right: 30px;
  position: relative;
  color: #083555;
}

.dl .btn a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/hihiroshima/icon-dl.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

@media (max-width: 767px) {
  .dl {
    margin-top: 130px;
  }

  .dl .title img {
    width: 30px;
  }

  .dl .title h2 {
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 2.25px;
  }
}


/********************************
	event about
********************************/
.about {
  margin-top: 4.69vw;
}

.about-inner {
  width: min(90%,1000px);
  margin: 0 auto;
}

.about h2 {
  margin-bottom: 3.39vw;
  text-align: center;
  font-size: 30px;
}

.about-cont .text:nth-of-type(1) {
  margin-bottom: 2.86vw;
}

.about-cont li {
  font-size: 18px;
}

.about-cont li:not(:last-child) {
  margin-bottom: 10px;
}

.about-cont h3 {
  margin-bottom: 1.3vw;
  font-size: 22px;
}

.about-cont p {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 1.8px;
}

.about-cont p:not(:last-of-type) {
  margin-bottom: 50px;
}

.about-cont .pic {
  display: flex;
  margin-top: 50px;
  gap: 25px;
}

@media (max-width: 767px) {
  .about {
    margin-top: 100px;
  }

  .about h2 {
    margin-bottom: 30px;
    font-size: 26px;
    letter-spacing: 1.2px;
    line-height: 160%;
  }

  .about-cont h3 {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 1.7px;
  }

  .about-cont .text:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .about-cont li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 15px;
  }

  .about-cont p {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 1.5px;
  }

  .about-cont p:not(:last-of-type) {
    margin-bottom: 20px;
  }  

  .about-cont .pic {
    margin-top: 30px;
    gap: 5px;
  }
}

/********************************
	event exhibitorinquiry
********************************/
.exhibitorinquiry .bizEvent-nav {
  margin-top: 0;
}

.exhibitorinquiry .form .page-title h2 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .exhibitorinquiry .form {
    margin-top: 100px;
  }
  
  .exhibitorinquiry .form .page-title h2 {
    margin-bottom: 50px;
  }
}