@charset "Shift_JIS";
a:link {
  color: #002b2a;
  text-decoration: none;
}
a:visited {
  color: #002b2a;
}
a:hover {
  color: #002b2a;
  text-decoration: none;
}
a:active {
  color: #002b2a;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
body#cfp {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  color: #002a2a;
  text-align: center;
  background: #fff;
  overflow-x: hidden;
}
p {
  color: #002b2a;
}
#cfp div#contents section#join a:link {
  color: #fff;
  text-decoration: underline;
}
#cfp div#contents section#join a:visited {
  color: #fff;
}
#cfp div#contents section#join a:hover {
  color: #fff;
  text-decoration: none;
}
#cfp div#contents section#join a:active {
  color: #fff;
}


/* Navigation */

@media screen and (min-width: 640px) {
  #cfp ul#navi {
    display: none;
  }
  #cfp #sp_nav {
/*     display: none; */
  }

  #cfp nav#sp_nav{
    position: fixed;
    z-index: 99999999;
  }
  /* ハンバーガー */
  #cfp .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #fff;
  }
  #cfp .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #002a2a;
    position: absolute;
  }
  #cfp .menu-btn span:before {
    bottom: 8px;
  }
  #cfp .menu-btn span:after {
    top: 8px;
  }
  #cfp #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #cfp #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #cfp #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #cfp #menu-btn-check {
    display: none;
  }
  #cfp .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -999vw; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s; /*アニメーション設定*/
  }
  #cfp #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  #cfp .menu-content ul {
    padding: 70px 10px 0;
  }
  #cfp .menu-content ul li {}
  #cfp .menu-content ul li.sp_nav_text a {
    display: block;
    width: 100%;
    font-size: 17px;
    box-sizing: border-box;
    color: #002a2a;
    text-decoration: none;
    padding: 15px;
    position: relative;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
  }

  #cfp div#container {
    width: 100%;
    position: relative;
  }
}


@media screen and (min-width: 1000px) {
  #cfp #sp_nav {
      display: none;
  }
  #cfp ul#navi {
     display: block;
  }

  #cfp div#container {
    width: 100%;
    position: relative;
  }
  /*ナビゲーションの固定*/
  #cfp nav {
    position: fixed;
    top: 70px;
    padding: 0 0 0 40px;
    z-index: 10;
  }
  #cfp ul#navi li#navi_logo {
    width: 224px;
    height: 109px;
    background: url("../images/logo.png");
    background-size: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 170px;
  }
  #cfp ul#navi li#navi1 {
    background: url("../images/navi1.png");
    background-size: 100%;
  }
  #cfp ul#navi li#navi2 {
    background: url("../images/navi2.png");
    background-size: 100%;
  }
  #cfp ul#navi li#navi3 {
    background: url("../images/navi3.png");
    background-size: 100%;
  }
  #cfp ul#navi li#navi4 {
    background: url("../images/navi4.png");
    background-size: 100%;
  }
  #cfp ul#navi li#navi5 {
    background: url("../images/navi5.png");
    background-size: 100%;
  }  
  #cfp ul#navi a:hover li#navi1 {
    background: url("../images/navi1_on.png");
    background-size: 100%;
  }
  #cfp ul#navi a:hover li#navi2 {
    background: url("../images/navi2_on.png");
    background-size: 100%;
  }
  #cfp ul#navi a:hover li#navi3 {
    background: url("../images/navi3_on.png");
    background-size: 100%;
  }
  #cfp ul#navi a:hover li#navi4 {
    background: url("../images/navi4_on.png");
    background-size: 100%;
  }
  #cfp ul#navi a:hover li#navi5 {
    background: url("../images/navi5_on.png");
    background-size: 100%;
  }
  #cfp ul#navi li.navi_all {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 165px;
    height: 21px;
    margin-bottom: 17px;
    position: relative;
  }
  #cfp ul#navi li.navi_all:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    z-index: -1;
    transition: .2s;
  }
  #cfp ul#navi li#navi1:before {
    background: #d31231;
  }
  #cfp ul#navi li#navi2:before {
    background: #5e7030;
  }
  #cfp ul#navi li#navi3:before {
    background: #f08a3d;
  }
  #cfp ul#navi li#navi4:before {
    background: #002a2a;
  }
  #cfp ul#navi li#navi5:before {
    background: #5d3f88;
  }

  #cfp ul#navi li.navi_all:hover:before {
    width: 100%;
  }
}



