@charset "utf-8";
/* ========================
  design
======================== */

#contentWrap {
  margin: 80px 0 0;
}

/* common
--------------- */
.inner_1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

figure {
  position: relative;
  height: fit-content;
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 5px;
  font-size: 10px;
  z-index: 5;
}

.title_Box {
  padding: 70px 0;
  color: #686d71;
  text-align: center;
}

.title_Box h2 {
  font-size: 26px;
  letter-spacing: 0.2em;
  padding: 0 0 20px;
}

.title_Box p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

.title_Box p.copy {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 40px;
}

.title_Box p.copy02 {
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 20px;
}

.title_Box p.copy03 {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 0 20px;
}

.title_fig_Box {
  color: #686d71;
  text-align: center;
  padding: 0 0 50px;
}

.title_fig_Box h2 {
  font-size: 23px;
  letter-spacing: 0.2em;
  padding: 0 0 30px;
}


sup {
  font-size: 10px;
  vertical-align: super;
}

.figcap {
  font-size: 11px;
  line-height: 1.3;
  margin: 5px 0 0;
}



/* contents
--------------- */
.main {}

.main .title_Box p.copy {
  padding: 0 0 40px;
}



.sec_01 {
  padding: 0 0 60px;
}

.tab-menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  max-width: 900px;
  width:94%;
  margin: 0 auto 100px;
}

.tab-menu li {
  width:48.5%;
  align-items: stretch;
  margin:0 10px;

  display:block;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  border:1px solid #231815;

  display: flex;
  justify-content: center;
  align-items: center;

  background: url(../img/tab_bg.jpg) center center no-repeat;
  background-size: cover;
  transition: .3s;
}

