@charset "UTF-8";
/*=====================================================
*
*	style.css
*   Since 2019.8.29
*
*   1= tags define
*   2= font setting
*	3= common module
*	4= structure module
*	5= page module
*
========================================================*/
/*	1= tags define
-----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:700&display=swap");
html > body {
  overflow: -moz-scrollbars-vertical; }

/* for firefox */
html {
  background: white;
  font-size: 62.5%; }

body {
  background: white;
  text-align: center; }

/*	2= font setting
-----------------------------------------------------*/
/* base font size */
body {
  font-size: 1.4rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  color: #1e1e1e;
  font-family: "游ゴシック", 'YuGothic', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", 'Roboto', 'Osaka', "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal; }

/*	3= common module
-----------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

a {
  color: #1e1e1e;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.LeftPos {
  float: left; }

.RightPos {
  float: right; }

.closed-msg {
  padding: 2em;
  text-align: center;
  background: #fcebe1;
  color: #cc0000;
  position: relative;
  font-weight: bold;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .closed-msg {
      padding: 1em; } }
  .closed-msg:after {
    display: block;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 2px;
    top: 2px;
    border: 1px solid #fff; }

/*	4= structure module
-----------------------------------------------------*/
body {
  background: #FBFAF3; }

header {
  z-index: 1;
  height: 760px;
  background: url("../images/title_bg.jpg") no-repeat center top; }
  header:before {
    content: "";
    display: block;
    width: 360px;
    height: 96px;
    background: url("../images/finger.png");
    z-index: 1;
    position: absolute;
    left: calc(50% - 163px);
    top: 0; }
    @media (max-width: 480px) {
      header:before {
        display: none; } }
  header #head-logo {
    background: #fff;
    height: 58px;
    padding: 10px 0 0 10px;
    border-bottom: 2px solid #6C2659; }
    header #head-logo a {
      display: block;
      overflow: hidden;
      width: 260px;
      height: 41px;
      background: url("../images/logo.svg") no-repeat left center;
      background-size: contain;
      padding-top: 41px; }
  header #hayawari {
    width: 150px;
    position: absolute;
    top: -6px;
    left: calc(50% + 360px); }
    header #hayawari a {
      height: 150px;
      display: block;
      padding-top: 150px;
      overflow: hidden;
      background: url("../images/hayawari.svg") no-repeat; }
  header #main-catch {
    width: 176px;
    height: 592px;
    padding-left: 176px;
    overflow: hidden;
    background: url("../images/title.svg") no-repeat;
    position: absolute;
    top: 120px;
    left: calc(50% + 188px); }
  @media (max-width: 768px) {
    header {
      height: 456px;
      background-size: auto 100%; }
      header:before {
        width: 216px;
        height: 58px;
        left: calc(50% - 98px);
        background-size: contain; }
      header #head-logo {
        height: 34px;
        padding: 6px 0 0 6px; }
        header #head-logo a {
          width: 156px;
          height: 24px;
          padding-top: 24px; }
      header #hayawari {
        width: 120px;
        height: 120px;
        top: -3px;
        left: calc(50% + 240px); }
        header #hayawari a {
          height: 120px;
          padding-top: 120px; }
      header #main-catch {
        width: 105px;
        height: 355px;
        top: 72px;
        left: calc(50% + 113px); } }
  @media (max-width: 480px) {
    header {
      background-position: calc(50% - 50px) calc(((100vw - 130px - 6px) * 0.15) + 20px);
      background-size: auto calc(456px - (((100vw - 130px - 6px) * 0.15) + 20px)); }
      header #head-logo {
        height: calc(((100vw - 130px - 6px) * 0.15) + 20px);
        padding: 10px 0 0 10px; }
        header #head-logo a {
          width: calc(100vw - 130px - 6px);
          height: calc((100vw - 130px - 6px) * 0.15);
          padding-top: calc((100vw - 130px - 6px) * 0.15); }
      header #hayawari {
        width: 100px;
        right: 10px;
        left: inherit; }
        header #hayawari a {
          height: 100px;
          padding-top: 100px; }
      header #main-catch {
        width: 92px;
        height: 310px;
        left: inherit;
        left: 60%;
        top: 110px;
        padding-left: 92px; } }

@media (max-width: 480px) {
  #gdata {
    display: inline-block;
    margin: auto; } }