/* Conternts */

@media screen and (min-width: 641px) {

  /*contents header*/
  #cfp div#contents {
    width: 100%;
    margin: 0 auto;
  }
  #cfp div#contents hr {
    border-top: 10px solid #f4f2f1;
  }
  #cfp div#contents section#header {
    width: 980px;
    margin: 0 auto 100px;
  }
  #cfp div#contents section#header p#logo_anime img {
    width: 100%;
  }
  #cfp div#contents section#header div#information {
    background: #f4f2f1;
    padding: 1px;
    margin-top: 20px;
  }
  #cfp div#contents section#header div#information dl {
    width: 870px;
    height: 70px;
    overflow: scroll;
    overflow-x: hidden;
    margin: 25px auto;
  }
  #cfp div#contents section#header div#information dl::-webkit-scrollbar{
    width: 10px;
    height: 10px;
  }
  #cfp div#contents section#header div#information dl::-webkit-scrollbar-track{
    border-radius: 5px;
    background: #cccaca;
  }
  #cfp div#contents section#header div#information dl::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #002b2a;
  }
  #cfp div#contents section#header div#information dl dt {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../images/title_info.png");
    width: 136px;
    height: 23px;
    background-size: 100%;
    float: left;
  }
  #cfp div#contents section#header div#information dl dd {
    float: right;
    width: 634px;
  }
  #cfp div#contents section#header div#information dl dd ul li {
    font-size: 16px;
    list-style-type: disc;
    text-align: left;
    line-height: 30px;
  }
  #cfp div#contents h2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  #cfp div#contents section#action h2#title_action {
    background-image: url("../images/title_action.png");
    width: 205px;
    height: 76px;
    background-size: 100%;
  }
  #cfp div#contents section#mission h2#title_mission {
    background-image: url("../images/title_mission.png");
    width: 230px;
    height: 75px;
    background-size: 100%;
  }
  #cfp div#contents section#partners h2#title_partners {
    background-image: url("../images/title_partners.png");
    width: 281px;
    height: 75px;
    background-size: 100%;
  }
  
  #cfp div#contents section#logo h2#title_logo {
    background-image: url("../images/title_logo.png");
    width: 365px;
    height: 75px;
    background-size: 100%;
  }
  #cfp div#contents section#join h2#title_join {
    background-image: url("../images/title_join.png");
    width: 130px;
    height: 53px;
    background-size: 100%;
  }
  #cfp div#contents section#mission {
    width: 980px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
  }
  #cfp div#contents section#mission p#mission_text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../images/mission_text.png");
    width: 686px;
    height: 305px;
    background-size: 100%;
    margin: 60px auto;
  }
  #cfp div#contents section#mission ul {
    padding: 30px 0 80px;
  }
  #cfp div#contents section#mission ul li {
    display: inline-block;
    width: 370px;
    height: 370px;
    background: #fbedef;
    text-align: center;
    margin: 0 30px;
  }
  #cfp div#contents section#mission ul li p.mission_text {
    font-size: 16px;
    line-height: 28px;
  }
  #cfp div#contents section#mission ul li p#img_action1 {
    background: url("../images/img_action1.png");
    background-size: 100%;
    width: 239px;
    height: 250px;
    margin: -10px auto 0;
  }
  #cfp div#contents section#mission ul li p#img_action2 {
    background: url("../images/img_action2.png");
    background-size: 100%;
    width: 239px;
    height: 250px;
    margin: -10px auto 0;
  }
  #cfp p.btn1 {
    display: inline-block;
    margin: 0 10px;
  }
  #cfp p.btn1 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #002b2a;
    border-radius: 100vh;
    border-bottom: 5px solid #d4d5d6;
    line-height: 16px;
    text-align: center;
  }
  #cfp p.btn1 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
  }
  #cfp p.btn1 a:hover {
    color: #fff;
    background-color: #5e7030;
    transition: 0.3s;
  }
  /* action */
  #cfp div#contents section#action {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
  }
  #cfp section#action ul#contents_action_navi {
    margin: 120px 0 0 -100px;
    position: fixed;
    top: 0;
    left: 50%;
    width: 200px;
  }
  #cfp section#action ul#contents_action_navi a li {
    width: 10px;
    height: 10px;
    background: #adadaa;
    border-radius: 50%;
    display: inline-block;
    margin: 0 7px;
  }
  #cfp section#action ul#contents_action_navi a:hover li {
    background: #000;
  }
  #cfp section#action .container {
    width: 100%;
    margin: 60px auto 0;
    background: #f7faeb;
  }
  #cfp section#action .side-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cfp section#action .side-scroll-list-wrapper {
    position: relative;
    width: 900px;
    height: 480px;
    overflow-x: scroll;
    background: #f7faeb;
    margin-top: 100px;
    margin: 0 auto;
    user-select: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }
  #cfp section#action .side-scroll-list-wrapper::-webkit-scrollbar {
    display:none;
  }
  #cfp section#action .side-scroll-list-wrapper::-webkit-scrollbar{
    width: 10px;
    height: 10px;
  }
  #cfp section#action .side-scroll-list-wrapper::-webkit-scrollbar-track{
    border-radius: 5px;
    background: #cccaca;
  }
  #cfp section#action .side-scroll-list-wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #002b2a;
  }


  #cfp section#action .side-scroll-list {
    position: absolute;
    top: 60px;
    /*
    display: flex;
    gap: 0 200px;
    overflow: none;
     */
