@charset "UTF-8";
/* CSS Document */
.menu a {
  text-decoration: none;
}

@media only screen and (min-width: 1050px), print {
  .menu__item {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .menu__item__link {
    color: #fff;
    display: block;
    padding: 1rem;
  }
  .submenu {
    background: #fff;
    display: none;
    position: top;
    top: 24px;
    width: 160px;
    position: absolute;
  }
  .submenu li {
    display: block;
  }

  .submenu__item {
    margin-bottom: 1px;
    color: #222;
    padding: 1rem;
    position: relative;
  }
}
.quick, main {
  font-family: "Quicksand", sans-serif;
}

html, body {
  height: 100% !important;
}

.top-first {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #222;
  z-index: 9999;
  display: none;
}

.bg-first {
  position: relative;
  width: 100%;
  height: 100%;
  background: #222;
}
.bg-first.sub_bg-first {
  height: 50vh;
}
@media screen and (max-width: 1050px) {
  .bg-first.sub_bg-first {
    height: 25vh;
  }
}

@-webkit-keyframes txtanime {
  0% {
    top: 51%;
    opacity: 0;
  }
  20% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

@keyframes txtanime {
  0% {
    top: 51%;
    opacity: 0;
  }
  20% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@-webkit-keyframes txtanime2 {
  0% {
    top: 51%;
    opacity: 0;
  }
  30% {
    top: 50%;
    opacity: 1;
  }
  80% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 49%;
    opacity: 0;
  }
}
@keyframes txtanime2 {
  0% {
    top: 51%;
    opacity: 0;
  }
  30% {
    top: 50%;
    opacity: 1;
  }
  80% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 49%;
    opacity: 0;
  }
}
@-webkit-keyframes txtanime3 {
  0% {
    top: 51%;
    opacity: 0;
  }
  30% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes txtanime3 {
  0% {
    top: 51%;
    opacity: 0;
  }
  30% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
header {
  position: absolute;
  width: 100%;
  padding: 2.4% 4%;
  z-index: 999;
}

.fixed {
  position: fixed;
  background: #000000;
}

.entry_btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  background-image: -o-linear-gradient(left, #1f33f0, #4355ff);
  background-image: -webkit-gradient(linear, left top, right top, from(#1f33f0), to(#4355ff));
  background-image: linear-gradient(to right, #1f33f0, #4355ff);
  border: none;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  text-align: center;
  padding: 10px 20px;
}

@media only screen and (min-width: 1050px), print {
  header h1 {
    float: left;
  }

  header nav {
    float: right;
  }

  header nav ul {
    display: table;
  }

  header nav ul li {
    display: table-cell;
    padding-right: 25px;
  }
}
header nav {
  font-size: 1.3rem;
}

header nav ul li {
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1050px) {
  header {
    padding: 2.8% 4%;
  }

  header h1 {
    width: 24%;
  }

  header.fixed h1 {
    display: block;
    margin-top: 2px;
  }

  header h1 img {
    width: 100%;
    height: auto;
  }

  header nav {
    font-size: 2rem;
  }

  header nav ul li {
    font-size: 2rem;
  }
}
header nav ul li#nav_entry {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  background-image: -o-linear-gradient(left, #1f33f0, #4355ff);
  background-image: -webkit-gradient(linear, left top, right top, from(#1f33f0), to(#4355ff));
  background-image: linear-gradient(to right, #1f33f0, #4355ff);
  border: none;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  text-align: center;
  padding: 10px 20px;
}

@media screen and (max-width: 1050px) {
  header nav ul li#nav_entry {
    padding: 4%;
    margin-top: 20px;
  }
}
header nav ul li:last-child {
  padding-right: 0;
}

main {
  width: 100%;
  height: 100vh;
  color: #ffffff;
  position: relative;
}
main.sub_main {
  height: 50vh;
}
@media screen and (max-width: 1050px) {
  main.sub_main {
    height: 25vh;
  }
}

@media only screen and (min-width: 1050px), print {
  main .l-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
main .overlay {
  background: black;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  text-align: center;
  margin: 0%;
}

main .l-container {
  z-index: 999;
}

@media screen and (max-width: 1050px) {
  main {
    position: relative;
    background: transparent !important;
    overflow: hidden;
    height: 50vh;
  }

  main .l-container {
    width: 100%;
    z-index: 500;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: 0;
    margin: auto;
    position: absolute;
    text-align: center;
  }
}
main h2 {
  margin-bottom: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1050px) {
  main h2 {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10%;
    line-height: 1.6;
  }

  main h2 img {
    width: 50%;
    height: auto;
  }
}
@media only screen and (min-width: 1050px), print {
  main h2 img {
    width: 34%;
    height: auto;
  }
}
main h2 span:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 30px 0;
  background: #ffffff;
}

main h2 span {
  display: block;
}

@media screen and (max-width: 1050px) {
  main h2 span:before {
    margin: 15px 0;
    left: 50%;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.sub_contents .l-container {
  padding: 60px 0;
}
@media screen and (max-width: 1050px) {
  .sub_contents .l-container {
    padding: 4vw;
  }
}
.sub_contents .l-container .sub_ttl {
  margin-bottom: 60px;
}
.sub_contents .l-container .inner {
  line-height: 1.6;
}
.sub_contents .l-container .inner ol {
  margin: 15px 0;
  list-style-type: decimal;
  list-style-position: inside;
}
.sub_contents .l-container .inner ol li {
  padding: 2px;
}
.sub_contents .l-container .inner h3 {
  padding: 3px 12px;
  border-left: 3px solid #1f33f0;
  margin-bottom: 20px;
  font-weight: bold;
}
.sub_contents .l-container .inner h3.midashi {
  border-left: 0;
  font-size: 2rem;
  padding-left: 34px;
  position: relative;
}
.sub_contents .l-container .inner h3.midashi:before {
  background: #cccccc;
  position: absolute;
  left: 0;
  top: 20px;
  height: 1px;
  content: "";
  width: 20px;
}
.sub_contents .l-container .inner p {
  margin-bottom: 25px;
}

#contact input, #contact textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
#contact .inner {
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
  font-size: 3rem;
  color: #1f33f0;
}
@media only screen and (min-width: 1050px), print {
  #contact form {
    width: 700px;
    margin: 0 auto;
  }
}
#contact form div {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1050px), print {
  #contact form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#contact form div label {
  text-align: left;
}
@media only screen and (min-width: 1050px), print {
  #contact form div label {
    width: 200px;
  }
}
@media screen and (max-width: 1050px) {
  #contact form div label {
    margin-bottom: 20px;
    display: block;
  }
}
#contact form div span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contact form input, #contact form textarea {
  border: 1px solid #cccccc;
  padding: 8px 20px;
  width: 100%;
  background: #eeeeee;
}
@media screen and (max-width: 1050px) {
  #contact form input, #contact form textarea {
    padding: 1.4vw 20px !important;
    font-size: 32px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.wpcf7-submit {
  border: none !important;
  background: #333333 !important;
  color: #ffffff !important;
}

#flow ul li {
  margin-bottom: 40px;
}
#flow ul li .ttl {
  position: relative;
  font-weight: bold;
  margin-bottom: 35px;
  padding-left: 30px;
}
@media screen and (max-width: 1050px) {
  #flow ul li .ttl {
    padding-left: 100px !important;
  }
}
@media only screen and (min-width: 1050px), print {
  #flow ul li .ttl {
    padding-left: 60px;
  }
}
#flow ul li .ttl i {
  display: block;
  position: absolute;
  left: 10px;
  top: -5px;
  text-align: center;
  color: #1314f5;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 1050px), print {
  #flow ul li .ttl i {
    line-height: 0.9;
  }
}
#flow ul li .ttl i small {
  font-size: 1.5rem;
}

