@charset "UTF-8";

 /* 公式headerCSS */
.l-header__row{
  background: #000;
  height: 70px;
}
.l-header__row__inner{
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 12px;
  padding-right: 12px;
}
.l-header__logo-sony{
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: flex-end;
  line-height: 1;
  margin-bottom: 0;
}
.l-header__logo-sony a{
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
}
.l-header__logo-sony img{
  height: 20px;
  width: 100px;
}
#header .main-nav-wrapper.header-sticky{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
}

#header {
  z-index: 1000;
  position: relative;
}

#header  a {
  text-decoration: none;
}

#header .main-nav-wrapper {
  width: 100%;
  background-color: #67C1C3;
  border-bottom: 4px solid #000;
  height: 90px;
}

#header .main-nav {
  align-items: center;
display: flex;
height: 100%;
justify-content: space-between;
margin-left: auto;
margin-right: auto;
max-width: 1320px;
padding-left: 12px;
padding-right: 12px;
}

#header .header-logo {
  flex-basis: 11%;
}

#header .nuro_menu {
  flex-basis: 89%;
}

#header .header-logo a img {
  width: 120px;
  height: 36px;
}

#header .header-logo:hover {
  opacity: .6;/* ホバーで少し透過 */
  transition: 0.5s;
}

#header .nuro_menu {
  display: flex;
  justify-content: inherit;
}

#header .text-nav-anchor-wrapper ul {
  align-items: center;
    display: flex;
    height: 100%;
    margin-bottom: 0;
}

#header .text-nav-anchor-wrapper li a {
  font-weight: 900;
  color: #000;
  margin-left: 30px;
  margin-right: 30px;
}

#header .text-nav-right {
  display: flex;
  align-items: center;
  float: right;
}

#header .text-nav-anchor:hover {
  opacity: .4;/* ホバーで少し透過 */
  transition: 0.5s;
}

#header .text-nav-anchor:hover::after {
  transform: scale(1, 1);
}


#header .header-logo-nuro {
  height: 24px;
}

#header .btn-white {
  width: 150px;
  height: 52px;
  border-radius: 100px;
  background-color: #fff;
}

#header .btn-white p {
  margin-bottom: 0;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 52px;
}

#header .btn-orange {
  width: 150px;
  height: 52px;
  background-color: #FD721C;
  border-radius: 100px;
  border: 2px solid #fff;
  margin-left: 20px;
  margin-right: 40px;
}

#header .btn-orange p {
  margin-bottom: 0;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 48px;
}

.entry_close_txt {
  color: #C63434;
  font-weight: bold;
  font-size: 20px;
}

.lp__ttl .entry_close_txt {
  margin-bottom: 74px;
}

.orange__btn .entry_close_txt {
  margin-top: 20px;
  margin-bottom: 0px !important;
}

.disabled {
  pointer-events: none;
  cursor: default;
  background:#939393 !important;
}

@media screen and (max-width: 1224px){
   #header .text-nav-anchor-wrapper li a {
      margin-left: 20px;
      margin-right: 20px;
      font-size: 1.5rem;
  }

  #header .btn-orange {
    margin-left: 16px;
    margin-right: 28px;
  }
}

@media screen and (max-width: 1044px){
   #header .text-nav-anchor-wrapper li a {
      margin-left: 16px;
      margin-right: 16px;
      font-size: 1.4rem;
  }

  #header .btn-orange {
    margin-left: 12px;
    margin-right: 20px;
    width: 140px;
  }

  #header .btn-white {
    width: 140px;
}
}

  @media screen and (max-width: 984px) {
    #header .main-nav-wrapper {
      height: 58px;
      z-index: 1000;
    }

    #header .main-nav {
      width: auto;
justify-content: unset;
padding-left: 26px;
padding-top: 11px;
padding-bottom: 11px;
    }

    .text-nav-anchor-wrapper {
      display: none;
    }

    .text-nav-right a {
      display: none;
    }

    .text-nav-right {
      flex-basis: 25%;
      margin-right: 58px;
    }

    #header .nuro_menu  {
      flex-direction: row-reverse;
    }

    #header .header-logo a img {
      height: 30px;
      width: auto;
    }

    #header .header-logo-nuro {
    height: 16px;
}

  }

  /*----ハンバーガーメニュ-sp-----*/
  @media screen and (min-width: 983px) {
  #toggle {
      display: none;
    }
  }

  /* 位置を右上に固定 */
  #toggle {
    top: 68px;
    right: -2px;
    width: 58px;
    height: 58px;
    border: 2px solid #000;
    background-color: #67C1C3;
    position: absolute;
  }
  .header-sticky #toggle {
    top: -2px;
  }

  /* ハンバーガーメニューの大きさ指定 */
  #toggle-box {
    position: relative;
    width: 27px;
    height: 21px;
    margin: 16px 0 0 13px;
    cursor: pointer;
  }
  #toggle-box > span {
    width: 100%;
    height: 4px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out;
  }
  #toggle-box > span:nth-child(1) {
      top: 0;
  }
  #toggle-box > span:nth-child(2) {
      top: 50%;
      transform: translatey(-50%);
  }
  #toggle-box > span:nth-child(3) {
      bottom: 0;
  }
  /* ハンバーガーメニュークリックで、「×」マークにアニメーション */
  .is-open  #toggle {
        background: #000;
        border-left: none;
  }

  .is-open #toggle-box {
      margin: 17px 0 0 16px;
  }

    .is-open  .toggle-box1::after {
      color: #fff;
      }


  .is-open #toggle-box > span {
      background: #fff;
  }
  .is-open #toggle-box > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
    left: -2.5px;
  }
  .is-open #toggle-box > span:nth-child(2) {
    width: 0;
  }
  .is-open #toggle-box > span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translatey(-50%);
  }

  /* 重なり順指定 */
  #toggle {
      z-index: 1000;
  }
  #main {
      position: relative;
      z-index: 990;
  }

  /* 中身メニュー、初期は非表示 */
  #nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    background: #67C1C3;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateY(-100%);
    transition:  transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #nav-content nav {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }

  #nav-content ul {
    list-style: none;
  }

  #nav-content li  {
    margin-bottom: 28px;
  }

  #nav-content li > a {
    display: block;
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: 1.75rem;
    font-weight: 900;
  }

  #nav-content li:first-child {
    margin-top: 111px;
  }

  #nav-content li:last-child {
    margin-bottom: 40px;
  }

  #nav-content a:hover {
    opacity: 0.6;
  }

  #nav-content .btn-white {
    width: 100%;
    height: 52px;
    display: block;
    margin-bottom: 20px;
  }

    #nav-content .btn-orange {
    width: 100%;
    height: 52px;
    margin-left: 0px;
    display: block;
}