overflow: none;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
  }
  #cfp section#action .side-scroll-list .side-scroll-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 100px 0 0;
    white-space: normal;
  }
  #cfp section#action table {
    width: 840px;
  }
  #cfp section#action table#n01 {
    width: 1650px !important;
  }
  #cfp section#action table tr th, #cfp section#action table tr td {
    text-align: left;
    vertical-align: top;
  }
  #cfp section#action table tr th.action_box_title {
    width: 400px;
    height: 220px;
  }
  #cfp section#action table tr td.action_box_text {
    width: 360px;
    padding-left: 40px;
  }
  #cfp section#action table tr td.action_box_photo {
    width: 810px;
    padding-left: 40px;
  }
  #cfp section#action table tr th.action_box_title img {
    width: 400px;
    display: inline-block;
  }
  #cfp section#action table tr td h3 {
    font-size: 24px;
    line-height: 36px;
  }
  #cfp section#action table tr td p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  #cfp section#action table tr td.action_box_photo img {
    width: 240px;
    margin: 0 15px 30px;
  }
  
/* #partners */

  #cfp section#partners  {
    margin: 0 auto;
    padding: 100px 0;
  } 
  #cfp section#partners ul.ptnlist  {
    margin: 50px auto 0;
    padding: 5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  #cfp section#partners ul.ptnlist li {
      margin: 0 30px;
  }
  #cfp section#partners ul.ptnlist li img {
      width:200px;
  }

