/*---------------------------
index
----------------------------*/
.fv {
  background-image: url(../img/index/fv_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.fv .inner {
  padding: 50px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .fv .inner {
    padding: 50px 0 30px 0;
  }
}
.fv .inner .txt {
  max-width: 1100px;
  margin: auto;
  position: relative;
  text-align: center;
}
.fv .inner .txt img {
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .fv .inner .txt img {
    margin-bottom: 1rem;
  }
}
.fv .inner .txt .icon {
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .fv .inner .txt .icon {
    display: none;
  }
}

.talk {
  background-image: url(../img/index/talk_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.talk .inner {
  padding: 5rem 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .talk .inner {
    padding: 2rem 0;
  }
}
.talk .inner .title {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .talk .inner .title {
    margin-bottom: 40px;
  }
  .talk .inner .title img {
    max-width: 75%;
  }
}
.talk .inner .row {
  background-color: #fff;
  border-radius: 5px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .talk .inner .row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.talk .inner .row .txt .col {
  display: grid;
  grid-template-columns: 156px 1fr;
  gap: 50px;
  justify-items: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .talk .inner .row .txt .col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.talk .inner .row .txt .col:last-child {
  margin-bottom: 0;
}
.talk .inner .row .txt .col .num {
  background: #0077c1;
  color: #fff;
  border-radius: 100px;
  display: block;
  width: 156px;
  height: 156px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .talk .inner .row .txt .col .num {
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.talk .inner .row .txt .col .num p {
  margin: 0;
}
.talk .inner .row .txt .col .num p:nth-of-type(2) {
  font-size: clamp(1rem, 0.296rem + 3.005vw, 3rem);
  font-weight: bold;
  padding: 5px 0;
}
.talk .inner .row .txt .col .num p:nth-of-type(3) {
  font-size: clamp(1rem, 0.859rem + 0.601vw, 1.4rem);
}
.talk .inner .row .txt .col .col_txt h3 {
  font-size: clamp(1rem, 0.648rem + 1.502vw, 2rem);
  color: #0077c1;
  margin-bottom: 2rem;
}
.talk .inner .row .img {
  margin-top: -100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .talk .inner .row .img {
    margin-top: 0;
  }
  .talk .inner .row .img img {
    max-width: 75%;
    margin: auto;
  }
}
.talk .inner .row .img p {
  margin-top: 1.5rem;
}

.booth {
  background-image: url(../img/common/bg_blue.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.booth .inner {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .booth .inner {
    padding: 2rem 0;
  }
}
.booth .inner .title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .title {
    margin-bottom: 1.5rem;
  }
}
.booth .inner .title h2 {
  font-size: 1rem;
  color: #fff;
}
.booth .inner .title h2 span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2.6rem;
  letter-spacing: 5px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .title h2 span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.booth .inner .img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .img {
    margin-bottom: 2rem;
  }
}
.booth .inner .img img {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .booth .inner .img img {
    width: 49%;
  }
  .booth .inner .img img:nth-of-type(3) {
    display: none;
  }
}
.booth .inner .row {
  max-width: 90%;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .row {
    margin-bottom: 1rem;
  }
}
.booth .inner .row .col {
  width: 48%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .booth .inner .row .col {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.booth .inner .row .col span {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 4px;
  color: #fad845;
  display: inline-block;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .row .col span {
    font-size: 3rem;
  }
}
.booth .inner .privilege {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .privilege {
    margin-bottom: 1.5rem;
  }
}
.booth .inner .privilege .col {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 0.8rem;
  padding: 1rem;
  text-align: left;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  color: #0748aa;
  position: relative;
}
@media screen and (max-width: 767px) {
  .booth .inner .privilege .col {
    font-size: 1.1rem;
    line-height: 2rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.2rem;
    padding: 1.5em 25vw 1.5em 5vw;
  }
}
.booth .inner .privilege .col span {
  display: inline-block;
  border-radius: 100px;
  background: #fac445;
  color: #fff;
  width: 10%;
  text-align: center;
  padding: 0.2rem 0.5rem;
  vertical-align: middle;
  font-size: 1.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .privilege .col span {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    font-size: 1rem;
    line-height: 1rem;
  }
}
.booth .inner .privilege .col .icn {
  vertical-align: middle;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .privilege .col .icn {
    display: none;
  }
}
.booth .inner .privilege .col .prsnt {
  width: 160px;
  position: absolute;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 767px) {
  .booth .inner .privilege .col .prsnt {
    width: 100px;
    right: 2vw;
  }
}
.booth .inner .btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .btn {
    justify-content: space-between;
  }
}
.booth .inner .btn a {
  display: block;
  width: 40%;
  background: #0094ff;
  color: #fff;
  padding: 1.5rem 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .booth .inner .btn a {
    width: 48%;
    font-size: 0.8rem;
    padding: 1rem 0rem;
    display: block;
  }
}
.booth .inner .btn a:nth-of-type(1) {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .booth .inner .btn a:nth-of-type(1) {
    margin: 0;
  }
}
.booth .inner .note {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .booth .inner .note {
    line-height: 1.2;
    text-align: left;
  }
}
.booth .inner .note p {
  font-size: clamp(1rem, 0.648rem + 1.502vw, 2rem);
  font-weight: bold;
}
.booth .inner .note h3 {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .booth .inner .note h3 {
    margin-bottom: 0.3rem;
  }
}

.sponsor .inner {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .sponsor .inner {
    padding: 2rem 0;
  }
}
.sponsor .inner img {
  margin: auto;
}

.outline {
  background: #ececec;
}
.outline .inner {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .outline .inner {
    padding: 2rem 0;
  }
}
.outline .inner .title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .outline .inner .title {
    margin-bottom: 1.5rem;
  }
}
.outline .inner .title h2 {
  font-size: 1rem;
}
.outline .inner .title h2 span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2.6rem;
  color: #00329a;
  letter-spacing: 5px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .outline .inner .title h2 span {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.outline .inner dl {
  padding: 2rem;
  padding-bottom: 1rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .outline .inner dl {
    padding: 1rem;
  }
}
.outline .inner dl > div {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.outline .inner dl > div:last-child {
  border: none;
}
.outline .inner dl > div dt {
  width: 20%;
  padding: 1.5rem 0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .outline .inner dl > div dt {
    /*sp*/
    width: 100%;
    padding: 0.8rem 0;
    padding-bottom: 0;
  }
}
.outline .inner dl > div dd {
  width: 80%;
  padding: 1.5rem 0;
}
@media screen and (max-width: 640px) {
  .outline .inner dl > div dd {
    /*sp*/
    width: 100%;
    padding: 0.8rem 0;
  }
}