#main-lead {
  top: 80px;
  left: calc(50% - 490px);
  text-align: left;
  width: 490px;
  color: #6C2659;
  line-height: 1.2; }
  #main-lead .shusai {
    font-weight: bold; }
  #main-lead h1 {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 0.1em 0 0.15em; }
    #main-lead h1 span {
      font-size: 22px;
      font-size: 2.2rem; }
  #main-lead .sponsor {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: normal; }
  #main-lead .date {
    font-size: 46px;
    font-size: 4.6rem;
    font-family: 'Oswald', sans-serif;
    margin: 0.2em 0 0.15em; }
    #main-lead .date span {
      font-size: 29px;
      font-size: 2.9rem;
      font-weight: bold; }
  #main-lead span.day {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    background: #6C2659;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    margin-left: 4px; }
  #main-lead .time, #main-lead .place {
    vertical-align: middle;
    line-height: 24px;
    margin-bottom: 6px; }
    #main-lead .time span, #main-lead .place span {
      line-height: 24px;
      vertical-align: middle;
      letter-spacing: 0.2em;
      text-align: center;
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      display: inline-block;
      background: #6C2659;
      padding: 0 0.5em;
      margin-right: 10px;
      font-weight: normal;
      font-family: "游ゴシック", 'YuGothic', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", 'Roboto', 'Osaka', "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", sans-serif; }
  #main-lead .time {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Oswald', sans-serif; }
  #main-lead .place {
    font-weight: bold; }
  #main-lead .timeplace {
    text-align: left;
    display: inline-block; }
  @media (max-width: 768px) {
    #main-lead {
      top: 30px;
      left: calc(50% - 340px);
      transform: scale(0.7);
      transform-origin: top left; } }
  @media (max-width: 480px) {
    #main-lead {
      left: inherit;
      background: #fff;
      top: 0;
      bottom: inherit;
      width: 100%;
      transform: scale(1);
      z-index: 10;
      text-align: center; }
      #main-lead .gdata {
        padding: 20px; }
      #main-lead .shusai {
        font-size: 12px;
        font-size: 1.2rem; }
      #main-lead h1 {
        font-size: 27px;
        font-size: 2.7rem; }
        #main-lead h1 span {
          font-size: 18px;
          font-size: 1.8rem; }
      #main-lead .sponsor {
        font-size: 14px;
        font-size: 1.4rem; }
      #main-lead .date {
        font-size: 37px;
        font-size: 3.7rem; }
        #main-lead .date span {
          font-size: 23px;
          font-size: 2.3rem; }
        #main-lead .date .day {
          font-size: 16px;
          font-size: 1.6rem; }
      #main-lead .time span, #main-lead .place span {
        font-size: 13px;
        font-size: 1.3rem; }
      #main-lead .time {
        font-size: 24px;
        font-size: 2.4rem; } }

#headname {
  color: #000;
  margin-top: 54px; }
  #headname h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold; }
  #headname p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.9;
    margin-top: 16px;
    text-align: left; }
  @media (max-width: 768px) {
    #headname {
      margin-top: 30px; }
      #headname h2 {
        font-size: 18px;
        font-size: 1.8rem; }
      #headname p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7;
        margin-top: 12px; } }
  @media (max-width: 480px) {
    #headname {
      margin: 0 auto 10px;
      padding: 20px;
      border-top: 1px solid #6C2659;
      border-bottom: 1px solid #6C2659; }
      #headname h2 {
        font-size: 17px;
        font-size: 1.7rem; }
      #headname p {
        font-size: 12px;
        font-size: 1.2rem; }
        #headname p br {
          display: none; } }

#content {
  margin: 0 auto;
  width: 1080px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 20px #fff;
  -moz-box-shadow: 0 0 20px 20px #fff;
  -ms-box-shadow: 0 0 20px 20px #fff;
  -o-box-shadow: 0 0 20px 20px #fff;
  box-shadow: 0 0 20px 20px #fff;
  z-index: 0;
  margin-top: -20px;
  padding-top: 60px;
  text-align: center; }
  #content section {
    width: 980px;
    margin: 60px auto;
    text-align: left; }
  @media (max-width: 768px) {
    #content {
      width: 100%; }
      #content section {
        width: 100vw;
        padding: 0 40px;
        margin: 60px 0; } }
  @media (max-width: 480px) {
    #content {
      padding-top: 30px; }
      #content section {
        width: 100vw;
        padding: 0 15px;
        margin: 30px 0; } }