/* // #partners */
  
  
  
  
  
  #cfp section#logo {
    margin: 0 auto;
    padding: 100px 0;
  }
  #cfp section#logo h5 {
    font-size: 24px;
    margin-top: 60px;
    font-weight: normal;
  }
  #cfp section#logo p#logo_text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
  }
  #cfp section#logo img#img_logo {
    width: 700px;
    margin-top: 60px;
  }
  #cfp section#logo dl#kobayashi {
    width: 680px;
    margin: 60px auto;
  }
  #cfp section#logo dl#kobayashi dt, #cfp section#logo dl#kobayashi dd {
    float: left;
  }
  #cfp section#logo dl#kobayashi dt img {
    width: 170px;
  }
  #cfp section#logo dl#kobayashi dd {
    width: 480px;
    padding-left: 30px;
    text-align: left;
    vertical-align: top;
  }
  #cfp section#logo dl#kobayashi dd p {
    font-size: 13px;
    line-height: 26px;
  }
  #cfp section#logo dl#kobayashi dd p#name {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #cfp section#join {
    background: #002a2a;
    width: 100%;
    padding: 100px 0;
  }
  #cfp section#join p#join_text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 40px;
    color: #fff;
  }
  /* form */
  div#cfp_form {
    margin: 60px auto 0;
    width: 900px;
    padding: 0;
    color: #fff;
  }
  div#cfp_form dl.question {
    padding: 10px 10px;
  }
  div#cfp_form dl.question_btn {
    padding: 20px 0 0 350px;
  }
  div#cfp_form dl.question dt {
    font-size: 16px;
    line-height: 18px;
    float: left;
    width: 220px;
    text-align: right;
    margin: 20px 20px 0 0;
    font-size: 16px;
    color: #fff;
  }
  div#cfp_form dl.question dd {
    float: left;
    font-size: 16px;
    text-align: left;
  }
  div#cfp_form .input {
    border: 0;
    padding: 5px;
