@charset "UTF-8";

html {
    font-size: 100%;
}
body {
    color: #222 !important;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 'Source Sans Pro', sans-serif !important;
    font-weight: 300;
}
a {
    color: #fff;
    text-decoration: none;
    word-wrap: break-word;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
li {
    list-style: none;
}

/* フェードインアニメ */
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
    
.fadeUpTrigger{
    opacity: 0;
}

/* fonts */
.futura-light {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.futura-book {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.futura-medium {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.futura-demi {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.sh-sans-jp-bold {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.sh-sans-jp-heavy {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900 !important;
    font-style: normal;
}

.contents-title {
    height: 121px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.contents-title img {
    margin-left: 15vw;
}

.br-sp {
    display: none;
}

.contents-area {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 64px 0;
}

.section-title {
    font-size: 40px;
    padding-top: 64px;
}

#breadcrumbs.bg-line {
    background-color: rgba(255,255,255,0.75) !important;
}

.mobile-btn {
    display: none;
}

.hr-contents {
    color: #eee;
    padding: 32px 0;
}

/* header */
.header {
  position: initial !important;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.header-inner {
  max-width: 1336px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 22px;
  box-sizing: border-box;
}

.header-logo {
  max-width: 373px;
  width: calc(373vw / 1336 * 100);
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav-item {
  margin: 0 14px;
  font-size: 18px;
  color: #ff4936;
}

.header-nav-contact-btn {
  max-width: 99px;
  width: calc(99vw / 1336 * 100);
}

@media screen and (min-width: 64em) {
  #breadcrumbs {
    margin-top: 0 !important;
  }
}

/* hero */
.hero {
    background-image: url(/web/jp/seminar/images/movie-mainv.png);
    width: 100%;
    height: 400px;
    background-size: 900px;
    background-position-y: -45px;
}

.hero h1 {
    position: relative;
    top: 45%;
    text-align: center;
    line-height: initial;
    font-size: 40px;
}

.hero h1 span {
  font-size: 24px;
  font-weight: initial;
}

/* problem */
.problem {
    text-align: center;
    padding: 96px 0;
    width: 90%;
    margin: 0 auto;
}

.asp-logo {
    width: 168px;
    margin: 0 8px;
}

.text-catch,
.text-resolution {
    line-height: 42px;
    font-size: 24px;
}

.text-explanation {
    padding: 48px 0;
    font-size: 16px;
    line-height: 32px;
}

.img-problem {
    margin-top: 24px;
}

/* movie */
.movie {
    text-align: center;
    background-color: #F9FAF9;
    padding: 64px;
}

.movie h2 {
    font-size: 24px;
    margin-bottom: 24px;
}

.movie .hr-medium {
    border-top: 3px solid #105579;
    position: relative;
    margin: 24px auto 32px;
    width: 8%;
}

@media screen and (max-width: 559px) {
    .movie iframe {
        width: 100%;
        height: 100%;
    }
}

/* application */
.application {

}

.application .contents-area {
    padding: 64px 0 0 0;
}

.application .section-title {
    padding-top: 0;
}

.conference-banner {
    margin-bottom: 64px;
}

.conference-banner p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.conference-banner a {
    display: block;
    border: #222 solid 1.5px;
    border-radius: 50px;
    padding: 10px;
    margin: 1vw auto 0 auto;
    color: #222;
    font-size: 16px;
    background: linear-gradient(45deg, #FFE17D, #2AEFA5, #3CBEDF);
    background-size: 100% 100%;
    -webkit-transition: all 0.5s 0s ease !important;
    transition: all 0.5s 0s ease !important;
    text-align: center;
    width: 30vw;
}

.book .flex-box {
    display: flex;
    justify-content: center;
    padding: 32px 0;
}

.book .wrapper .flex-box img {
    width: 80px;
    border: solid #222 1px;
}

.book .wrapper .flex-box p {
    margin: auto 0 auto 32px;
    font-weight: bold;
}

.book .wrapper img:nth-of-type(2) {
    margin-left: 8px;
}

.overview .iframe_map {
    text-align: center;
    margin: 0 auto 128px auto;
    width: 75%;
}

.sponsors .wrapper > div {
    padding: 32px 0;
}

.sponsors .flex-box {
    display: flex;
    justify-content: center;
}

.sponsors .flex-box img {
    width: 15%;
}

a.cv_btn_header,
a.cv_btn_header_others {
    background-color: #e50000 !important;
}

.bg-line ol li span {
    letter-spacing: -1px;
}

@media screen and (min-width: 1367px) {
}

/* SP */
@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .s_03 .accordion_one {
    width: initial !important;
  }

  #breadcrumbs {
    margin-top: initial !important;
  }

  .hero h1 {
    top: 30%;
    font-size: 32px;
    width: 90%;
    margin: 0 auto;
    line-height: 40px;
  }

  .movie {
    padding: 0;
  }

  .movie > * {
    width: 90%;
    margin: 0 auto;
  }

  /* .s_03 .accordion_one .accordion_header {
    text-align: initial;
    padding: initial;
  } */
}

/*====================================================================
.s_03 .accordion_one
====================================================================*/
.s_03 .accordion_one {
    width: 560px;
    margin: 0 auto;
    margin-bottom: 100px !important;
    margin-top: 16px;
  }
  .s_03 .accordion_one .accordion_header {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    background-color: #ff7800;
    border-radius: 6px;
    color: white;
    padding: 8px 0;
  }
  .s_03 .accordion_one .accordion_header:hover {
    opacity: .8;
  }
  .s_03 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .s_03 .accordion_one .accordion_header.stay .i_box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .s_03 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .s_03 .accordion_one .accordion_header.stay .i_box .one_i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .s_03 .accordion_one .accordion_header.stay.open .i_box .one_i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .s_03 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .s_03 .accordion_one .accordion_header.stay.open .i_box {
    -webkit-transform: rotate(315eg);
    transform: rotate(315deg);
  }
  .s_03 .accordion_one .accordion_header .i_box .one_i:before, .s_03 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .s_03 .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  .s_03 .accordion_one .accordion_header.stay .i_box .one_i:before {
    content: none;
  }
  .s_03 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
  }
  .s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
    content: "";
  }
  .s_03 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .s_03 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .s_03 .accordion_one .accordion_inner {
    display: none;
    padding: 30px 0px;
    box-sizing: border-box;
  }
  .s_03 .accordion_one .accordion_inner.stay {
    display: block;
  }
  .s_03 .accordion_one .accordion_inner .box_one {
    height: 620px;
  }
  .s_03 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
  }
  
  .accordion_one {
      margin-bottom: 15px !important;
  }
  
  @media screen and (max-width: 1024px) {
    .s_03 .accordion_one .accordion_header {
      font-size: 18px;
    }
    .s_03 .accordion_one .accordion_header .i_box {
      width: 30px;
      height: 30px;
      margin-top: -15px;
    }
  }
  /* @media screen and (max-width: 767px) {
    .s_03 .accordion_one .accordion_header {
      font-size: 16px;
      text-align: left;
      padding: 15px 60px 15px 15px;
    } */
  }