#features {
  margin-top: 0 !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch; }
  #features h2, #features dl {
    margin-bottom: 25px; }
  #features h2 {
    width: 298px;
    height: 140px;
    padding-top: 140px;
    overflow: hidden;
    background: url("../images/fifth.svg") no-repeat;
    background-size: contain; }
    @media (max-width: 480px) {
      #features h2 {
        width: 80%;
        height: calc(((100vw - (15px * 2)) * 0.8) * 0.46);
        padding-top: calc(((100vw - (15px * 2)) * 0.8) * 0.46);
        margin: 0 auto 25px; } }
  #features dl {
    width: calc((980px - (25px * 2)) / 3); }
    #features dl:after {
      display: block;
      content: " ";
      width: 100px;
      height: 100px;
      position: absolute;
      left: 0;
      top: 14px;
      border: 1px solid #6C2659;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
    #features dl:nth-child(2):after {
      background: url("../images/fifth_ph1.png"); }
    #features dl:nth-child(3):after {
      background: url("../images/fifth_ph2.png"); }
    #features dl:nth-child(4):after {
      background: url("../images/fifth_ph3.png"); }
    #features dl:nth-child(5):after {
      background: url("../images/fifth_ph4.png"); }
    #features dl:nth-child(6):after {
      background: url("../images/fifth_ph5.png"); }
    #features dl:nth-child(2) dt:after {
      background: url("../images/no_1.svg"); }
    #features dl:nth-child(3) dt:after {
      background: url("../images/no_2.svg"); }
    #features dl:nth-child(4) dt:after {
      background: url("../images/no_3.svg"); }
    #features dl:nth-child(5) dt:after {
      background: url("../images/no_4.svg"); }
    #features dl:nth-child(6) dt:after {
      background: url("../images/no_5.svg"); }
    @media (max-width: 768px) {
      #features dl {
        width: calc((100% - 25px) / 2); } }
    @media (max-width: 480px) {
      #features dl {
        width: 100%;
        min-height: 113px;
        margin-bottom: 10px; }
        #features dl:last-child {
          margin-bottom: 0; } }
  #features dt, #features dd {
    margin-left: 110px;
    text-align: left; }
  #features dt {
    font-size: 24px;
    font-size: 2.4rem;
    color: #6C2659;
    font-weight: bold;
    border-bottom: 1px solid #AB951D;
    margin-bottom: 10px; }
    #features dt:after {
      z-index: 2;
      display: block;
      content: "";
      width: 51px;
      height: 51px;
      position: absolute;
      left: -51px;
      top: -5px; }
    @media (max-width: 480px) {
      #features dt {
        font-size: 20px;
        font-size: 2rem; } }
  #features dd {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5; }

#movie2018 {
  margin: 50px auto; }
  #movie2018 h2 {
    float: right;
    width: 480px;
    height: 375px;
    background: url("../images/movie_img.jpg") no-repeat;
    background-size: cover;
    font-size: 24px;
    font-size: 2.4rem;
    color: #6C2659;
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    text-align: left;
    padding-left: 88px; }
    @media (max-width: 768px) {
      #movie2018 h2 {
        width: 344px;
        height: 268px;
        padding-left: 50px;
        font-size: 20px;
        font-size: 2rem; } }
    @media (max-width: 480px) {
      #movie2018 h2 {
        float: none;
        background: none;
        width: auto;
        height: auto;
        padding: 10px 0; } }
    #movie2018 h2:after {
      position: absolute;
      content: "";
      display: block;
      width: calc(100% - 10px);
      height: 355px;
      left: 0;
      top: 10px;
      border: 1px solid #fff;
      border-left: none; }
      @media (max-width: 768px) {
        #movie2018 h2:after {
          height: 248px; } }
      @media (max-width: 480px) {
        #movie2018 h2:after {
          display: none; } }
    #movie2018 h2 span {
      font-size: 36px;
      font-size: 3.6rem;
      color: #000;
      display: block; }
      #movie2018 h2 span:after {
        position: absolute;
        left: -60px;
        top: 16px;
        display: block;
        content: "";
        width: 387px;
        height: 36px;
        background: url("../images/movie_arrow.svg") no-repeat; }
        @media (max-width: 768px) {
          #movie2018 h2 span:after {
            transform: scale(0.8);
            transform-origin: left center;
            left: -40px; } }
        @media (max-width: 480px) {
          #movie2018 h2 span:after {
            display: none; } }
  @media (max-width: 768px) {
    #movie2018 iframe {
      width: 344px;
      height: 268px; } }
  @media (max-width: 480px) {
    #movie2018 iframe {
      width: 100%;
      height: calc((100vw - (15px * 2)) * 0.78); } }

a.sub-btn {
  width: 800px;
  margin: 60px auto 80px;
  display: block;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #6C2659;
  background: #E6DFBB;
  border: 4px solid #6C2659;
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2); }
  @media (max-width: 480px) {
    a.sub-btn {
      font-size: 19px;
      font-size: 1.9rem;
      line-height: normal; } }
  a.sub-btn > span {
    color: #000; }
    a.sub-btn > span > span {
      font-size: 36px;
      font-size: 3.6rem; }
      @media (max-width: 480px) {
        a.sub-btn > span > span {
          font-size: 28px;
          font-size: 2.8rem; } }
    @media (max-width: 480px) {
      a.sub-btn > span {
        margin: auto;
        display: block; } }
  a.sub-btn:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 29px;
    margin-right: 14px;
    background: url("../images/subbtn_arrow.svg") no-repeat; }
    @media (max-width: 480px) {
      a.sub-btn:before {
        width: 32px;
        height: 23px;
        line-height: normal;
        top: 0.3em;
        margin-right: 0; } }
  a.sub-btn:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    transform: translate(5px, 5px);
    background: #EBCA00;
    transition-duration: .2s; }
  @media (max-width: 768px) {
    a.sub-btn {
      width: 80vw; } }
  @media (max-width: 480px) {
    a.sub-btn {
      margin: 50px auto;
      line-height: normal; } }