/*     color: #fff; */
    font-size: 18px;
    margin: 10px 0 0;
    width: 400px;
    background: #fff;
  }
  textarea {
    border: 0;
    padding: 5px;
/*     color: #fff; */
    font-size: 18px;
    margin: 10px 0 0;
    width: 400px;
    background: #fff;
  }
  p.coution {
    line-height: 18px;
    margin-bottom: 5px;
    color: #fff;
  }
  .checkbox input[type=checkbox] {
    width: 24px;
    height: 24px;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  div#cfp_form .btns {
    padding: 30px 0 0 300px;
    text-align: left;
  }
  div#cfp_form .btns input.submit_btns {
    padding: 10px 30px;
    font-size: 1.2em;
    background-color: #fff;
    color: #213452;
    border-style: none;
    border-radius: 20px;
  }
  div#cfp_form .btns input.submit_btns:hover {
    padding: 8px 30px;
    font-size: 1.2em;
    background-color: #fff;
    color: #213452;
    border-style: none;
  }
  p#thanks {
    text-align: center;
    font-size: 40px;
    padding: 80px 0 0 0;
    min-height: 150px;
    color: #002a2a;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
  }
  p#thanks a {
    padding: 20px 0 0 0;
    font-size: 20px;
  }

  div#cfp_form div#caution {
    max-width: 400px;
    margin: 20px 0 0 230px;
    padding: 0 20px;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
  }
  /* footer */
  #cfp footer {
    padding: 20px 0;
  }
  #cfp footer p#footer_jwave img {
    margin: 20px;
  }
  #cfp footer p img#ttl_jwave {
    width: 240px;
  }
  #cfp footer p#home {
    margin-top: 10px;
  }
  #cfp footer p#copy {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-family: "Oswald", sans-serif;
  }
  /* PC用非表示 */ 
  #cfp br.spbr {
    display: none;
  }



  .cursor.active {
    visibility: visible;
  }
  .cursor span {
    height: 90px;
    width:  90px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }
  .cursor span.dot1 {
    background: rgba(0,0,0, 0.9);
    transition: width 0.2s, height 0.2s;
  }
  .cursor.down span.dot1 {
    position: relative;
    height: 120px;
    width:  120px;
    background: rgba(0,0,0, 0.6);
  }
  .cursor span.dot1:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arw.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(-85%) rotate(-180deg) scale(1.1);
  }
  .cursor span.dot1:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/arw.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateY(-17%) rotate(0deg) scale(1.1);
  }

  .cursor span.dot2 {
    height: 100px;
    width:  100px;
    border: solid 1px #624d70;
    transition: top 0.2s, left 0.2s, width 0.5s, height 0.5s;
    transition-timing-function: ease-out;
  }
  .cursor.down span.dot2 {
    height: 130px;
    width:  130px;
  }

  .change {
    position: relative;
    cursor: none;
  }
  .change img {
    position: fixed;
    visibility: hidden;
    opacity: 0;
  }
  .change.active img {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 640px) {
  #cfp nav#sp_nav{
    position: fixed;
    z-index: 99999999;
  }
  /* ハンバーガー */
  #cfp .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #fff;
  }
  #cfp .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #002a2a;
    position: absolute;
  }
  #cfp .menu-btn span:before {
    bottom: 8px;
  }
  #cfp .menu-btn span:after {
    top: 8px;
  }
  #cfp #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #cfp #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #cfp #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #cfp #menu-btn-check {
    display: none;
  }
  #cfp .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -999vw; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s; /*アニメーション設定*/
  }
  #cfp #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  #cfp .menu-content ul {
    padding: 70px 10px 0;
  }
  #cfp .menu-content ul li {}
  #cfp .menu-content ul li.sp_nav_text a {
    display: block;
    width: 100%;
    font-size: 17px;
    box-sizing: border-box;
    color: #002a2a;
    text-decoration: none;
    padding: 15px;
    position: relative;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
  }



  #cfp div#container {
    width: 100%;
    position: relative;
  }
  /*ナビゲーションの固定*/
  #cfp ul#navi {
    display: none;
  }
  /*contents header*/
  #cfp div#contents {
    width: 100%;
    margin: 0 auto;
  }
  #cfp div#contents hr {
    border-top: 10px solid #f4f2f1;
  }
  #cfp div#contents section#header {
    width: 100%;
    margin: 0 auto 50px;
  }
  #cfp div#contents section#header p#logo_anime img {
    width: 100%;
  }
  #cfp div#contents section#header div#information {
    background: #f4f2f1;
    padding: 1px;
    margin: 20px;
  }
  #cfp div#contents section#header div#information dl {
    height: 120px;
    overflow: scroll;
    overflow-x: hidden;
    margin: 25px auto;
    padding: 0 20px;
  }
  #cfp div#contents section#header div#information dl::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #cfp div#contents section#header div#information dl::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #cccaca;
  }
  #cfp div#contents section#header div#information dl::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #002b2a;
  }
  #cfp div#contents section#header div#information dl dt {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../images/title_info.png");
    width: 136px;
    height: 23px;
    background-size: 100%;
  }
  #cfp div#contents section#header div#information dl dd {
    margin-top: 20px;
  }
  #cfp div#contents section#header div#information dl dd ul li {
    font-size: 14px;
    list-style-type: disc;
    text-align: left;
    line-height: 30px;
    margin-left: 20px;
  }
  #cfp div#contents h2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  #cfp div#contents section#action h2#title_action {
    background-image: url("../images/title_action.png");
    width: 136px;
    height: 50px;
    background-size: 100%;
  }
  #cfp div#contents section#mission h2#title_mission {
    background-image: url("../images/title_mission.png");
    width: 153px;
    height: 50px;
    background-size: 100%;
  }
  #cfp div#contents section#partners h2#title_partners {
    background-image: url("../images/title_partners.png");
    width: 187px;
    height: 50px;
    background-size: 100%;
  }
  #cfp div#contents section#logo h2#title_logo {
    background-image: url("../images/title_logo.png");
    width: 243px;
    height: 50px;
    background-size: 100%;
  }
  #cfp div#contents section#join h2#title_join {
    background-image: url("../images/title_join.png");
    width: 86px;
    height: 35px;
    background-size: 100%;
  }
  #cfp div#contents section#mission {
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
  }
  #cfp div#contents section#mission p#mission_text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url("../images/mission_text_sp.png")center center / cover no-repeat;;
    width: 100%;
    height: 0;
    padding-top: calc(463 / 793 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    margin: 40px 0;
  }
  #cfp div#contents section#mission ul {

  }
  #cfp div#contents section#mission ul li {
    display: inline-block;
    width: 80%;
    background: #fbedef;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #cfp div#contents section#mission ul li p.mission_text {
    font-size: 14px;
    line-height: 24px;
  }
  #cfp div#contents section#mission ul li p#img_action1 {
    background: url("../images/img_action1.png");
    background-size: 100%;
    width: 239px;
    height: 250px;
    margin: -10px auto 0;
  }
  #cfp div#contents section#mission ul li p#img_action2 {
    background: url("../images/img_action2.png");
    background-size: 100%;
    width: 239px;
    height: 250px;
    margin: -10px auto 0;
  }
  #cfp p.btn1 {
    display: inline-block;
    margin: 0 10px 10px;
  }
  #cfp p.btn1 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #002b2a;
    border-radius: 100vh;
    border-bottom: 5px solid #d4d5d6;
    line-height: 16px;
    text-align: center;
  }
  #cfp p.btn1 a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
  }
  #cfp p.btn1 a:hover {
    color: #fff;
    background-color: #5e7030;
    transition: 0.3s;
  }
  /* action */
  #cfp div#contents section#action {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
  }
  #cfp section#action ul#contents_action_navi {
    margin: 120px 0 0 -100px;
    position: fixed;
    top: 0;
    left: 50%;
    width: 200px;
  }
  #cfp section#action ul#contents_action_navi a li {
    width: 10px;
    height: 10px;
    background: #adadaa;
    border-radius: 50%;
    display: inline-block;
    margin: 0 7px;
  }
  #cfp section#action ul#contents_action_navi a:hover li {
    background: #000;
  }
  #cfp section#action .container {
    width: 100%;
    margin: 0 auto;
  }
  #cfp section#action .side-scroll {

  }
  #cfp section#action .side-scroll-list-wrapper {

    margin-top: 50px;
  }
  #cfp section#action .side-scroll-list {
    margin-top: 50px;

  }
  #cfp section#action table {
    margin: 40px 20px 0;
    background: #f7faeb;
  }
  #cfp section#action table#n01{

  }
  #cfp section#action table#n05{

  }
  #cfp section#action table tr th, #cfp section#action table tr {
    padding: 20px 0;

  }
  #cfp section#action table tr th, #cfp section#action table tr td {
    text-align: center;
    vertical-align: top;
    margin-top: 20px;
    padding: 20px 0;
  }
  #cfp section#action table tr th.action_box_title {
    width: 90%;
    display: block;
    text-align: center;
    padding: 20px 5% 0;
  }
  #cfp section#action table tr td.action_box_text {
    width: 90%;
    display: block;
    text-align: center;
    padding: 0 5%;
  }
  #cfp section#action table tr td.action_box_photo {
    width: 90%;
    display: block;
    text-align: center;
    padding: 20px 5%;
  }
  #cfp section#action table tr th.action_box_title img {
    width: 80%;
    display: inline-block;
  }
  #cfp section#action table tr td h3 {
    font-size: 20px;
    line-height: 30px;
  }
  #cfp section#action table tr td p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  #cfp section#action table tr td.action_box_photo img {
    width:46%;
    margin: 0 1% 10px;
  }
  
  /* #partners */

  #cfp section#partners  {
    margin: 0 auto;
    padding: 100px 0;
  } 
  #cfp section#partners ul.ptnlist  {
    margin: 50px auto 0;
    padding: 5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  #cfp section#partners ul.ptnlist li {
      margin: 0 30px 20px;
  }
  #cfp section#partners ul.ptnlist li img {
      width: 200px;
  }