#movie .hiyou-box {
  margin-bottom: 30px;
}
#movie .hiyou-box li {
  border-bottom: 1px solid #666666;
  padding: 4vw 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#movie .hiyou-box li:last-child {
  border-bottom: 0;
}
#movie .hiyou-box li .text {
  margin-left: 25px;
  font-weight: bold;
}
#movie .box .plan_title {
  padding: 15px 15px;
  margin: 30px 0 0 0;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
#movie .box .plan_title .number {
  padding: 5px 10px;
  margin-right: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f33f0), to(#4355ff));
  background-image: -o-linear-gradient(left, #1f33f0, #4355ff);
  background-image: linear-gradient(to right, #1f33f0, #4355ff);
  color: #fff;
}
@media only screen and (min-width: 1050px), print {
  #movie .box .plan_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1050px), print {
  #movie .box .plan_box .item-image {
    width: 400px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1050px) {
  #movie .box .plan_box .item-image {
    margin-bottom: 20px;
    text-align: center;
  }
}
#movie .box .plan_box .item-image iframe {
  width: 100%;
}
#movie .box .plan_box .item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#movie .box .plan_box .item-text .title {
  font-weight: bold;
}

#company #maparea {
  height: 340px;
  width: 100%;
}
@media only screen and (min-width: 1050px), print {
  #company .inner {
    width: 900px;
    margin: 0 auto;
  }
}
#company .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
#company .inner dl:last-child {
  margin-bottom: 0;
}
#company .inner dl dt {
  padding: 20px 20px;
  width: 200px;
  line-height: 2.4;
  background: #F6F6F6;
  border: 1px solid #eaeaea;
}
#company .inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFF;
  line-height: 2.4;
  padding: 20px;
  color: #3D3D3D;
  border: 1px solid #eaeaea;
  position: relative;
  left: -1px;
}
@media only screen and (min-width: 1050px), print {
  #company .inner dl dd {
    font-size: 14px;
  }
}