.tab-menu li p {
  text-align:center;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
.tab-menu li p span {
  font-size: 150%;
  letter-spacing: 0.2em;
}

.tab-menu li.active,
.tab-menu li:hover {
  border:1px solid #231815;
  background: url(../img/tab_bg02.jpg) center center no-repeat;
  background-size: cover;
  font-weight: bold;
  opacity: 1;
  transition: .3s;
  cursor:pointer;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}




.sec_02 {
  padding: 0 0 100px;
}
.material_Box {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;

  border:1px solid #231815;
  padding: 0 4%;
}
.material_Box .title_Box {
  padding: 40px 0;
}
.material_Box .flex {
  /* margin-top: 30px; */
  width:100%;
  justify-content: space-between;
  align-items:flex-start;
}
.material_Box .flex p {
  text-align:left;
  width:50%;

  line-height:2.2;
}
.material_Box .flex figure {
  width:45%;
}

.sec_03 {
  padding: 0 0 100px;
}

.sec_04 {
  padding: 0 0 150px;
}

.art_Box {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;

  background: #FFF;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.35);
  padding: 0 6%;
}
.art_Box .title_Box {
  padding: 100px 0 30px;
}

.art_Box .box {
  padding: 0 0 100px;
}

.art_Box .flex {
  /* margin-top: 30px; */
  width:100%;
  justify-content: space-between;
  align-items:flex-start;
}
.art_Box .flex p {
  text-align:left;
  width:60%;

  line-height:2.2;
}
.art_Box .flex figure {
  width:35%;
}
.art_Box .flex + .flex {
  margin-top: 30px;
}

.sec_05 {
  padding: 0 0 100px;
}

.sec_06 {
  padding: 0 0 100px;
}


/*--------------------------------------------------------
  tab/sp
--------------------------------------------------------*/
@media only screen and (max-width: 1024px) {

  .workspace_Box {
    padding: 40px;
  }

  /* .workspace_Box .txt_fig > div {
    width: 60.5853988%;
  }
  .workspace_Box .txt_fig figure {
    width:32.98693175%;
  } */
  .ev_Box {
    padding: 40px;
  }
}

/*--------------------------------------------------------
  sp
--------------------------------------------------------*/
@media only screen and (max-width: 767px) {

  #contentWrap {
    margin: 40px 0 0;
  }


  /* common
  --------------- */

  .title_Box {
    padding: 40px 0;
    width: 94%;
    margin: 0 auto;
  }

  .title_Box h2 {
    /* font-size: 20px; */
    font-size: 16px;
    padding: 0 0 20px;
  }

  .title_Box p {
    font-size: 13px;
    /* text-align: left; */
    /* text-align: justify; */
    text-align: center;
  }

  .title_Box p.copy {
    /* font-size: 18px; */
    font-size: 15px;
    text-align: center;
    padding: 0 0 20px;
  }

  .title_Box p.copy02 {
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
  }

  .title_Box p.copy03 {
    font-size: 13px;
    padding: 0 0 0px;
    text-align: center;
  }

  .inner .title_Box {
    width: 100%;
  }

  .title_fig_Box {
    padding: 0 0 30px;
  }

  .title_fig_Box h2 {
    font-size: 16px;
    padding: 0 0 20px;
  }



  /* contents
  --------------- */
  .main .title_Box p.copy {
    padding: 0 0 20px;
  }

  .sec_01 {
    padding: 0 0 0;
  }


  .tab-menu {
    flex-direction: column;
    max-width: 100%;
    width:80%;
    margin: 0 auto 60px;
    gap: 30px;
  }

  .tab-menu li {
    width:100%;
    align-items: stretch;
    margin:0;

    padding: 10px 0;
  }

  .tab-menu li p {
    font-size: 12px;
  }
  .tab-menu li p span {
    font-size: 150%;
    letter-spacing: 0.2em;
  }

  .tab-menu li.active,
  .tab-menu li:hover {
    border:1px solid #231815;
    background: url(../img/tab_bg02.jpg) center center no-repeat;
    background-size: cover;
    font-weight: bold;
    opacity: 1;
    transition: .3s;
    cursor:pointer;
  }



  ul.btn_List {
    flex-direction: column;
    max-width: 100%;
    width:80%;
  }
  ul.btn_List li {
    width:100%;
    margin-bottom: 10px;
  }
  ul.btn_List li a {
    height: 100%;
    padding: 10px 0;
  }
  ul.btn_List li:nth-child(1) a {
  }
  ul.btn_List li:nth-child(2) a.comingsoon {
    /* padding: 32px 0; */
    padding: 20px 0 22px;
  }
  ul.btn_List li:nth-child(2) a.comingsoon p {
    width:35%;
  }
  ul.btn_List li:nth-child(2) a.comingsoon img {
    width:100%;
  }
  ul.btn_List li a p {
    font-size: 12px;
  }
  ul.btn_List li a p span {
    font-size: 150%;
    letter-spacing: 0.2em;
  }



  .sec_02 {
    padding: 0 0 50px;
  }
  .material_Box {
    padding: 0 3%;
  }
  .material_Box .title_Box {
    padding: 30px 0 20px;
  }
  .material_Box .flex {
    /* margin-top: 20px; */
    flex-direction: column;
  }
  .material_Box .flex p {
    width:100%
  }
  .material_Box .flex figure {
    margin-top: 20px;
    width:100%;
  }

  .sec_03 {
    padding: 0 0 50px;
  }

  .sec_04 {
    padding: 0 0 20px;
  }

  .art_Box {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 50px;

    background: #FFF;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.35);
    padding: 0 6%;
  }
  .art_Box .title_Box {
    padding: 50px 0 25px;
  }

  .art_Box .box {
    padding: 0 0 50px;
  }

  .art_Box .flex {/
    width:100%;
    flex-direction: column;
  }
  .art_Box .flex p {
    text-align:left;
    width:100%;

    font-size: 13px;
    line-height:1.8;
  }
  .art_Box .flex figure {
    margin-top: 10px;
    width:100%;
  }
  .art_Box .flex + .flex {
    margin-top: 30px;
  }

  .sec_05 {
    padding: 0 0 50px;
  }

  .sec_06 {
    padding: 0 0 50px;
  }

}