section.regular-sec h2 {
  border-top: 3px double #AB951D;
  text-align: center;
  margin: 30px auto; }
  @media (max-width: 480px) {
    section.regular-sec h2 {
      margin: 50px auto 10px; } }
  section.regular-sec h2 > span {
    display: inline-block;
    margin-top: -50%;
    padding: 0 10px;
    background: #fff;
    font-size: 31px;
    font-size: 3.1rem; }
    section.regular-sec h2 > span span {
      color: #6C2659; }
    @media (max-width: 480px) {
      section.regular-sec h2 > span {
        font-size: 20px;
        font-size: 2rem;
        top: -0.5em; } }
  section.regular-sec h2:after, section.regular-sec h2:before {
    display: block;
    content: "";
    position: absolute;
    top: -4px;
    width: 7px;
    height: 5px;
    background: #6C2659; }
  section.regular-sec h2:before {
    border-right: 2px solid #fff;
    left: 0; }
  section.regular-sec h2:after {
    border-left: 2px solid #fff;
    right: 0; }

#target-people .flexbox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch; }
  @media (max-width: 480px) {
    #target-people .flexbox {
      display: block; } }
#target-people dl {
  width: calc((100% - (25px * 2)) / 3); }
  @media (max-width: 768px) {
    #target-people dl {
      width: calc((100vw - (40px * 2) - (25px * 2)) / 3); } }
  @media (max-width: 480px) {
    #target-people dl {
      width: 80%;
      margin: 20px auto; } }
#target-people dt {
  text-align: center; }
  #target-people dt:after {
    display: block;
    position: absolute;
    left: calc(50% - (240px / 2));
    top: 0;
    z-index: 1;
    content: "";
    width: 240px;
    height: 240px;
    border: 1px solid #6C2659;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    -ms-border-radius: 120px;
    -o-border-radius: 120px;
    border-radius: 120px; }
    @media (max-width: 768px) {
      #target-people dt:after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: calc(((100vw - (40px * 2) - (25px * 2)) / 3) * 0.9);
        height: calc(((100vw - (40px * 2) - (25px * 2)) / 3) * 0.9);
        left: calc(50% - ((((100vw - (40px * 2) - (25px * 2)) / 3) * 0.9) / 2));
        top: 0; } }
    @media (max-width: 480px) {
      #target-people dt:after {
        width: calc(((100vw - (15px * 2)) * 0.8) * 0.9);
        height: calc(((100vw - (15px * 2)) * 0.8) * 0.9);
        left: calc(50% - (((100vw - (15px * 2)) * 0.8) * 0.9) / 2); } }
  #target-people dt span {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -15px;
    background: url("../images/target_band.svg") no-repeat;
    height: 36px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    font-size: 20px;
    font-size: 2rem; }
    @media (max-width: 768px) {
      #target-people dt span {
        font-size: 16px;
        font-size: 1.6rem;
        background-size: cover;
        background-position: right bottom; } }
  #target-people dt img {
    display: block;
    margin: auto; }
    @media (max-width: 768px) {
      #target-people dt img {
        width: 90%; } }
#target-people dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 25px; }

article.article-box {
  background: #FBFAF3;
  border: 1px solid #D5CA8E;
  padding-bottom: 20px;
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    article.article-box {
      margin-bottom: 20px; } }
  article.article-box h3 {
    background: #AB951D;
    font-size: 31px;
    font-size: 3.1rem;
    color: #fff;
    font-weight: bold;
    margin: 4px 4px 20px 4px; }
    article.article-box h3 span {
      display: block;
      padding: 0 20px; }
    @media (max-width: 480px) {
      article.article-box h3 {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem; }
        article.article-box h3 span {
          padding: 0 14px; } }
    article.article-box h3:before, article.article-box h3:after, article.article-box h3 span:before, article.article-box h3 span:after {
      display: block;
      content: "";
      width: 3px;
      height: 3px;
      position: absolute;
      background: #fff; }
    article.article-box h3:before, article.article-box h3:after {
      top: 3px; }
    article.article-box h3 span:before, article.article-box h3 span:after {
      bottom: 3px; }
    article.article-box h3:before, article.article-box h3 span:before {
      left: 3px; }
    article.article-box h3:after, article.article-box h3 span:after {
      right: 3px; }

#program p.honbun {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6; }
  @media (max-width: 480px) {
    #program p.honbun {
      font-size: 14px;
      font-size: 1.4rem; } }