h2.sub_ttl {
  font-size: 2.6rem;
}

h2.sub_ttl {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1050px) {
  h2.sub_ttl {
    line-height: 2;
  }
}
h2.sub_ttl:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #666666;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: -20px;
}
@media screen and (max-width: 1050px) {
  h2.sub_ttl:after {
    bottom: 0px;
  }
}

h2.sub_ttl span {
  font-size: 1.5rem;
  display: block;
  color: #666666;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

@media screen and (max-width: 1050px) {
  h2.sub_ttl {
    padding: 4% 0 3%;
    font-size: 2.2rem;
  }

  h2.sub_ttl span {
    font-size: 1.8rem;
  }
}
#concept {
  background: url(../assets/img/bg_concept.png) no-repeat center top #f6f6f6;
  padding: 4% 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1050px), print {
  #concept:before {
    content: "";
    width: 20%;
    height: 100%;
    position: absolute;
    left: -80px;
    top: -80px;
    z-index: 0;
    background: url(../assets/img/center_left.png) no-repeat left top;
  }
  #concept:after {
    content: "";
    width: 24%;
    height: 100%;
    position: absolute;
    right: -310px;
    bottom: -80px;
    z-index: 0;
    background: url(../assets/img/center_right.png) no-repeat left top;
  }
}
#concept .l-container {
  z-index: 400;
}

@media screen and (max-width: 1050px) {
  #concept {
    padding: 6% 4%;
    background-size: 89%;
  }
}
#concept .txt {
  margin-top: 4%;
  margin-bottom: 8%;
}

@media screen and (max-width: 1050px) {
  #concept ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #concept ul li {
    width: calc(100% / 3 - 15px);
    text-align: center;
  }
  #concept ul li .img {
    width: 100%;
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #concept ul li .img img {
    width: auto;
    height: 120px;
  }
}
@media screen and (max-width: 1050px) {
  #concept .txt {
    margin-top: 3%;
    margin-bottom: 8%;
    text-align: center;
  }
}
@media only screen and (min-width: 1050px), print {
  #concept .list {
    display: table;
    margin: 0 auto;
  }

  #concept .list li {
    display: table-cell;
    text-align: center;
  }
}
@media only screen and (min-width: 768px), print {
  #concept .list li {
    padding-right: 95px;
  }

  #concept .list li:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 1050px) {
  #concept .list li {
    width: 100%;
    position: relative;
  }
}
#concept .list li .txt {
  line-height: 1.8;
  text-align: left;
}