/* // #partners */
  
  
  #cfp section#logo {
    margin: 0 auto;
    padding: 50px 20px;
  }
  #cfp section#logo h5 {
    font-size: 24px;
    margin-top: 60px;
    font-weight: normal;
  }
  #cfp section#logo p#logo_text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
  }
  #cfp section#logo img#img_logo {
    width: 100%;
    margin-top: 30px;
  }
  #cfp section#logo dl#kobayashi {
    width: 100%;
    margin: 30px auto;
  }
  #cfp section#logo dl#kobayashi dt, #cfp section#logo dl#kobayashi dd {
  }
  #cfp section#logo dl#kobayashi dt img {
    width: 170px;
  }
  #cfp section#logo dl#kobayashi dd {
    text-align: center;
    vertical-align: top;
  }
  #cfp section#logo dl#kobayashi dd p {
    font-size: 13px;
    line-height: 26px;
  }
  #cfp section#logo dl#kobayashi dd p#name {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #cfp section#join {
    background: #002a2a;
    padding: 50px 20px;
  }
  #cfp section#join p#join_text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 40px;
    color: #fff;
  }
  /* footer */
  #cfp footer {
    margin: 0;
    padding-bottom: 20px;
  }
  #cfp footer p#footer_jwave img {
    margin: 20px;
  }
  #cfp footer p img#ttl_jwave {
    width: 240px;
  }
  #cfp footer p#home {
    margin-top: 10px;
  }
  #cfp footer p#copy {
    color: #000;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-family: "Oswald", sans-serif;
  }
  /* form */
  div#cfp_form {
    margin: 40px 0;
    text-align: center;
    color: #fff;
  }
  div#cfp_form dl.question {
    padding: 20px 0;
  }
  div#cfp_form dl.question_btn {
    padding: 20px 0 30px;
    text-align: center;
  }
  div#cfp_form dl.question dt, div#cfp_form dl.question dd {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
  }
  div#cfp_form dl dt span {
    font-size: 18px;
    color: #fff;
  }
  div#cfp_form dl.question dd, div#cfp_form dl.question_btn dd {}
  div#cfp_form dl.question dd p.attention {}
  div#cfp_form label {
    padding: 0 0 10px 0;
    color: #fff;
  }
  div#cfp_form p a {}
  div#cfp_form p {
    padding: 15px 0 0 0;
  }
  div#cfp_form p strong {
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 18px;
  }
  div#cfp_form .attention {
    line-height: 18px;
    margin: 0 20px;
  }
  div#cfp_form .input {
    border: 0;
    padding: 5px;
    color: #213452;
    font-size: 18px;
    margin: 10px 0 0;
    width: 80%;
    background: #fff;
  }
  div#cfp_form select {
    border: 0;
    padding: 5px;
    color: #213452;
    font-size: 18px;
    margin: 10px 0 0;
    width: 80%;
    background: #fff;
  }
  div#cfp_form textarea {
    width: 80%;
    background: #fff;
    border: none;
    color: #213452;
    font-size: 18px;
    margin: 10px 0 0;
  }
  div#cfp_form .btns {
    padding: 15px 0;
  }
  div#cfp_form .btns input .submit_btns {
    padding: 15px 40px;
  }
  div#cfp_form span.jme_member a {
    color: #213452;
    line-height: 2em;
  }
  p#thanks {
    text-align: center;
    font-size: 20px;
    padding: 80px 0;
    color: #002a2a;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
  }
  p#thanks a {
    padding: 20px 0 0 0;
    font-size: 20px;
  }
  div#cfp_form div#caution {
    margin: 20px;
    padding: 0 20px;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
  }
  /* gigyaShare*/
  #gigyaShare {
    text-align: center;
    vertical-align: top;
    margin: 0 auto;
    padding: 20px 0 40px;
  }
  #gigyaShare > img, #gigyaShare > div {
    display: inline-block;
  }
  #gigyaShare > img {}
  #gigyaShare > div {
    padding: 0 0 0 10px;
  }
  #gigyaShare table {}
  /* SP用非表示 */
  br.pcbr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* overrides common styles */
  #commonFooter {
    width: 100% !important;
    position: static !important;
  }
  #commonFooterInner {
    padding: 15px 0 !important;
    width: 100% !important;
    background-color: #282828 !important;
    text-align: center !important;
  }
  #commonFooter li {
    display: inline-block !important;
    float: none !important;
  }
}




.waypoint.stay {
  transform: translateY(0px) !important;
}
.waypoint ,
.waypoint_ex {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.waypoint.fire,
.waypoint_ex.fire {
  transform: translateY(0px);
  opacity: 1;
}
.cursor {
  visibility: hidden;
}