#lecture {
  text-align: center; }
  @media (max-width: 768px) {
    #lecture {
      padding-bottom: 15px; } }
  @media (max-width: 480px) {
    #lecture {
      padding-bottom: 0;
      text-align: center; } }
  #lecture h3 {
    text-align: left; }
  #lecture h4 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #6C2659;
    margin-bottom: 0.5em; }
    @media (max-width: 480px) {
      #lecture h4 {
        font-size: 20px;
        font-size: 2rem; } }
  #lecture h4, #lecture p {
    text-align: left;
    padding: 0 30px;
    float: left;
    width: calc(100% - 160px - 30px); }
    @media (max-width: 768px) {
      #lecture h4, #lecture p {
        width: calc(100% - 160px - 15px);
        padding: 0 15px; } }
    @media (max-width: 580px) {
      #lecture h4, #lecture p {
        width: auto;
        float: none; } }
    @media (max-width: 480px) {
      #lecture h4, #lecture p {
        padding: 0 10px; } }
  #lecture p.naganame {
    font-size: 12px;
    font-size: 1.2rem; }
    #lecture p.naganame span {
      font-size: 18px;
      font-size: 1.8rem; }
      #lecture p.naganame span span {
        font-size: 14px;
        font-size: 1.4rem; }
  #lecture p.naga {
    width: 160px;
    height: 160px;
    background: url("../images/lecture_nagasaki.png") no-repeat center bottom #fff;
    background-size: 95%;
    border: 1px solid #999;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 0 30px; }
    @media (max-width: 768px) {
      #lecture p.naga {
        margin-left: 15px; } }
    @media (max-width: 580px) {
      #lecture p.naga {
        margin: 0 auto 10px; } }
  #lecture p.honbun {
    padding-bottom: 15px; }
    @media (max-width: 768px) {
      #lecture p.honbun br {
        display: none; } }

#contest > h4 {
  padding: 0 30px;
  margin-bottom: 0;
  font-size: 26px;
  font-size: 2.6rem;
  color: #6C2659; }
  @media (max-width: 480px) {
    #contest > h4 {
      font-size: 20px;
      font-size: 2rem;
      padding: 0 10px; } }
#contest .note {
  font-size: 12px;
  font-size: 1.2rem;
  right: 0;
  top: -30px;
  margin-bottom: -30px;
  padding: 0 20px;
  text-align: right; }
  @media (max-width: 768px) {
    #contest .note {
      top: 0;
      margin-bottom: -10px; } }
  @media (max-width: 480px) {
    #contest .note {
      text-align: left;
      padding: 0 10px 10px; } }

.award {
  background: #fff;
  border: 1px solid #CBBD73;
  margin: 20px 10px 0 10px;
  padding: 20px; }
  @media (max-width: 480px) {
    .award {
      padding: 10px; } }
  .award .kei {
    height: 1px; }
  .award:before, .award:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: url("../images/awrad_corner.svg"); }
    @media (max-width: 480px) {
      .award:before, .award:after {
        width: 30px;
        height: 30px; } }
  .award:before {
    top: -7px;
    left: -7px; }
  .award:after {
    transform: rotate(90deg);
    top: -7px;
    right: -7px; }
  @media (max-width: 480px) {
    .award:before {
      top: -5px;
      left: -5px; }
    .award:after {
      top: -5px;
      right: -5px; } }
  .award .sname {
    padding-left: 90px;
    margin: 0 0 20px; }
    @media (max-width: 480px) {
      .award .sname {
        padding-left: 0;
        margin-bottom: 10px; } }
  .award h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-size: 3rem;
    color: #000 !important;
    z-index: 3; }
    @media (max-width: 480px) {
      .award h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 40px; } }
    .award h4:before {
      display: block;
      content: "";
      width: 75px;
      height: 102px;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 3;
      left: -90px;
      top: 0;
      background-size: contain !important;
      background-repeat: no-repeat;
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        .award h4:before {
          width: 30px;
          height: 40px;
          float: left;
          margin-right: 8px;
          position: relative;
          left: inherit;
          top: inherit; } }
  .award .case-name {
    font-size: 19px;
    font-size: 1.9rem;
    color: #AB951D;
    font-weight: bold; }
    @media (max-width: 480px) {
      .award .case-name {
        font-size: 14px;
        font-size: 1.4rem;
        clear: left;
        margin-top: 0.5em; } }
  .award .manager {
    font-size: 14px;
    font-size: 1.4rem;
    color: #6C2659;
    clear: left; }
    @media (max-width: 480px) {
      .award .manager {
        font-size: 12px;
        font-size: 1.2rem; } }
  .award .thumb-ph {
    float: right; }
    .award .thumb-ph img {
      margin: 4px;
      background: #ccc;
      width: 100px;
      height: 100px; }
    @media (max-width: 768px) {
      .award .thumb-ph {
        clear: both;
        margin-top: 10px; } }
  .award img.other-ph {
    clear: both;
    display: block;
    margin: 30px auto 20px;
    background: #ccc;
    width: 916px;
    height: 300px; }
    @media (max-width: 768px) {
      .award img.other-ph {
        width: 100%;
        height: auto; } }
    @media (max-width: 480px) {
      .award img.other-ph {
        margin-top: 20px; } }