#concept .list li h3 {
  color: #666666;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

#concept .list li h3 span {
  display: block;
  font-size: 1.1rem;
  margin-top: 5px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1050px) {
  #concept .list li h3 {
    font-size: 2rem;
  }

  #concept .list li h3 span {
    font-size: 1.6rem;
  }
}
#concept .list li .img {
  vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
  #concept .list li .img {
    height: 142px;
    margin-top: 15px;
  }
}
#concept .txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 1050px) {
  #concept .txt {
    line-height: auto;
    font-size: auto;
  }

  #concept .list {
    border-top: 1px solid #666666;
    padding-top: 10%;
  }

  #concept .list .txt {
    font-size: 1.5rem;
  }

  #concept .main_txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px), print {
  #concept .txt {
    text-align: center;
  }
}
#ad_flow {
  background: #000000;
  position: relative;
}

#ad_flow h2 {
  color: #ffffff;
  position: absolute;
  top: 100px;
  z-index: 10;
  left: 50%;
}

@media only screen and (min-width: 768px), print {
  #ad_flow h2 {
    -webkit-transform: translate(-50%, 60px);
        -ms-transform: translate(-50%, 60px);
            transform: translate(-50%, 60px);
  }
}
@media screen and (max-width: 1050px) {
  #ad_flow h2 {
    left: 50%;
    top: 7.5%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  #ad_flow .wrap {
    overflow: hidden;
  }
}
#ad_flow .l-container2 h3 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}

#ad_flow .l-container2 p {
  font-size: 1.4rem;
}

#ad_flow .inner {
  color: #ffffff;
}

@media only screen and (min-width: 768px), print {
  #ad_flow .inner {
    padding: 10% 0 10% 600px;
    background: url(../assets/img/bg_flow.png) no-repeat left top #000000;
  }
}
@media screen and (max-width: 1050px) {
  #ad_flow .inner {
    padding: 15% 0 15% 10%;
    background: url(../assets/img/bg_flow.png) no-repeat left top #000000;
    background-size: cover;
    color: #000000;
  }
}
#ad_flow #ad_flow__gallery h3 {
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.4rem;
  padding: 100px 0 40px;
}

@media screen and (max-width: 1050px) {
  #ad_flow #ad_flow__gallery h3 {
    padding: 60px 0 40px;
  }
}
#ad_flow #ad_flow__gallery h3:after {
  content: "";
  display: block;
  text-align: center;
  margin: 12px auto 0;
  width: 25px;
  height: 3px;
  background: #dc2423;
}

#ad_flow #ad_flow__gallery .list {
  padding-bottom: 20px;
}

#ad_flow #ad_flow__gallery .list li {
  float: left;
  position: relative;
}

@media screen and (max-width: 1050px) {
  #ad_flow #ad_flow__gallery .list li {
    width: 33.3%;
  }

  #ad_flow #ad_flow__gallery .list li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px), print {
  #ad_flow #ad_flow__gallery .list li:hover {
    opacity: 0.4;
  }

  #ad_flow #ad_flow__gallery .list li:hover:after {
    display: block;
    content: "VIEW";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff;
  }
}
#ad_flow #ad_flow__speakers h3 {
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.4rem;
  padding: 100px 0 40px;
}

@media screen and (max-width: 1050px) {
  #ad_flow #ad_flow__speakers h3 {
    padding: 60px 0 40px;
  }
}
#ad_flow #ad_flow__speakers h3:after {
  content: "";
  display: block;
  text-align: center;
  margin: 12px auto 0;
  width: 25px;
  height: 3px;
  background: #dc2423;
}

#ad_flow #ad_flow__speakers .list {
  padding-bottom: 20px;
}

#ad_flow #ad_flow__speakers .list li {
  float: left;
  position: relative;
  background: #ffffff;
  padding: 6px;
}