.nav-content_btn  {

}

  /* is-openクラスが追加されると、メニューが表示される */
  .is-open {
      overflow: hidden;
  }
  .is-open #nav-content {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .is-open #nav-content a{
    pointer-events: auto;
  }

  @media screen and (min-width: 985px) {
    .is-open #nav-content {
      display: none;
    }
  }
  /*----ハンバーガーメニュ-spここまで-----*/


  .main-content {
    background-image: url(../img/ideacon2022/bg_texture_w.png);
    background-position: center;
    background-size: 1920px 1669px;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .main-visual-wrapper {
    position: relative;
  }

  .main-visual {
    display: flex;
    margin: 0 auto;
    max-width: 1165px;
    position: relative;
  }

  .lp__ttl {
    padding-top: 70px;
    text-align: center;
    z-index: 2;
  }

  .lp__ttl img {
    width: 704px;
  }

  .lp__ttl p {
    margin-top: 20px;
    margin-left: 36px;
    /* margin-bottom: 74px; */
  }

  .main-visual__img {
    margin-top: 0px;
    margin-left: -82px;
    z-index: 1;
  }

  .main-visual__img img {
    width: 601px;
  }

  .meeting_anchor_btn {
    position: absolute;
    top: 351px;
    left: auto;
    right: 0px;
    text-align: center;
    z-index: 3;
  }

  .meeting_anchor_btn a {
    position: relative;
    display: block;
    background-color: #FDEF47;
    border-radius: 147px;
    border: solid 4px;
    width:147px;
    height: 147px;
    text-decoration: none;
    color: #000;
    transition: all 0.2s ease;
    box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.3);
  }

  .meeting_anchor_btn a:hover {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
    transform: translate(7px, 7px);
  }


  .meeting_anchor_btn p {
    position: relative;
    padding-top: 39px;
    font-size: 2rem;
    font-weight: 900;
    transition: all 0.3s ease;
  }

  .meeting_anchor_btn p::after {
    content: "";
    background-image: url(../img/ideacon2022/icon_arrow_b.svg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 11px;
    left: 50%;
    top: 114px;
    transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
  }

    .meeting_anchor_btn img {
      display: block;
      position: absolute;
      left: 50%;
      top: -18px;
      transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
    }



  @media screen and (max-width: 984px) {
    .main-content {
      background-image: url(../img/ideacon2022/bg_texture_w_sp.png);
      background-size: 984px 902px;
      background-repeat: repeat;
    }

    .main-visual {
      display: block;
    }

    .main-visual .lp__ttl {
      width: 100%;
      padding-top: 40px;
    }

    .main-visual .lp__ttl img {
      width: 107%;
      margin-left: -30px;
    }

    .main-visual .lp__ttl p {
      margin-bottom: 12px;
      margin-left: 0;
      padding-left: 12px;
      padding-right: 12px;
      font-size: 1.4rem;
    }

   .main-visual  .main-visual__img {
          margin-left: 0;
          text-align: center;
          margin-bottom: 40px;
        }

    .main-visual  .main-visual__img img {
      width: 95%;
    }

    .meeting_anchor_btn {
      top: auto;
      bottom: 10px;
      right: 12px;
    }

    .meeting_anchor_btn img {
      left: 52%;
      width: 39px;
      height: 51px;
    }

    .meeting_anchor_btn a {
      width:130px;
      height: 130px;
      text-decoration: none;
      color: #000;
      transition: all 0.2s ease;
      box-shadow: 7px 7px 0px 0px rgba(0,0,0,0.3);
    }

    .meeting_anchor_btn a p {
      font-size: 1.6rem;
    }

    .meeting_anchor_btn p::after {
    top: 100px;
}

  }

  /*---content---*/
  .content{
    max-width: 1000px;
    margin: 0 auto;
  }

    @media screen and (max-width: 984px) {
      .content{
        padding-left: 12px;
        padding-right: 12px;
      }
    }

  /*---contentここまで---*/
  /*---frame---*/
.content-box {
  background-color: #fff;
  border-radius: 12px;
  border: solid 4px #000;
  width: 100%;
  position: relative;
  margin-bottom: 52px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 52px;
}

.content-box:last-child {
  margin-bottom: 80px;
}

.content-box::before {
  content: "";
  position: absolute;
  background-image: url(../img/ideacon2022/bg_frame_top.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 122px;
  height: 20px;
  top: -12px;
  left: calc(6% - 12px);
}

.content-box::after{
  content: "";
  position: absolute;
  background-image: url(../img/ideacon2022/bg_frame_bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 122px;
  height: 20px;
  bottom: -12px;
  right: calc(6% - 12px);
}


@media screen and (max-width: 984px) {
  .content-box {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 40px;
  }

  .content-box::before {
    background-image: url(../img/ideacon2022/bg_frame_top_sp.png);
    width: 68px;
    height: 14px;
    top: -9px;
    left: calc(6% - 12px);
  }

  .content-box::after{
    background-image: url(../img/ideacon2022/bg_frame_bottom_sp.png);
    width: 68px;
    height: 14px;
    bottom: -9px;
    right: calc(6% - 12px);
  }

}
  /*---frame---*/

.section__ttl {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 32px;
}

@media screen and (max-width: 984px) {
  .section__ttl {
  font-size: 2.8rem;
  margin-bottom: 20px;
  }
}

.overview .section__ttl::before {
  content: "SECTION 01";
  position: absolute;
  font-family: 'League Spartan';
  color: #fff;
  font-size: 2rem;
  background-image: url(../img/ideacon2022/ttl__balloon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 173px;
  height: 53px;
  padding-top: 8px;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.overview > p {
  text-align: center;
}

@media screen and (max-width: 984px) {
  .overview > p {
    line-height: 1.75;
    text-align: left;
  }
}

.overview .complement {
  display: flex;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 100px;
  margin-top: 32px;
  margin-bottom: 36px;
  align-items: center;
  height: 83px;
}


.overview .complement__ttl {
  margin-left: 109px;
  margin-right: 25px;
  margin-bottom: 0;
  padding-right: 25px;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
}

.overview .complement__ttl::after {
  content:"・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  overflow-x: hidden;
  overflow-y: hidden;
  width: 47px;
  font-size: 14px;
  letter-spacing: -.48em;
  word-break: normal;
  transform: rotate(90deg);
  color: #000;
  position: absolute;
  top: 5px;
  right: -20px ;
}

.overview .complement__ttl::before {
  content: "";
  position: absolute;
  background-image: url(../img/ideacon2022/icon_point.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: -114px;
  top: -39px;
  width: 83px;
  height: 96px;
}

.overview .complement p:last-child {
  margin-bottom: 0px;
}

.overview .complement a {
  display: block;
}


@media screen and (max-width: 984px) {
  .overview .complement {
    height: auto;
    border-radius: 12px;
    display: block;
    margin-top: 72px;
    padding : 0 16px 16px 16px;
    margin-bottom: 20px;
  }
  .overview .complement__ttl {
    text-align: center;
    margin: 58px 0 48px 0;
    padding-right: 0;
    font-weight: 900;
    position: relative;
  }
  .overview .complement__ttl::after {
    content:"・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
    overflow-x: hidden;
    overflow-y: hidden;
    width: 47px;
    font-size: 14px;
    letter-spacing: -.48em;
    word-break: normal;
    transform: rotate(0deg);
    color: #000;
    position: absolute;
    top: 43px;
    left: 50% ;
    transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  }

.overview .complement__ttl::before {
  left: 50%;
  top: -114px;
  width: 83px;
  height: 96px;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.overview .complement p {
  text-align: center;
}

}

.overview .complement a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ideacon2022/icon_newtab.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 18px;
  height: 16px;
  margin-left: 9px;
  margin-bottom: -2px;
}

.pdf__btn,
.dl__btn {
  text-align: center;
}

.pdf__btn a,
.dl__btn a {
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  line-height: 49px;
  width: 314px;
  height: 60px;
  background-color: #67C1C3;
  border: solid 4px #000;
  border-radius: 100px;
  box-shadow: 7px 7px 0px 0px rgb(0 0 0 / 30%);
  transition: all 0.2s ease;
}

.pdf__btn a:hover,
.dl__btn a:hover {
  opacity: 1;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
  transform: translate(7px, 7px);
}

.pdf__btn a::after,
.dl__btn a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/ideacon2022/icon_pdf_w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  margin-left: 6px;
  margin-bottom: -2px;
}

.dl__btn a::after {
  background-image: url(../img/ideacon2022/icon_dl_w.svg);
  width: 12px;
  height: 16px;
  margin-left: -2px;
}

.dl__btn span {
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (max-width: 984px) {
  .overview .pdf__btn a {
    margin-top: 12px;
  }
  .pdf__btn a,
  .dl__btn a {
    width: 100%;
  }
}


/*--theme--*/


.theme .section__ttl::before {
  content: "SECTION 02";
  position: absolute;
  font-family: 'League Spartan';
  color: #fff;
  font-size: 2rem;
  background-image: url(../img/ideacon2022/ttl__balloon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 173px;
  height: 53px;
  padding-top: 8px;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.theme > p {
  text-align: center;
}

.theme .main-theme {
  display: flex;
  margin-top: 50px;
  margin-bottom: 40px;
}

.theme p {
  font-weight: 700;
}

.theme > ul {
  margin-bottom: 60px;
}

.theme .main-theme__box {
  text-align: center;
  background-color: #D9F0F0;
  border-radius: 12px;
  width: 100%;
  padding: 44px 40px 44px 40px;
  position: relative;
  margin-bottom: 0;
}

.theme .main-theme__box:last-child {
  margin-left: 20px;
}

.theme .main-theme__box::before  {
  content: "";
  position: absolute;
  background-image: url(../img/ideacon2022/ttl_theme1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 21px;
  width: 99px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.theme .main-theme__box:last-child::before {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  background-image: url(../img/ideacon2022/ttl_theme2.svg);
  background-repeat: no-repeat;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}


@media screen and (max-width: 984px) {

  .theme .main-theme {
  }

  .theme .main-theme__box {
    display: flex;
    align-items: center;
    padding: 32px 20px 32px 20px;
    justify-content: center;
    font-size: 1.4rem;
  }


  .theme .main-theme__box:last-child {
    margin-left: 8px;
}
}

.theme h3 {
  font-size: 2.4rem;
  font-weight: 900;
}

.double-line {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.double-line::after {
position: absolute;
top: calc(50% - 3px);
width: 100%;
height: 6px;
content:"";
border-top: solid 2px #000;
border-bottom: solid 2px #000;
right: 0px;
}

.double-line span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  z-index: 1;
}

.theme .market__box {
  width: 100%;
  display: flex;
  margin-bottom: 24px;
}

.theme .market__box img {
  display: block;
}

.theme .market__box img:nth-child(1) {
  width: 205px;
  height: 163px;
}

.theme .market__item {
  width: 245px;
  height: 207px;
  background-color: #D9F0F0;
  border-radius: 12px 0 0 12px;
  padding: 20px;
}

.theme .market__text {
  width: 100%;
  height: 207px;
  background-color: #FAFAFA;
  border-radius: 0 12px 12px 0;
  padding: 28px 30px;
}

.theme .market__text h4 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.theme .market__text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}


@media screen and (max-width: 984px) {
  .theme .market__box{
    display: block;
  }

  .theme .market__item {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }

  .theme .market__item img {
    margin: 0 auto;
  }

  .theme .market__text {
    border-radius: 0 0 12px 12px;
    height: auto;
    padding: 20px 24px;
  }

  .theme .market__text h4 {
    margin-bottom: 12px;
  }

  .theme .market__text p {
    margin-bottom: 0;
  }
}


.contest__wrapper {
  text-align: center;
  width: 100%;
}

.contest__wrapper h3 {
  background-color: #FDEF47;
  border: 4px solid #000;
  border-radius: 100px;
  width: 534px;
  height: 58px;
  position: relative;
  line-height: 49px;
  margin: 0 auto;
}

.contest__wrapper h3::after {
  content: "";
  width: 57px;
  height: 74px;
  position: absolute;
  top: -6px;
  left: -28px;
  background-image: url(../img/ideacon2022/icon_meeting.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(-13deg);
}

.contest__wrapper .contest__detail {
  padding: 58px 58px 32px;
  background: url(../img/ideacon2022/bg_texture_dot_l.png) no-repeat top left,url(../img/ideacon2022/bg_texture_dot_r.png) no-repeat bottom right;
  background-size: 194px 194px;
  background-color: #FFFCDD;
  border: 4px solid #000;
  border-radius: 12px;
  margin-top: -30px;
}

.contest__wrapper .contest__detail ul {
  margin-bottom: 0px;
}


.contest__wrapper .contest__detail p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

.contest__wrapper .contest__row1 {
  display: flex;
  align-items:stretch;
  width: 100%;
  margin-top: 40px;
  gap: 20px;
  margin-bottom: 16px;
}

.contest__wrapper .contest__box  {
    width: 100%;
}

.contest__wrapper .contest__box h4 {
  font-weight: 900;
  background-color: #FDEF47;
  border-radius: 100px;
  width: 110px;
  height: 48px;
  line-height: 48px;
  position: relative;
  margin: 0 auto;
  font-size: 1.8rem;
}


.contest__wrapper .contest__row1 .contest__text-box {
  background-color: #fff;
  border-radius: 12px;
  height: 160px;
  margin-top: -23px;
  padding: 20px 40px;;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.contest__wrapper .contest__row2 .contest__text-box {
  background-color: #fff;
  border-radius: 12px;
  height: 200px;
  margin-top: -23px;
  padding: 20px 40px;;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}

.contest__wrapper .contest__row3 .contest__text-box {
  background-color: #fff;
  border-radius: 12px;
  height: 240px;
  margin-top: -23px;
  padding: 55px 40px 40px 40px;
  width: 100%;
}

.contest__wrapper .contest__row3 .contest__text-box p {
  margin-bottom: 36px;
}


@media screen and (max-width: 984px) {
  .contest__wrapper h3 {
    width: calc(100% - 24px);
    padding-left: 67px;
    padding-right: 20px;
    height: 94px;
    border-radius: 300px;
    font-size: 1.8rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    text-align: left;
  }

  .contest__wrapper h3::after {
    width: 38px;
    height: 49px;
    top: 20px;
    left: 40px;;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .contest__wrapper .contest__detail {
    padding: 76px 16px 32px;
    margin-top: -48px;
    background-size: 160px 160px;
  }

  .contest__wrapper .contest__row1 {
    gap: 8px;
  }

  .contest__wrapper .contest__row1 .contest__text-box {
    padding: 32px 12px 20px;
    height: 192px;
  }

  .contest__wrapper .contest__row1 p {
    margin-bottom: 0;
  }

  .contest__wrapper .contest__row2 .contest__text-box {
    height: auto;
    padding: 32px 20px 20px;
  }

  .contest__wrapper .contest__row3 .contest__text-box {
    height: auto;
    padding: 55px 20px 40px;
  }
}

.orange__btn a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  line-height: 49px;
  width: 314px;
  height: 60px;
  background-color: #FD721C;
  border: solid 4px #000;
  border-radius: 100px;
  box-shadow: 7px 7px 0px 0px rgb(0 0 0 / 30%);
  transition: all 0.2s ease;
  text-align: center;
}

.orange__btn a:hover {
  opacity: 1;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
  transform: translate(7px, 7px);
}


@media screen and (max-width: 984px) {
  .orange__btn a {
    width: 100%;
    border-radius: 300px;
    box-shadow: 7px 7px 0px 0px rgb(0 0 0 / 30%);
    transition: all 0.2s ease;
    text-align: center;
  }

}

.l-footer__row {
    background-color: #4a4a4a;
    color: #fff;
    padding: 53px 0;
    overflow: hidden;
}

.l-footer__row2 {
    background-color: #000;
    color: #fff;
    padding: 40px 0;
}
.l-footer__logo {
    margin-bottom: unset;
    margin-right: 62px;
}

.l-footer__logo img {
    height: auto;
    width: 133px;
}

.l-footer__logo-nuro {
    margin-bottom: 25px;
}

.l-footer__logo-nuro img {
    height: auto;
    width: 99px;
}
.l-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    width: 984px;
}
.l-footer.contact-footer{
  margin-top: 100px;
}
.l-footer.contact-footer.mn{
  margin-top: 0px;
}
.l-footer__row__inner {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}
.l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -20px;
    min-width: 1000px;
}

.l-footer__nav > li {
    margin: 0 20px 20px;
}

.l-footer__nav > li a {
    color: #fff;
    font-size: 16px;
}

.l-footer__link-blank {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

.l-footer__link-blank::after {
    background: url(../img/ic_blank_001.png);
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
}

.l-footer__copyright {
    font-size: 1.6rem;
    margin-bottom: 0;
}

@media screen and (max-width: 984px) {
    .l-container {
      width: 100%;
    }
    .l-footer.is-menu-expanded {
        display: none;
    }
    .l-footer__row {
        padding: 59px 0 24px;
        height: 370px;
    }
    .l-footer__row__inner{
      display: block;
    }
    .l-footer__logo {
        margin-bottom: 36px;
        float: unset;
    }

    .l-footer__nav {
        display: block;
        margin-bottom: 0;
        padding-top: 15px;
        line-height: 12px;
    }
    .l-footer__nav > li {
        margin: 0;
    }

    .l-footer__nav > li + li {
        margin-top: 36px;
    }

    .l-footer__copyright {
        font-size: 1.34rem;
    }

    .l-footer__row2 {
        height: 200px;
        padding: 58px 13px;
    }
    .contact-footer .l-footer__row2 {
        height: auto;
        padding: 20px 0;
    }
    .l-footer__logo-nuro  {
        margin-bottom: 35px;
    }

    .l-footer__contact-btn {
        display: none;
    }
}

/*---schedule---*/

.schedule .section__ttl::before {
  content: "SECTION 03";
  position: absolute;
  font-family: 'League Spartan';
  color: #fff;
  font-size: 2rem;
  background-image: url(../img/ideacon2022/ttl__balloon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 173px;
  height: 53px;
  padding-top: 8px;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.schedule h3 {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}

.schedule p {
  margin-bottom: 0;
}

.schedule img {
  display: block;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 40px;
}

.schedule table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 16px;
}

.schedule table tr {
  height: 60px;
}

.schedule table th {
  width: 40%;
  padding-left: 113px;
  position: relative;
  font-weight: 900;
}

.schedule table th::after {
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  overflow-x: hidden;
  overflow-y: hidden;
  width: 61px;
  font-size: 14px;
  letter-spacing: -0.42em;
  word-break: normal;
  transform: rotate(90deg);
  color: #000;
  position: absolute;
  top: 17px;
  right: -30px;
}

.schedule table td {
  padding-left: 20px;
  font-weight: 900;
}

.schedule table .schedule-table__row1 th {
  border-top: solid 4px #000 ;
  border-bottom: solid 2px #000 ;
  background-color: #D9F0F0;
}

.schedule table .schedule-table__row1 td {
  border-top: solid 4px #000 ;
  border-bottom: solid 2px #000 ;
}

.schedule table .schedule-table__row2 th {
  border-top: solid 2px #000 ;
  border-bottom: solid 2px #000 ;
  background-color: #D9F0F0;
}

.schedule table .schedule-table__row2 td {
  border-top: solid 2px #000 ;
  border-bottom: solid 2px #000 ;
}

.schedule table .schedule-table__row3 th {
  border-top: solid 2px #000 ;
  border-bottom: solid 2px #000 ;
  background-color: #FFF2EA;
}

.schedule table .schedule-table__row3 td {
  border-top: solid 2px #000 ;
  border-bottom: solid 2px #000 ;
}

.schedule table .schedule-table__row4 th {
  border-top: solid 2px #000 ;
  border-bottom: solid 4px #000 ;
  background-color: #FFF2EA;
}

.schedule table .schedule-table__row4 td {
  border-top: solid 2px #000 ;
  border-bottom: solid 4px #000 ;
}

.schedule table .schedule-table__row1 th::before,
.schedule table .schedule-table__row2 th::before,
.schedule table .schedule-table__row3 th::before,
.schedule table .schedule-table__row4 th::before {
  font-family: 'League Spartan';
  font-size: 1.6rem;
  background-color: #67C1C3;
  border-radius: 0 100px 100px 0;
  width: 90px;
  height: 34px;
  padding-left: 18px;
  left: 0;
  top: 11px;
  position: absolute;
  color: #fff;
  line-height: 38px;
}

.schedule table .schedule-table__row1 th::before {
  content: "STEP 1";
}

.schedule table .schedule-table__row2 th::before {
  content: "STEP 2";
}

.schedule table .schedule-table__row3 th::before {
  content: "STEP 3";
  background-color: #FC721C;
}

.schedule table .schedule-table__row4 th::before {
  content: "STEP 4";
  background-color: #FC721C;
}

@media screen and (min-width: 601px) {
  .schedule .img_sp {
    display: none;
  }

}

@media screen and (max-width: 600px) {
  .schedule .img_pc {
    display: none;
  }
  }

@media screen and (max-width: 984px) {

  .schedule table th {
    padding-left: 92px;
  }

  .schedule table td,
  .schedule table th {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .schedule table .schedule-table__row1 th,
  .schedule table .schedule-table__row2 th,
  .schedule table .schedule-table__row3 th,
  .schedule table .schedule-table__row4 th {
    border-bottom: none;
  }

  .schedule table .schedule-table__row1 td,
  .schedule table .schedule-table__row2 td,
  .schedule table .schedule-table__row3 td,
  .schedule table .schedule-table__row4 td {
    border-top: none;
    padding-left: 0;
    padding-right: 0;
  }

  .schedule table .schedule-table__row1 td,
  .schedule table .schedule-table__row2 td,
  .schedule table .schedule-table__row3 td {
    border-bottom: none;
  }

  .schedule table th::after {
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
    overflow-x: hidden;
    overflow-y: hidden;
    width: calc(100% + 4px);
    font-size: 10px;
    letter-spacing: -0.42em;
    word-break: normal;
    transform: rotate(0deg);
    color: #000;
    position: absolute;
    top: 54px;
    left: -4px;
  }

  .schedule table .schedule-table__row1 th::before,
  .schedule table .schedule-table__row2 th::before,
  .schedule table .schedule-table__row3 th::before,
  .schedule table .schedule-table__row4 th::before {
    top: 13px;
    width: 72px;
    padding-left: 11px;
  }
}

/*---prize---*/
.prize .section__ttl::before {
  content: "SECTION 04";
  position: absolute;
  font-family: 'League Spartan';
  color: #fff;
  font-size: 2rem;
  background-image: url(../img/ideacon2022/ttl__balloon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 173px;
  height: 53px;
  padding-top: 8px;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.prize ul {
  width: 100%;
  margin-bottom: 32px;
}

.prize li {
  margin-bottom: 16px;
  height: 112px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.prize li p {
  margin-bottom: 0;
  font-size: 2.4rem;
}


.prize li .medal {
  margin-left: 40px;
}

.prize .prize_li_row1 {
  background-color: #FFF2EA;
  position: relative;
}

.prize .prize_li_row2 {
  background-color: #FFFCDD;
}

.prize .prize_li_row3 {
  background-color: #D9F0F0;
}


.prize h5 {
  position: relative;
  font-weight: 900;
  width: 295px;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.prize h5 img {
  margin-right: 16px;
}


.prize ul li h5::before {
  content: "";
  position: absolute;
}

.prize ul li h5::after {
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  overflow-x: hidden;
  overflow-y: hidden;
  width: 47px;
  font-size: 14px;
  letter-spacing: -.48em;
  word-break: normal;
  transform: rotate(90deg);
  color: #000;
  position: absolute;
  right: 47px;
}

.prize .prize_block {
  display: flex;
  align-items: center;
}

.prize .prize_li_row1 span,
.prize .prize_li_row2 span,
.prize .prize_li_row3 span {
  font-size: 1.6rem;
  color: #fff;
  width: 64px;
  height: 34px;
  background-color: #FC721C;
  border-radius: 6px;
  text-align: center;
  line-height: 32px;
  display: block;
  margin-right: 36px;
}

.prize .prize_li_row2 span {
  color: #000;
  background-color: #FDEF47;
}

.prize .prize_li_row3 span {
  background-color: #67C1C3;
}

.prize .money1__img {
  margin-left: 12px;
  margin-top:10px;
  height: 57px;
}

.prize .money2__img {
  margin-left: 22px;
  margin-top: 7px;
  height: 45px
}

.prize .money3__img {
  margin-top: 5px;
  margin-left: 34px;
  height: 42px
}

.prize > h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 900;
}

.prize .under_line {
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
}

.prize .sony_square_detail {
  background-color: #FAFAFA;
  border-radius: 12px;
  padding: 40px;
}

.prize .sony_square_detail h4 {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.prize .sony_square_detail p {
  font-size: 1.4rem;
  line-height: 1.75;
}


@media screen and (max-width: 984px) {
  .prize li {
    display: block;
    height: auto;
  }

  .prize li p {
    font-size: 2rem;
  }

  .prize h5 {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 0px;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prize ul li h5::after {
    content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  width: calc(100% + 4px);
  font-size: 10px;
  letter-spacing: -0.42em;
  word-break: normal;
  transform: rotate(0deg);
  color: #000;
  position: absolute;
  top: 73px;
  left: -4px;
}


.prize .prize_block {
  display: flex;
  justify-content: center;
  padding: 20px 12px 20px;
}

.prize > h4 {
  line-height: 2.3;
}

.prize .sony_square_detail {
  padding: 20px;
}


}


/*---selection---*/

.selection .section__ttl::before {
  content: "SECTION 05";
  position: absolute;
  font-family: 'League Spartan';
  color: #fff;
  font-size: 2rem;
  background-image: url(../img/ideacon2022/ttl__balloon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 173px;
  height: 53px;
  padding-top: 8px;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.selection .section_detail h3 {
  text-align: center;
    font-size: 2.4rem;
    font-weight: 900;
}

.selection .section_detail ul {
  background-color: #D9F0F0;
  padding: 40px;
  margin-top: -18px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.selection .section_detail ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.selection .section_detail li:last-child {
  margin-bottom: 0px;
}

.selection .section_detail li span {
  font-family: 'League Spartan';
  font-weight: 900;
  font-size: 1.6rem;
  color: #40A5A7;
  margin-left: 32px;
  margin-right: 40px;
  width: 71px;
  position: relative;
}

.selection .section_detail li span::before {
  content: "";
  background-image: url(../img/ideacon2022/icon_light.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 25px;
  height: 35px;
  left: -32px;
  top: -6px;
}


.selection .section_detail li p {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 0;
}

.selection .juror h3 {
  font-size: 2.4rem;
  font-weight: 900;
}

.selection .juror img {
  width: 168px;
  height: 168px;
}

.selection .juror ul {
  margin-bottom: 0;
}

.selection .juror li {
  display: flex;
  border-bottom: solid 1px #DDDDDD ;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}

.selection .juror li::after {
  content: "";
  position: absolute;
  background-image: url(../img/ideacon2022/logo_enterprise1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 122px;
  height: 22px;
  right: 0;
  top: 0;
}

.selection .juror li:nth-child(3)::after {
  content: "";
  position: absolute;
  background-image: url(../img/ideacon2022/logo_enterprise2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 174px;
  height: 50px;
  right: 0;
  top: 0;
}



.selection .juror li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.selection .juror li:last-child::after  {
    background-image: url(../img/ideacon2022/logo_enterprise3.png);
    width: 160px;
    height: 55px;
}



.selection .juror-textbox {
  margin-left : 32px;
}

.selection .juror p:first-child {
  font-weight: 700;
  margin-bottom: 8px;
}

.selection .juror p:last-child {
  font-size: 1.4rem;
  margin-bottom: 0;

}


.selection .juror h4 {
  font-size: 1.8rem;
  margin-bottom: 32px;
}

.selection .juror h5 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}


@media screen and (max-width: 984px) {
    .selection .section_detail ul {
      padding: 32px 20px;
    }

    .selection .section_detail ul li {
      display: block;
      margin-bottom: 20px;
    }

    .selection .section_detail li span {
      padding-left: 30px;
      margin-left: 0;
    }

    .selection .section_detail li span::before {
    width: 16px;
    height: 23px;
    left: 3px;
  }

    .selection .juror li {
      display: block;
    }

    .selection .juror li img {
      margin: 0 auto;
      display: block;
      margin-bottom: 80px;
    }

    .selection .juror-textbox {
      margin-left: 0;
    }

    .selection .juror li::after {
      width: 84px;
      height: 15px;
      left: 0px;
      top: 217px;
    }

    .selection .juror li:nth-child(3)::after {
      width: 125px;
      height: 35px;
      left: -4px;
      top: 197px;
    }

    .selection .juror li:last-child::after {
      width: 128px;
      height: 44px;
      top: 195px;
      left: 0px;
    }

}


/*----entry---*/
.entry_method .section__ttl::before {
  content: "SECTION 6";
  position: absolute;
  font-family: 'League Spartan';
  color: #fff;
  font-size: 2rem;
  background-image: url(../img/ideacon2022/ttl__balloon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 173px;
  height: 53px;
  padding-top: 8px;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}


.entry_method .entry_method_detail h3 {
  text-align: center;
    font-size: 2.4rem;
    font-weight: 900;
}

.entry_method .entry_method_detail ul {
  background-color: #D9F0F0;
  padding: 40px;
  margin-top: -18px;
  border-radius: 12px;
  margin-bottom: 32px;
}


.entry_method .entry_method_detail ul li {
  margin-bottom: 28px;
  position: relative;
}

.entry_method .entry_method_detail ul li::before {
  content:"";
  position: absolute;
  background-image: url(../img/ideacon2022/icon_checkbox.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  top: 0;
  left: 0;
}

.entry_method .entry_method_detail ul li:last-child {
  margin-bottom: 0px;
}

.entry_method .entry_method_detail ul li p {
  margin-bottom: 0px;
  font-size: 1.8rem;
  font-weight: 900;
  margin-left: 60px;
}

.entry_method .entry_about h3 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-top: 52px;
}

.entry_method .entry_about p {
  text-align: center;
  margin-bottom: 52px;
}

.entry_method .entry_about .orange__btn {
  text-align: center;
  border-top: solid 1px #ddd;
  margin-top: 40px;
  padding-top: 40px;
}

.entry_method .btn_layout {
  margin-right: 20px;
}

.btn__flex {
  display: flex;
  justify-content: center;
}

.entry_method .entry_terms {
  text-align: center;
  margin-top: 20px;
}

.entry_method .entry_terms::after {
  content: "";
display: inline-block;
background-image: url(../img/ideacon2022/icon_newtab.svg);
background-repeat: no-repeat;
background-size: cover;
width: 18px;
height: 16px;
margin-left: 9px;
margin-bottom: -2px;
}


@media screen and (max-width: 984px) {
  .entry_method .entry_about h3 {
    font-size: 2.4rem;
    font-weight: 900;
    margin-top: 52px;
}

.entry_method .entry_about h3 span {
  padding: 0 0.4em;
}


  .entry_method .entry_method_detail ul {
    padding: 32px 20px;
  }

  .entry_method .entry_method_detail ul li::before {
    top: 50%;
    transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  }

  .entry_method .btn_layout {
    margin-right: 0px;
    margin-bottom: 24px;
  }




  .btn__flex {
    display: block;
  }
}

/*---faq---*/

.faq .section__ttl::before {
  content: "SECTION 7";
  position: absolute;
  font-family: 'League Spartan';
  color: #fff;
  font-size: 2rem;
  background-image: url(../img/ideacon2022/ttl__balloon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 173px;
  height: 53px;
  padding-top: 8px;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.long_btn a {
  width: 410px;
}


@media screen and (max-width: 984px) {
  .long_btn a {
      width: 100%;
      height: auto;
      padding: 16px 12px;
      line-height: 1.5;
  }
}

.contact {
  background-image: url(../img/ideacon2022/bg_texture_g.png);
  background-position: center;
  background-size: 1920px 487px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  border-top: 4px solid #000;
  text-align: center;
}

.contact h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 32px;
}

.contact .contact-wrapper {
  background-color: #fff;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 840px;
  padding: 40px;
}

.contact .contact-wrapper p {
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 36px;
}

.green__btn a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  line-height: 49px;
  width: 314px;
  height: 60px;
  background-color: #67C1C3;
  border: solid 4px #000;
  border-radius: 100px;
  box-shadow: 7px 7px 0px 0px rgb(0 0 0 / 30%);
  transition: all 0.2s ease;
  text-align: center;
}

.green__btn a:hover {
  opacity: 1;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
  transform: translate(7px, 7px);
}

@media screen and (max-width: 984px) {
  .contact {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact .contact-wrapper {
    padding: 32px 20px;
  }

  .green__btn a {
    width: 100%;
  }
}

/*---contactページ---*/

.contact__kv {
  padding-top: 154px;
  text-align: center;
  background-color: #D9EFF0;
  width: 100%;
}

.contact__kv img {
  display: block;
  width: 240px;
  height: 73px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.contact__kv h2 {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.75;
  padding-bottom: 100px;
}


.section__row1 {
  background-color: #FFFCDD;
  border-radius: 12px;
  border: 4px solid #000;
  margin-top: -26px;
}

.section__row1 h3 {
  background-color: #FDEF47;
  border-radius: 100px;
  border: 4px solid #000;
  height: 52px;
  text-align: center;
  width: 240px;
  margin: -26px auto 18px;
  line-height: 43px;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
}

.section__row1 h3::after {
  content: "";
  width: 40px;
  height: 54px;
  position: absolute;
  top: -2px;
  left: -17px;
    background-image: url(../img/ideacon2022/icon_meeting.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-13deg);
}

.section__row1 ul li {
  display: flex;
  background: #fff;
  border-radius: 100px;
  height: 60px;
  margin: 0 auto 22px;
  max-width: 600px;
}

.section__row1 ul li > p {
  display: block;
  font-weight: 900;
  background-color: #FDEF47;
  border-radius: 100px;
  width: 110px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin-left: 6px;
  margin-top: 6px;
}

.section__row1 ul li div {
  display: flex;
  align-items: center;
}

.section__row1 ul li span:first-child {
  padding-left: 32px;
  font-size: 1.4rem;
  padding-right: 20px;
  font-weight: 900;
}

.section__row1 ul li span:last-child {
  font-size: 1.4rem;
  padding-right: 20px;
  font-weight: 900;
}

.section__row2 {
  margin-top: 32px;
  }

.section__row2 img {
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
  border-top: solid 4px #000;
  border-left: solid 4px #000;
  border-right: solid 4px #000;
}

.section__row2 .contest__banner_sp {
  display: none;
}


.section__row2 p {
  text-align: center;
  line-height: 1.75;
  padding: 40px 12px 40px;
  margin-bottom: 52px;
  border-left: solid 4px #000;
  border-right: solid 4px #000;
  border-bottom: solid 4px #000;
  border-radius: 0 0 12px 12px;
}

.section__raw3 h4,
.section__raw4 h4 {
  height: 60px;
  border-radius: 6px;
  background-color: #67C1C3;
  color: #fff;
  font-weight: 900;
  font-size: 2rem;
  line-height: 60px;
  padding-left: 40px;
}

.section__raw3 h4 {
  margin-bottom: 20px;
}

.section__raw3 ul {
  margin-top: 10px;
  margin-bottom: 32px;
}

.section__raw3 ul li {
  display: flex;
  border-top: 1px solid #b6b6b6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section__raw3 ul li p {
  margin-bottom: 0;
}

.section__raw3 ul li p:first-child {
  background-color: #E8E8E8;
  flex-basis: 30%;
  padding-top: 20px;
  padding-left: 20px;
  font-weight: 700;
}

.section__raw3 ul li p:last-child {
  padding: 20px 20px 20px 20px;
  flex-basis: 70%;
}

.section__raw3 ul li:last-child {
  border-bottom: 1px solid #b6b6b6;
}

.section__raw3 ul li p span:last-child {
  display: block;
  margin-top: 1rem;
  padding-left: 10px;
}


@media screen and (max-width: 984px) {
  .contact__kv {
    padding-top: 124px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact__kv h2 {
    font-size: 2rem;
    padding-bottom: 80px;
  }

  .contact__kv img {
    width: 200px;
    height: 61px;
  }

  .section__row1 {
    padding-left: 12px;
    padding-right: 12px;
  }


  .section__row1 ul li {
    display: block;
    background-color:transparent;
    height: 100%;
  }

  .section__row1 ul li > p {
    margin: 0 auto;
    z-index: 2;
    position: relative;
  }

  .section__row1 ul li div {
    background-color: #fff;
    border-radius: 12px;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: -20px;
    display: block;
    z-index: 1;
  }

    .section__row1 ul li span {
      display: block;
      text-align: center;
    }

    .section__row1 ul li span:first-child {
      padding-left: 0;
    }

    .section__row1 ul li span:last-child {
      padding-top: 2px;
    }

    .section__row2 p {
      text-align: left;
    }

    .section__raw3 ul li p:first-child {
      padding: 12px;
    }

    .section__raw3 ul li p:last-child {
      padding: 12px 0 12px 0;
      flex-basis: 70%;
    }

    .section__raw3 ul li p span:last-child {
      padding-left: 0;
    }

    .section__raw3 h4,
    .section__raw4 h4 {
      padding-left: 20px;
    }

    .section__raw3 ul li {
      display: block;
      border: 0;
    }

    .section__raw3 ul li:last-child {
      border: 0;
    }

}

@media screen and  (max-width: 600px) {
  .section__row2 .contest__banner {
    display: none;
  }

  .section__row2 .contest__banner_sp {
    display: block;
  }
}

/*---contactページここまで---*/
/*---thanks---*/
.messege_bg {
    background-color: #eef5f6;
    height: 100vh;
}

.thanks_message {
  padding-top:  160px;
  text-align: center;
}

.thanks_message h2 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 28px;
  color: #00ada9;
}

.thanks_message p {
  line-height: 1.75;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 16px 32px;
  width: 720px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 984px) {
  .thanks_message {
    padding-top:  112px;
    text-align: center;
  }


  .thanks_message p{
    width: 100%;
  }
}

/*---thanksページここまで---*/