.kei {
  margin: 0 10px 10px; }
  .kei:before, .kei:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    background: url("../images/awrad_corner.svg"); }
    @media (max-width: 480px) {
      .kei:before, .kei:after {
        width: 30px;
        height: 30px; } }
  .kei:before {
    transform: rotate(270deg);
    bottom: -6px;
    left: -6px; }
  .kei:after {
    transform: rotate(180deg);
    bottom: -6px;
    right: -6px; }
  @media (max-width: 480px) {
    .kei:before {
      bottom: -4px;
      left: -4px; }
    .kei:after {
      bottom: -4px;
      right: -4px; } }

.aw-txt {
  position: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  column-count: 2;
  column-width: calc((100% - 60px) / 2);
  z-index: 3; }
  @media (max-width: 480px) {
    .aw-txt {
      column-count: initial; } }

.aw-catch {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.3em; }
  @media (max-width: 480px) {
    .aw-catch {
      font-size: 14px;
      font-size: 1.4rem; } }

#awd1 h4:before {
  background: url("../images/award_cup1.png"); }

#awd2 h4:before {
  background: url("../images/award_cup2.png"); }

.fl4 .sname {
  float: none; }
  @media (max-width: 768px) {
    .fl4 .sname {
      padding-left: 0; } }

.fl4 h4:before {
  width: 75px;
  height: 81px;
  background: url("../images/award_other.png"); }
  @media (max-width: 768px) {
    .fl4 h4:before {
      display: none; } }

.fl4 {
  display: flex;
  flex-flow: row wrap; }
  @media (max-width: 480px) {
    .fl4 {
      display: block; } }

.fl4 h4 {
  font-size: 20px;
  font-size: 2rem; }

.fl4 .case-name {
  font-size: 15px;
  font-size: 1.5rem; }

.fl4 .manager {
  font-size: 12px;
  font-size: 1.2rem; }

@media (max-width: 768px) {
  .fl4 .thumb-ph {
    float: none; } }

.fl4 .aw-txt {
  column-count: 1;
  column-width: 100%; }
  @media (max-width: 768px) {
    .fl4 .aw-txt {
      column-count: initial; } }

.fl4 .thumb-ph img {
  width: 80px;
  height: 80px; }

.fl4 .award:after {
  transform: rotate(180deg);
  bottom: -6px;
  right: -6px;
  top: inherit; }
  @media (max-width: 480px) {
    .fl4 .award:after {
      width: 30px;
      height: 30px;
      bottom: -4px;
      right: -4px; } }

.awd-other {
  width: calc((100% - 40px) / 2); }
  .awd-other img.other-ph {
    width: 100%;
    height: auto;
    margin: 15px 0 15px; }
  @media (max-width: 480px) {
    .awd-other {
      width: auto; } }

#session {
  padding-bottom: 10px; }
  #session .panettl {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #AB951D;
    margin: 10px 30px 0;
    padding: 0; }
    @media (max-width: 480px) {
      #session .panettl {
        margin: 10px 10px 0;
        font-size: 16px;
        font-size: 1.6rem; } }
  #session h4 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #6C2659;
    margin-bottom: 0.5em; }
    @media (max-width: 480px) {
      #session h4 {
        font-size: 20px;
        font-size: 2rem; } }
  #session h4, #session p {
    padding: 0 30px; }
    @media (max-width: 480px) {
      #session h4, #session p {
        padding: 0 10px; } }
  #session .imgph {
    position: absolute;
    right: 0px;
    top: -30px;
    transform: rotate(3deg); }
    @media (max-width: 768px) {
      #session .imgph {
        transform: scale(0.85) rotate(3deg);
        transform-origin: right top; } }
    @media (max-width: 480px) {
      #session .imgph {
        position: relative;
        right: inherit;
        top: inherit;
        transform: scale(1) rotate(3deg);
        width: 80%;
        margin-left: 10%;
        margin-top: 20px; } }
  #session div.fls {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 30px 0; }
    @media (max-width: 480px) {
      #session div.fls {
        display: block;
        margin: 10px 10px 0; } }
  #session div.panelist {
    width: calc((100% - 40px) / 2);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      #session div.panelist {
        margin: 10px 0;
        padding-bottom: 10px;
        display: block;
        width: auto;
        border-bottom: 1px solid #e6dfbb; }
        #session div.panelist:after {
          content: "";
          display: block;
          clear: both; }
        #session div.panelist:last-child {
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; } }
    #session div.panelist img {
      border: 3px solid #fff;
      -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
      -o-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2); }
      @media (max-width: 480px) {
        #session div.panelist img {
          float: left;
          width: 80px; } }
    #session div.panelist div {
      width: calc(100% - 100px); }
      #session div.panelist div p {
        padding-left: 15px;
        padding-right: 0; }
      #session div.panelist div .degree {
        font-size: 14px;
        font-size: 1.4rem; }
      #session div.panelist div .name {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold; }
      #session div.panelist div .data {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; }
      @media (max-width: 480px) {
        #session div.panelist div {
          width: auto; }
          #session div.panelist div p {
            padding-left: 90px; } }