#ad_flow #ad_flow__speakers .list li {
  margin: 10px;
}
@media only screen and (min-width: 768px), print {
  #ad_flow #ad_flow__speakers .list li {
    width: 31.3%;
  }
}
#ad_flow #ad_flow__speakers .list li img {
  width: 100%;
  height: auto;
}
#ad_flow #ad_flow__speakers .list li .ttl {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 6px 0;
}
@media screen and (max-width: 1050px) {
  #ad_flow #ad_flow__speakers .list li .ttl {
    font-size: 1.6rem;
    padding: 10px 6px;
  }
}

@media screen and (max-width: 1050px) {
  #ad_flow #ad_flow__speakers .list {
    width: 89%;
    margin: 0 auto;
  }

  #ad_flow #ad_flow__speakers .list li {
    width: 100%;
    margin: 15px auto 15px;
  }

  #ad_flow #ad_flow__speakers .list li img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px), print {
  #ad_flow #ad_flow__speakers .list li:hover {
    opacity: 0.4;
  }
}
#sponsor {
  background: url(../assets/img/bg_sponsor.png) no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  padding: 6% 0;
}

#sponsor h2 {
  margin-bottom: 6%;
}

#sponsor .caption {
  margin-top: 10px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1050px) {
  #sponsor .caption {
    font-size: 1.5rem;
    margin-left: 10px;
  }
}
#sponsor .list li {
  float: left;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  margin-right: 12px;
  margin-bottom: 12px;
  padding-top: 6%;
  font-size: 1.3rem;
  line-height: 2;
}

@media only screen and (min-width: 768px), print {
  #sponsor .list li {
    width: 240px;
    height: 284px;
  }
}
@media screen and (max-width: 1050px) {
  #sponsor {
    padding: 4% 4%;
  }

  #sponsor .list {
    padding: 0 2%;
  }

  #sponsor .list li {
    width: 49.5%;
    margin-right: 0%;
    margin-bottom: 1%;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 6% 0%;
  }

  #sponsor .list li:nth-of-type(2n) {
    float: right;
  }
}
@media only screen and (min-width: 768px), print {
  #sponsor .list li:nth-of-type(4n) {
    margin-right: 0;
  }
}
#sponsor .list li .img {
  margin-bottom: 15px;
}

#organizer {
  background: #f2f2f2;
  padding: 4% 0;
}

@media screen and (max-width: 1050px) {
  #organizer {
    padding: 4% 4%;
  }
}
#organizer h2 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px), print {
  #organizer h2 {
    text-align: left;
  }
}
#organizer .l-container {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  #organizer .l-container .img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 1050px) {
  #organizer .l-container .img {
    width: 100%;
  }

  #organizer .l-container .img img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px), print {
  #organizer .l-container .inner {
    padding-left: 600px;
    height: 400px;
  }
}
#organizer .l-container .inner .txt {
  font-size: 1.4rem;
  line-height: 2.5;
  margin-bottom: 20px;
  color: #555555;
}

#organizer .l-container .inner .btn {
  padding: 25px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1050px) {
  #organizer .l-container .inner .txt {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.8;
  }

  #organizer .l-container .inner .btn {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px), print {
  #organizer .l-container .inner .btn {
    width: 370px;
  }
}
#entry {
  background: #eeeeee;
  padding: 6% 0;
}

@media screen and (max-width: 1050px) {
  #entry {
    padding: 11% 4% 4%;
  }
}
@media only screen and (min-width: 768px), print {
  #entry {
    text-align: center;
  }
}
#entry .btn {
  padding: 6% 0;
  font-size: 3rem;
  margin: 0 auto 2.6%;
}

@media screen and (max-width: 1050px) {
  #entry .btn {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px), print {
  #entry .btn {
    width: 720px;
  }
}
#entry .txt {
  color: #555555;
  line-height: 2.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 1050px) {
  #entry .txt {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 5%;
  }
}
#entry .attension {
  color: #f0271f;
  line-height: 2;
}

@media screen and (max-width: 1050px) {
  #entry .attension {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
  }
}
.btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  background-image: -o-linear-gradient(left, #ed1816, #fe4a10);
  background-image: -webkit-gradient(linear, left top, right top, from(#ed1816), to(#fe4a10));
  background-image: linear-gradient(to right, #ed1816, #fe4a10);
  border: none;
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  text-align: center;
}

.btn:hover {
  -webkit-box-shadow: 5px 9px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 9px 15px rgba(0, 0, 0, 0.15);
  background-image: -o-linear-gradient(left, #ed1816, #fe4a10 24%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ed1816), color-stop(24%, #fe4a10));
  background-image: linear-gradient(to right, #ed1816, #fe4a10 24%);
  color: #fff;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}

.btn a {
  display: block;
}

#page_top {
  position: fixed;
  bottom: -22px;
}

@media only screen and (min-width: 768px), print {
  #page_top {
    right: 50px;
  }
}
@media screen and (max-width: 1050px) {
  #page_top {
    right: 5px;
  }
}
footer {
  background: #000000;
  color: #ffffff;
  padding: 30px 0;
  margin-top: 40px;
}
@media only screen and (min-width: 768px), print {
  footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px), print {
  footer .footer__name {
    float: left;
  }

  footer .footer__caption {
    text-align: center;
  }
}
footer .footer__caption {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}

footer .footer_info strong {
  font-size: 1.8rem;
}

footer .footer_info {
  font-size: 1.3rem;
}

@media screen and (max-width: 1050px) {
  footer .footer_info {
    margin-bottom: 20px;
  }
}
footer .footer_info p {
  margin-bottom: 15px;
  line-height: 1.8;
}
footer .footer_info p:last-child {
  margin-bottom: 0;
}

footer .footer_right .logo {
  margin-bottom: 20px;
}

@media screen and (max-width: 1050px) {
  footer {
    text-align: center;
  }

  footer .footer__name {
    margin-bottom: 20px;
  }

  footer .footer__caption {
    text-align: center;
    font-size: 1.3rem;
  }
}
/* -----------------------------------------------------------------
 *  ハンバーガーメニュー
 * ----------------------------------------------------------------- */
@media screen and (max-width: 1050px) {
  #toggle_menu {
    color: #ffffff;
    position: fixed;
    display: block;
    top: 15px;
    right: 2%;
    z-index: 600;
  }

  #toggle_menu p {
    display: block;
    width: 46px;
    height: 46px;
  }

  #toggle_menu span {
    display: block;
    background: #ffffff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }

  #toggle_menu span:first-child {
    top: 12px;
  }

  #toggle_menu span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
  }

  #toggle_menu span:last-child {
    bottom: 12px;
  }

  #toggle_menu.active span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }

  #toggle_menu.active span:nth-child(2) {
    opacity: 0;
  }

  #toggle_menu.active span:last-child {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}
@media only screen and (min-width: 1050px), print {
  #toggle_menu {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  header nav {
    font-size: 2.4rem;
  }

  nav {
    z-index: 2;
    width: 100%;
  }

  nav ul li {
    font-weight: 600;
    letter-spacing: 1.5px;
  }

  nav ul li span {
    display: block;
    font-weight: normal;
  }

  nav {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100% !important;
    padding: 6%;
    background-color: rgba(75, 75, 75, 0.9);
    line-height: 35px;
    top: 0;
    position: fixed;
    left: 100%;
    z-index: 500;
    color: #ffffff;
  }

  nav ul li ul {
    margin-left: 25px;
  }

  nav ul li ul li {
    border-bottom: 1px solid #dedede;
  }

  nav > ul li {
    padding: 6% 0;
  }

  .service_navi {
    padding-bottom: 0;
  }

  nav ul li span {
    display: inline;
    margin-left: 1.2%;
  }
}
/*アニメーション系モジュール*/
.view.view-slideup {
  opacity: 0;
}