#lastyear-voice {
  background: url("../images/voice_bg.png") no-repeat right bottom;
  padding-bottom: 50px; }
  @media (max-width: 480px) {
    #lastyear-voice {
      background-size: cover;
      background-position: center bottom; } }
  #lastyear-voice article {
    width: 50%;
    margin-bottom: 20px;
    min-height: 226px; }
    @media (max-width: 768px) {
      #lastyear-voice article {
        width: 100% !important;
        float: none !important; }
        #lastyear-voice article:after {
          content: "";
          display: block;
          clear: both; } }
    @media (max-width: 480px) {
      #lastyear-voice article {
        min-height: inherit;
        background: none !important; } }
  #lastyear-voice p:first-child {
    border-bottom: 2px dotted #969696;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5em; }
  #lastyear-voice .que, #lastyear-voice .ans {
    margin-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4; }
  #lastyear-voice .que span, #lastyear-voice .ans span {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    margin-left: -30px;
    line-height: 1; }
  #lastyear-voice .que {
    color: #6C2659;
    font-weight: bold; }
  #lastyear-voice .ans {
    margin-bottom: 0.5em; }
    #lastyear-voice .ans span {
      color: #AB951D; }
    @media (max-width: 480px) {
      #lastyear-voice .ans {
        font-size: 12px;
        font-size: 1.2rem; } }
  #lastyear-voice div {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 370px;
    padding: 20px;
    background: #fff;
    border: 2px solid #AB951D; }
    #lastyear-voice div:before {
      display: block;
      position: absolute;
      content: "";
      width: 28px;
      height: 37px;
      background: url("../images/voice_fuki2.svg") no-repeat;
      right: -28px;
      top: 50%; }
      @media (max-width: 480px) {
        #lastyear-voice div:before {
          display: none; } }
    @media (max-width: 768px) {
      #lastyear-voice div {
        width: calc(100% - 120px) !important; } }
    @media (max-width: 480px) {
      #lastyear-voice div {
        width: auto !important;
        padding: 10px;
        border: none !important; } }
  #lastyear-voice #voice1,
  #lastyear-voice #voice3 {
    float: left; }
  #lastyear-voice #voice2,
  #lastyear-voice #voice4 {
    float: right; }
  #lastyear-voice #voice1 div,
  #lastyear-voice #voice2 div,
  #lastyear-voice #voice5 div {
    float: right;
    border: 2px solid #6C2659; }
    #lastyear-voice #voice1 div:before,
    #lastyear-voice #voice2 div:before,
    #lastyear-voice #voice5 div:before {
      background: url("../images/voice_fuki1.svg") no-repeat;
      left: -28px;
      top: 50%; }
  #lastyear-voice #voice1 {
    width: calc((100% - 20px) / 2);
    background: url("../images/voice_p1.png") no-repeat left center; }
  #lastyear-voice #voice2 {
    width: calc((100% - 20px) / 2);
    background: url("../images/voice_p2.png") no-repeat left center; }
  #lastyear-voice #voice3 {
    background: url("../images/voice_p3.png") no-repeat right center; }
  #lastyear-voice #voice4 {
    background: url("../images/voice_p4.png") no-repeat right center; }
  #lastyear-voice #voice5 {
    float: none;
    margin: auto;
    width: 860px;
    clear: both;
    background: url("../images/voice_p5.png") no-repeat left bottom; }
    #lastyear-voice #voice5 div {
      width: 740px; }

#overview {
  background: url("../images/overview_ph.jpg") no-repeat 320px bottom; }
  @media (max-width: 768px) {
    #overview {
      background-position: center bottom;
      background-size: 25%; } }
  @media (max-width: 480px) {
    #overview {
      background-position: right bottom;
      background-size: 40%; } }
  @media (max-width: 380px) {
    #overview {
      background: none; } }
  #overview .map {
    display: block;
    float: right; }
    @media (max-width: 480px) {
      #overview .map {
        float: none;
        width: 96%;
        margin: 0 auto 10px; }
        #overview .map img {
          width: 100%;
          height: auto; } }
  #overview dl {
    float: left; }
    @media (max-width: 768px) {
      #overview dl {
        width: calc(100% - 333px - 20px); } }
    @media (max-width: 480px) {
      #overview dl {
        width: auto;
        float: none; } }
  #overview dt {
    clear: both;
    background: #AB951D;
    color: #fff;
    padding: 0 4px;
    width: 5em;
    text-align: center;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 0.2em; }
    #overview dt.chicket {
      letter-spacing: normal; }
    @media (max-width: 480px) {
      #overview dt {
        margin-bottom: 0.5em; } }
  #overview dd {
    margin-left: 5em;
    margin-bottom: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
    #overview dd span {
      font-weight: normal; }
      #overview dd span.ac {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.66; }
    #overview dd .price2 {
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5;
      padding: 0.5em 0; }
      @media (max-width: 480px) {
        #overview dd .price2 {
          font-size: 13px;
          font-size: 1.3rem; } }
    #overview dd .note {
      font-size: 12px;
      font-size: 1.2rem;
      list-style: none;
      font-weight: normal;
      line-height: 1.4; }
    @media (max-width: 480px) {
      #overview dd {
        font-size: 14px;
        font-size: 1.4rem; } }