.view.view-slideup.on {
  opacity: 1;
  -webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.view.view-zoomin {
  opacity: 0;
}

.view.view-zoomin.on {
  opacity: 1;
  -webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#newsP header {
  background: #000000;
  height: 75px;
}
#newsP header h1 {
  margin-top: 6px;
  display: block;
}
#newsP header h1 img {
  width: 80%;
  height: auto;
}
#newsP .thisproject {
  padding: 12px;
}
#newsP .thisproject .label {
  margin-bottom: 10px;
}
#newsP .thisproject ul {
  background: #ffffff;
  padding: 24px;
}
@media screen and (max-width: 1050px) {
  #newsP .thisproject ul {
    padding: 6%;
  }
}
#newsP .thisproject ul li {
  margin-bottom: 12px;
}
@media screen and (max-width: 1050px) {
  #newsP .thisproject ul li {
    margin-bottom: 40px;
  }
}
#newsP .thisproject ul li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f02315;
  color: #ffffff;
  line-height: 1.8;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}
@media screen and (max-width: 1050px) {
  #newsP .thisproject ul li i {
    width: 40px;
    height: 40px;
    line-height: 1.1;
  }
}
#newsP .thisproject ul li strong {
  font-weight: bold;
  color: #f02315;
}
#newsP .thisproject ul li:last-child {
  margin-bottom: 0;
}
#newsP .social-share-wrapper {
  text-align: right;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#newsP .social-share-wrapper .shaer-heading {
  position: relative;
  width: 70px;
  height: 25px;
  margin-right: 15px;
  background: #f02315;
  padding: 5px 6px 6px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#newsP .social-share-wrapper .shaer-heading:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 12px solid transparent;
  border-left-color: #f02315;
  top: 0;
  left: 100%;
}
#newsP .social-share-wrapper .social-list {
  display: table;
  border-spacing: 12px;
}
#newsP .social-share-wrapper .social-list li {
  display: table-cell;
  width: 34px;
}
@media screen and (max-width: 1050px) {
  #newsP .social-share-wrapper .social-list li {
    width: 50px;
  }
}
#newsP .social-share-wrapper .social-list li img {
  width: 100%;
  height: auto;
}
#newsP #news_inner {
  padding: 36px 0;
  background: #f6f6f6;
}
@media screen and (max-width: 1050px) {
  #newsP #news_inner .l-container {
    padding: 4%;
  }
}
#newsP .titSet, #newsP .post, #newsP .speakers, #newsP .companyinfo {
  padding: 40px 0;
}
#newsP h2.s_ttl {
  border-top: 1px solid #c9c9c9;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  padding-top: 20px;
  position: relative;
  color: #000000;
}
#newsP h2.s_ttl .eng {
  font-weight: normal;
  display: block;
  color: #ef2015;
  font-size: 22px;
}
#newsP h2.s_ttl:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 230px;
  height: 6px;
  background: #f02315;
  content: "";
  display: inline-block;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#newsP .headcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#newsP .headcontent .logo {
  margin-left: 40px;
}
#newsP .headcontent .ph {
  width: 420px;
}
#newsP .movie {
  margin: 0 auto 20px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  #newsP .movie iframe {
    width: 95%;
    margin: 0 auto 20px;
  }
}
#newsP .post .in {
  color: #000000;
  padding: 40px 0;
  line-height: 1.8;
}
#newsP .post .in h1 {
  font-weight: bold;
}
#newsP .post .in h2 {
  font-weight: bold;
}
#newsP .post .in img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1050px), print {
  #newsP .speakers .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#newsP .speakers .flex .ph {
  margin-right: 20px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #ffffff;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1050px), print {
  #newsP .speakers .flex .ph {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1050px) {
  #newsP .speakers .flex .ph {
    width: 240px;
    height: 240px;
    text-align: center;
  }
}
#newsP .speakers .flex .ph img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  vertical-align: middle;
  width: 140%;
  height: auto;
}
@media only screen and (min-width: 1050px), print {
  #newsP .speakers .flex .info {
    width: 800px;
  }
}
#newsP .speakers .flex .info h3 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
@media screen and (max-width: 1050px) {
  #newsP .speakers .flex .info h3 {
    text-align: center;
    line-height: 1.8;
  }
}
#newsP .speakers .flex .info .txt {
  line-height: 1.6;
}