.sub-btn.haya {
  color: #000; }
  @media (max-width: 480px) {
    .sub-btn.haya {
      line-height: 1.3; } }
  .sub-btn.haya span.main {
    font-size: 36px;
    font-size: 3.6rem; }
    @media (max-width: 480px) {
      .sub-btn.haya span.main {
        font-size: 28px;
        font-size: 2.8rem;
        display: inline; } }
    .sub-btn.haya span.main span {
      font-size: 42px;
      font-size: 4.2rem;
      color: #B81C22; }
      @media (max-width: 480px) {
        .sub-btn.haya span.main span {
          font-size: 33px;
          font-size: 3.3rem; } }
  .sub-btn.haya .obi {
    display: block;
    background: #6C2659;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: normal;
    color: #fff; }
    @media (max-width: 480px) {
      .sub-btn.haya .obi {
        line-height: 1.2;
        padding: 6px 2px 2px;
        margin-top: 4px; } }
    .sub-btn.haya .obi span.yen {
      font-size: 26px;
      font-size: 2.6rem;
      color: #fff; }
    .sub-btn.haya .obi span.note {
      display: inline-block;
      position: absolute;
      right: 10px;
      bottom: 10px;
      font-size: 10px;
      font-size: 1rem;
      color: #fff;
      font-weight: normal; }
      @media (max-width: 768px) {
        .sub-btn.haya .obi span.note {
          position: relative;
          right: inherit;
          bottom: inherit;
          margin-left: 1em; } }

#access h2 {
  background: #AB951D;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center; }
  #access h2 span {
    display: block;
    padding: 0 20px; }
  #access h2:before, #access h2:after, #access h2 span:before, #access h2 span:after {
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    background: #fff; }
  #access h2:before, #access h2:after {
    top: 3px; }
  #access h2 span:before, #access h2 span:after {
    bottom: 3px; }
  #access h2:before, #access h2 span:before {
    left: 3px; }
  #access h2:after, #access h2 span:after {
    right: 3px; }
#access iframe {
  border: 1px solid #AB951D; }
  @media (max-width: 768px) {
    #access iframe {
      width: 100%; } }

#inquiry {
  text-align: center !important; }
  #inquiry a.logolink {
    display: inline-block;
    width: 400px;
    height: 63px;
    padding-top: 63px;
    overflow: hidden;
    background: url("../images/logo.svg") no-repeat;
    background-size: 100% auto; }
    @media (max-width: 768px) {
      #inquiry a.logolink {
        width: 45%; } }
    @media (max-width: 480px) {
      #inquiry a.logolink {
        width: 90%;
        max-width: 400px;
        height: calc((100vw * 0.9) * 0.1575);
        padding-top: calc((100vw * 0.9) * 0.1575); } }
  #inquiry div {
    display: inline-block;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #9FA0A0;
    text-align: left;
    line-height: 1.2; }
    #inquiry div h3 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold;
      color: #6C2659; }
      @media (max-width: 480px) {
        #inquiry div h3 {
          font-size: 12px;
          font-size: 1.2rem; } }
    #inquiry div p.tel {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.4; }
      @media (max-width: 480px) {
        #inquiry div p.tel {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.6; } }
    @media (max-width: 768px) {
      #inquiry div {
        margin-left: 20px;
        padding-left: 20px; } }
    @media (max-width: 480px) {
      #inquiry div {
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        border: none;
        margin-top: 1em;
        line-height: normal;
        font-size: 12px;
        font-size: 1.2rem; } }

footer {
  padding: 40px 6px;
  color: #fff;
  background: #6C2659;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 50px; }
  @media (max-width: 480px) {
    footer {
      margin-top: 20px;
      padding: 20px 4px; } }

/*	5= page module
-----------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 50px; }
  .pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/pagetop.svg");
    background-size: contain; }
  @media (max-width: 768px) {
    .pagetop {
      right: 10px;
      bottom: 10px; }
      .pagetop a {
        width: 30px;
        height: 30px; } }

/*===== RESPONSIVE =====*/
.sm, .tb {
  display: none !important; }

@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem; }

  .pc {
    display: none !important; }

  .tb {
    display: block !important; } }
@media (max-width: 480px) {
  .sm {
    display: block !important; } }

/*# sourceMappingURL=style.css.map */
