@import'https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&amp;display=swap';
@charset 'UTF-8';

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-style: normal;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 100%;
    ;
    vertical-align: baseline;
}

em {
    font-style: normal;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
    outline: none;
}

ins {
    background-color: #eee;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #eee;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

hr {
    display: block;
    height: 1px;
    ;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

img {
    vertical-align: middle;
}

#colorbox,
#cboxOverlay,
#cboxWrapper,
#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
}

#colorbox,
#cboxOverlay,
#cboxWrapper,
#cboxContent {
    z-index: 9999;

    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxLoadedContent {
    overflow: auto;

    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    display: block;
    float: left;
    max-width: none;
    margin: auto;
    border: 0;

    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    display: block;
    width: 100%;
    height: 100%;
    ;
    margin: 0;
    padding: 0;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;

    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    opacity: .9;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    filter: alpha(opacity=90);
}

#colorbox {
    position: fixed;
    top: 0;
    left: 0;
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
}

#cboxMiddleLeft {
    width: 21px;
}

#cboxMiddleRight {
    width: 21px;
}

#cboxTopCenter {
    height: 21px;
}

#cboxBottomCenter {
    height: 21px;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    ;
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    color: #949494;
    text-align: center;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    overflow: visible;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    right: 30px;
    bottom: 4px;
    color: #0092ef;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.cl {
    display: inline-block;
}

.cl:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    content: '.';
}

* html .cl {
    height: 1%;
}

.cl {
    display: block;
}

body {
    background: #fff;
    color: #000;
    font-family: Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', Noto Sans JP, Meiryo, 'メイリオ', '游ゴシック体', YuGothic, '游ゴシック', Yu Gothic, sans-serif, -apple-system;

    -webkit-text-size-adjust: none;
}

.area {
    padding: 0;
}

.inner {
    position: relative;
    box-sizing: border-box;
    width: 1100px;
    ;
    margin: 0 auto;
}

.heading00 {
    margin-bottom: 5px;
    color: #145237;
    font-size: 32px;
}

.heading00 em {
    font-size: 40px;
    ;
    font-family: Roboto Condensed, sans-serif;
}

.heading01 em {
    color: #7da978;
    font-weight: 700;
    font-size: 80px;
    ;
    font-family: Roboto Condensed, sans-serif;
}

.heading01 small {
    display: block;
    font-weight: 400;
    font-size: 16px;
}

.heading02 {
    font-weight: 700;
    font-size: 28px;
    ;
    line-height: 36.4px;
}

.cv-btn {
    display: block;
    width: 180px;
    height: 32px;
}

.cv-btn a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: #1b885b;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
}

.cv-btn.mod_nav {
    width: 122px;
    height: 32px;
    ;
    margin-right: 20px;
}

.cv-btn.mod_nav a {
    border-radius: 32px;
    background: #fff;
    color: #1b885b;
    font-size: 14px;
    ;
    line-height: 32px;
}

.cv-btn.mod_about {
    width: 524px;
    height: 90px;
}

.cv-btn.mod_about a {
    border-radius: 90px;
    font-size: 20px;
    ;
    line-height: 90px;
}

.mainvisual {
    background: center bottom repeat-x url(../img/mainvisual-bg.png);
}

.mainvisual .inner {
    height: 765px;
    ;
    padding: 30px 0 0;
}

.mainvisual .mv-logo {
    color: #427b50;
    font-weight: 400;
    font-size: 210px;
    ;
    line-height: 170px;
    font-family: Roboto Condensed, sans-serif;
}

.mainvisual .mv-logo em {
    color: #000;
    font-weight: 700;
}

.mainvisual .mv-logo em.extended {
    display: block;
    font-size: 96px;
    ;
    line-height: 1.7em;
}

.mainvisual .mv-content {
    position: absolute;
    top: 395px;
    left: 445px;
    width: 495px;
}

.mainvisual .information {
    box-sizing: border-box;
    padding-left: 15px;
    border-left: solid 3px #145237;
    font-size: 16px;
}

.mainvisual .information dt {
    color: #427b50;
    font-weight: 400;
    ;
    font-family: Roboto Condensed, sans-serif;
}

.mainvisual .information dd {
    font-weight: 700;
}

.nav-local {
    position: relative;
    box-sizing: border-box;
    width: 1100px;
    height: 72px;
    margin: -72px auto 0;
    padding: 20px 30px 20px 20px;
    border-radius: 15px;
    background: #145237;
}

.nav-local .logo {
    position: absolute;
    top: 5px;
    left: 20px;
}

.nav-local ul {
    text-align: right;
}

.nav-local ul li {
    display: inline-block;
}

.nav-local ul li a {
    display: inline-block;
    height: 32px;
    margin-left: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
}

.about {
    padding-top: 135px;
    padding-bottom: 100px;
}

.about .heading01 {
    display: inline-block;
    transform: translateY(-20px);
    ;
    width: 280px;
    vertical-align: top;

    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
}

.about .content {
    display: inline-block;
    width: 812px;
    vertical-align: top;
}

.about .copy {
    margin-bottom: 20px;
    font-size: 44px;
    ;
    line-height: 57.2px;
}

.about .body {
    margin-bottom: 55px;
}

.about .body p {
    margin-bottom: 1em;
    font-size: 16px;
}

.timeshift {
    margin: 0 0 100px;
}

.timeshift p {
    margin-bottom: 5px;
    padding: 20px 0 25px;
    border-top: solid 1px #1b885b;
    border-bottom: solid 1px #1b885b;
    text-align: center;
}

.timeshift p em {
    display: block;
    color: #145237;
    font-weight: 700;
    font-size: 28px;
}

.timeshift p small {
    display: block;
    font-size: 16px;
}

.timeshift p .date {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    font-size: 22px;
}

.timeshift p .file a {
    color: #1b885b;
    font-weight: 700;
    font-size: 20px;
}

.programs {
    position: relative;
    z-index: 100;
    padding: 0 0 140px;
    border-top: solid 50px #fff;
    background: rgba(125, 169, 120, .1);
}

.programs .heading01 {
    transform: translateY(-60px);
    ;
    margin-bottom: 10px;

    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
}

.program_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    ;

    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
}

.program_list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 540px;
    margin-bottom: 20px;
    padding: 30px 35px 20px;
    border-top: solid 5px #145237;
    box-shadow: 5px 5px 10px 0 rgba(34, 34, 34, .05);
    background: #fff;
    opacity: 1;
    transition-duration: .6s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-transition-duration: .6s;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.program_list .item .heading02 {
    margin-bottom: 10px;
}

.program_list .item .heading02 .context {
    display: block;
    color: #427b50;
    font-size: 20px;
    ;
    font-family: Roboto Condensed, sans-serif;
}

.program_list .item .heading02 .context .note {
    margin-left: 10px;
    color: #db0000;
    font-weight: 400;
    font-size: 12px;
}

.program_list .item .heading02 .context .sponsor {
    float: right;
    padding: 0 10px;
    border: solid 1px #666;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .4);
    color: #000;
    font-size: 14px;
    ;
    line-height: 30px;
}

.program_list .item .schedule {
    margin-bottom: 15px;
}

.program_list .item .schedule dt,
.program_list .item .schedule dd {
    display: inline-block;
    font-weight: 700;
}

.program_list .item .schedule dt {
    margin-right: 5px;
    padding: 0 25px;
    background: #145237;
    color: #fff;
    font-size: 12px;
}

.program_list .item .schedule dd {
    font-size: 16px;
}

.program_list .item .description {
    margin-bottom: 30px;
    font-size: 14px;
    ;
    line-height: 21px;
}

.program_list .item .speaker_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 3;
    ;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
}

.program_list .item .speaker_list.mod_moderator {
    margin-bottom: 10px;
}

.program_list .item .speaker_list li {
    width: 100px;
    ;
    margin-right: 20px;
    margin-bottom: 10px;
}

.program_list .item .speaker_list li:nth-child(4n) {
    margin-right: 0;
}

.program_list .item .speaker_list figure {
    width: 100px;
    ;
    margin-bottom: 5px;
}

.program_list .item .speaker_list figure img {
    width: 100%;
    ;
    border-radius: 15px;
}

.program_list .item .speaker_list .type {
    display: block;
    margin-bottom: 2px;
    color: #7da978;
    font-size: 10px;
    ;
    font-family: Roboto Condensed, sans-serif;
}

.program_list .item .speaker_list .name {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.program_list .item .speaker_list .title {
    display: block;
    font-size: 10px;
    ;
    line-height: 13px;
}

.program_list .item .action {
    padding: 20px 0 0;
    border-top: solid 1px #f0f0f0;
}

.program_list .item .action a.is_deactive {
    background: #ccc;
}

.program_list .item.is_faded {
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.program_list .item:nth-child(odd).is_faded {
    transform: scale(2, 2) translateY(300px) translateX(-50px);
    ;

    -webkit-transform: scale(2, 2) translateY(300px) translateX(-50px);
    -ms-transform: scale(2, 2) translateY(300px) translateX(-50px);
}

.program_list .item:nth-child(even).is_faded {
    transform: scale(2, 2) translateY(300px) translateX(50px);
    ;

    -webkit-transform: scale(2, 2) translateY(300px) translateX(50px);
    -ms-transform: scale(2, 2) translateY(300px) translateX(50px);
}

.cb-hidden {
    display: none;
}

.cb-box {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    overflow: hidden;
    box-sizing: border-box;
    width: 616px;
    height: 600px;
    margin: 0 auto;
    margin-top: -300px;
    margin-left: -308px;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
}

.cb-box:after {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    ;
    content: '';
}

.cb-box .cb-inner {
    overflow: auto;
    ;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.cb-box .type {
    display: block;
    margin-bottom: 15px;
    color: #1b885b;
    font-size: 28px;
    font-family: Roboto Condensed, sans-serif;
    text-align: center;
}

.cb-box figure {
    display: block;
    overflow: hidden;
    ;
    width: 274px;
    height: 274px;
    margin: 0 auto 20px;
    border-radius: 15px;
}

.cb-box figure img {
    width: 100%;
    height: 100%;
}

.cb-box .name {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

.cb-box .title {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.cb-box .body {
    display: block;
    font-size: 14px;
    text-align: left;
}

#cboxCurrent {
    display: none !important;
}

#cboxContent {
    position: relative;
}

#cboxPrevious,
#cboxNext {
    display: block;
    position: absolute;
    top: 46%;
    z-index: 2000;
    width: 40px;
    height: 40px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    text-indent: -9999px;
    outline: 0;
}

#cboxPrevious {
    left: 200px;
    transform: rotate(-135deg);
    ;

    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

#cboxNext {
    right: 200px;
    transform: rotate(45deg);
    ;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

#cboxClose {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 61px;
    height: 61px;
    background: center no-repeat url(../img/btn-close.png);
    background-size: contain;
    text-indent: -9999px;
    outline: 0;
}

.partners {
    padding: 25px 0 140px;
}

.partners .heading01,
.partners .heading02 {
    margin-bottom: 25px;
    text-align: center;
}

.partners ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
    ;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.partners ul li {
    margin-bottom: 60px;
    padding: 0 25px;
    vertical-align: middle;
}

.partners ul li a {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    text-decoration: none;
    transition-duration: .25s;
    ;

    -webkit-transition-duration: .25s;
}

.partners ul li a:hover {
    opacity: .8;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

.bnrarea {
    padding: 0 0 110px;
}

.bnrarea a {
    display: block;
    width: 100%;
}

.bnrarea img {
    display: block;
    width: 1000px;
    height: auto;
    ;
    margin: 0 auto;
}

.outline .inner {
    padding: 55px 0;
    border-top: solid 1px #1b885b;
}

.outline .heading01 {
    display: inline-block;
    width: 280px;
    vertical-align: top;
}

.outline .heading01 em {
    font-size: 50px;
}

.outline .content {
    display: inline-block;
    width: 812px;
    vertical-align: top;
}

.outline table tr {
    border-bottom: solid 1px #f0f0f0;
}

.outline table th,
.outline table td {
    padding: 15px 0 15px 25px;
    font-size: 14px;
    text-align: left;
}

.outline table th {
    width: 100px;
    color: #427b50;
    font-weight: 700;
}

.outline table td {
    width: 695px;
}

.outline table td .heading-notice {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 10px;
}

.outline table td .list-std li {
    list-style: disc inside;
}

.outline table td .list-notice li {
    font-size: 10px;
    ;
    line-height: 16px;
}

.outline table td .list-notice li:before {
    content: '※';
}

.outline table td .cv-btn {
    margin: 10px 0;
}

.contact {
    padding: 45px 0 120px;
    background: center no-repeat url(../img/contact-bg.png);
    background-size: cover;
}

.contact .heading01 {
    margin-bottom: 45px;
    color: #fff;
    text-align: center;
}

.contact .heading01 em {
    color: #fff;
}

.contact .leadtext {
    margin-bottom: 35px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.contact a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 120px 0 50px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.formbox {
    table-layout: fixed;
    width: 840px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 20px;
}

.formbox td {
    position: relative;
    color: #fff;
    font-size: 16px;
    ;
    vertical-align: middle;
}

.formbox td input,
.formbox td textarea {
    box-sizing: border-box;
    padding: 10px;
    border: 0;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.formbox td input {
    width: 100%;
    height: 52px;
}

.formbox td textarea {
    width: 100%;
    height: 140px;
}

.formbox td input::-webkit-input-placeholder,
.formbox td textarea::-webkit-input-placeholder {
    opacity: .5;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.formbox td input::-moz-placeholder,
.formbox td textarea::-moz-placeholder {
    opacity: .5;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.formbox td input:-ms-input-placeholder,
.formbox td textarea:-ms-input-placeholder {
    opacity: .5;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.formbox td input::placeholder,
.formbox td textarea::placeholder {
    opacity: .5;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.formbox td .error {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #db0000;
}

.btn-submit {
    text-align: center;
}

.btn-submit input {
    width: 424px;
    height: 90px;
    border: 0;
    border-radius: 45px;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 90px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-submit input.mod_confirm_back {
    width: 200px;
    background: transparent;
}

.btn-submit input.mod_confirm_back:before {
    content: '＜';
}

.contact-complete {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
}

.mw_wp_form_input .mod_confirm {
    display: none;
}

.mw_wp_form_input .field_title {
    display: none;
}

.mw_wp_form_confirm .mod_input {
    display: none;
}

.mw_wp_form_confirm tr,
.mw_wp_form_confirm td {
    display: block;
    ;
    margin-bottom: 15px;
}

.mw_wp_form_confirm .field_title {
    display: inline-block;
    width: 100px;
    ;
    margin-right: 20px;
}

.page-footer {
    background: #000;
    color: #fff;
    text-align: center;
}

.page-footer .inner {
    height: 250px;
    ;
    padding: 50px 0 10px;
}

.page-footer .logo {
    margin-bottom: 15px;
}

.page-footer .snsbtns {
    margin-bottom: 50px;
    text-align: center;
}

.page-footer .snsbtns li {
    display: inline-block;
    vertical-align: top;
}

.page-footer .snsbtns li div {
    height: 18px !important;
}

.page-footer .snsbtns li div span {
    vertical-align: top !important;
}

.page-footer .copyright {
    font-size: 12px;
}

.page-footer .btn-totop {
    position: absolute;
    top: 0;
    right: 0;
    width: 177px;
    height: 46px;
}

.page-footer .btn-totop a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1b885b;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 46px;
    font-family: Roboto Condensed, sans-serif;
    text-decoration: none;
}

.page-footer .btn-totop a:before {
    display: inline-block;
    transform: rotate(-45deg) translate(-10px, -5px);
    ;
    width: 12px;
    height: 12px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    content: '';

    -webkit-transform: rotate(-45deg) translate(-10px, -5px);
    -ms-transform: rotate(-45deg) translate(-10px, -5px);
}

.page-lp2 .heading00 em {
    color: #000;
    font-size: 44px;
}

.page-lp2 .heading01 {
    text-align: center;
}

.page-lp2 .mainvisual .inner {
    height: 850px;
}

.page-lp2 .mainvisual .mv-logo span {
    letter-spacing: .04em;
}

.page-lp2 .mainvisual .mv-content {
    left: 490px;
    width: 500px;
}

.page-lp2 .mainvisual .schedule {
    font-weight: 700;
    font-size: 40px;
    ;
    font-family: Roboto Condensed, sans-serif;
}

.page-lp2 .mainvisual .schedule small {
    font-size: 24px;
}

.page-lp2 .bnrarea {
    padding: 80px 0 110px;
}

.page-lp2 .bnrarea a {
    display: block;
    width: 100%;
}

.page-lp2 .bnrarea img {
    display: block;
    ;
    margin: 0 auto;
}

.page-lp2 .bnrarea span {
    display: block;
    margin-top: 10px;
    padding: 0 50px;
    font-size: 12px;
}

.page-lp2 .outline {
    background-color: rgba(125, 169, 120, .1);
}

.page-lp2 .outline .inner {
    border-top: 0;
}

.page-lp2 .outline .heading01 {
    display: block;
    transform: translateY(-110px);
    ;
    width: auto;
    margin-bottom: -80px;
    text-align: center;

    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
}

.page-lp2 .outline .heading01 em {
    font-size: 80px;
}

.page-lp2 .outline .content {
    display: block;
    width: 812px;
    ;
    margin: 0 auto;
}

.page-lp2 .outline table {
    border-top: solid 1px #fff;
}

.page-lp2 .outline table tr {
    border-bottom: solid 1px #fff;
}

.page-lp2 .map {
    padding-bottom: 100px;
    background-color: rgba(125, 169, 120, .1);
}

.page-lp2 .map .heading01 {
    margin-bottom: 25px;
}

.page-lp2 .map .heading01 em {
    font-size: 50px;
}

.page-lp2 .map .content>section {
    display: inline-block;
    vertical-align: top;
}

.page-lp2 .map .gmap {
    width: 680px;
    ;
    margin-right: 2px;
}

.page-lp2 .map .store {
    width: 410px;
}

.page-lp2 .map .store img {
    margin-bottom: 5px;
}

.page-lp2 .news {
    padding: 75px 0;
}

.page-lp2 .news .heading01 {
    margin-bottom: 30px;
    text-align: left;
}

.page-lp2 .news .heading01 em {
    font-size: 50px;
}

.page-lp2 .news .box {
    display: inline-block;
    vertical-align: top;
}

.page-lp2 .news .box-news {
    width: 475px;
    ;
    margin-right: 75px;
}

.page-lp2 .news .box-news ul {
    border-top: solid 1px #f0f0f0;
}

.page-lp2 .news .box-news ul li {
    position: relative;
    padding: 15px 10px 15px 140px;
    border-bottom: solid 1px #f0f0f0;
    font-size: 14px;
}

.page-lp2 .news .box-news ul li span {
    position: absolute;
    top: 18px;
    left: 25px;
    color: #427b50;
    font-weight: 700;
}

.page-lp2 .news .box-news ul li a {
    color: #000;
    ;
    line-height: 21px;
}

.page-lp2 .news .box-hacobase {
    width: 100%;
}

.page-lp2 .exhibitor {
    padding: 0 0 65px;
}

.page-lp2 .exhibitor .heading01 {
    margin-bottom: 25px;
}

.page-lp2 .exhibitor .exhibitor_list .item {
    float: left;
    width: 260px;
    ;
    margin-right: 20px;
    box-shadow: 5px 5px 10px 0 rgba(22, 22, 22, .05);
}

.page-lp2 .exhibitor .exhibitor_list .item:nth-of-type(4n) {
    margin-right: 0;
}

.page-lp2 .exhibitor .exhibitor_list .item figure img {
    width: 100%;
}

.page-lp2 .exhibitor .exhibitor_list .item .detail {
    padding: 10px 35px 30px;
}

.page-lp2 .exhibitor .exhibitor_list .item .detail .name {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}

.page-lp2 .exhibitor .exhibitor_list .item .detail .body {
    font-size: 14px;
}

.page-lp2 .partners {
    padding-bottom: 40px;
}

.page-lp2 .intro {
    padding: 80px 0 75px;
    background-color: rgba(125, 169, 120, .1);
}

.page-lp2 .intro .logo {
    margin-bottom: 35px;
    text-align: center;
}

.page-lp2 .intro .detail {
    width: 550px;
    ;
    margin: 0 auto;
}

.page-lp2 .intro .detail .title {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

.page-lp2 .intro .detail .body {
    display: block;
    font-size: 14px;
}

.spv {
    display: none !important;
}

@media screen and (max-width:768px) {
    .pcv {
        display: none !important;
    }

    .spv {
        display: block !important;
    }

    .inner {
        width: 100%;
        ;
        margin: 0;
        padding: 0 20px;
    }

    .heading00 {
        font-size: 16px;
    }

    .heading00 em {
        display: block;
        font-size: 24px;
    }

    .heading01 em {
        font-size: 43px;
    }

    .heading01 small {
        font-size: 12px;
    }

    .heading02 {
        font-size: 24px;
        ;
        line-height: 31.2px;
    }

    .cv-btn.mod_nav {
        width: 122px;
        height: 32px;
        ;
        margin-right: 20px;
    }

    .cv-btn.mod_nav a {
        border-radius: 32px;
        background: #fff;
        color: #1b885b;
        font-size: 14px;
        ;
        line-height: 32px;
    }

    .cv-btn.mod_about {
        width: 100%;
        height: 52px;
    }

    .cv-btn.mod_about a {
        border-radius: 52px;
        font-size: 16px;
        ;
        line-height: 52px;
    }

    .sp-header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3000;
        box-sizing: border-box;
        width: 100vw;
        height: 76px;
        padding: 23px 18px;
        background: #fff;
    }

    .sp-header .logo {
        width: 163px;
        height: 30px;
    }

    .sp-header .logo img {
        width: 100%;
        height: 100%;
    }

    .sp-nav-trigger {
        position: fixed;
        top: 27px;
        right: 17px;
        z-index: 3050;
        width: 28px;
        height: 19px;
    }

    .sp-nav-trigger i {
        display: block;
        position: absolute;
        left: 0;
        width: 28px;
        height: 3px;
        border-radius: 2px;
        background: #1b885b;
        opacity: 1;
        transition-duration: .25s;

        -webkit-transition-duration: .25s;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }

    .sp-nav-trigger i:nth-of-type(1) {
        top: 0;
    }

    .sp-nav-trigger i:nth-of-type(2) {
        top: 8px;
    }

    .sp-nav-trigger i:nth-of-type(3) {
        top: 8px;
    }

    .sp-nav-trigger i:nth-of-type(4) {
        top: 16px;
    }

    .is_navopen .sp-nav-trigger i {
        background: #fff;
    }

    .is_navopen .sp-nav-trigger i:nth-of-type(1) {
        opacity: 0;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }

    .is_navopen .sp-nav-trigger i:nth-of-type(2) {
        transform: rotate(-45deg);
        ;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    .is_navopen .sp-nav-trigger i:nth-of-type(3) {
        transform: rotate(45deg);
        ;

        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .is_navopen .sp-nav-trigger i:nth-of-type(4) {
        opacity: 0;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }

    .sp-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3020;
        box-sizing: border-box;
        width: 100vw;
        height: 100vh;
        padding: 70px 20px 0;
        background: rgba(0, 0, 0, .8);
        opacity: 0;
        pointer-events: none;
        ;
        transition-duration: .25s;

        -webkit-transition-duration: .25s;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }

    .is_navopen .sp-nav {
        display: block;
        opacity: 1;
        pointer-events: all;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }

    .sp-nav ul li {
        margin-bottom: 20px;
    }

    .sp-nav ul li a {
        text-decoration: none;
    }

    .sp-nav ul li a em {
        display: block;
        color: #7da978;
        font-weight: 700;
        font-size: 43px;
        ;
        font-family: Roboto Condensed, sans-serif;
    }

    .sp-nav ul li a small {
        display: block;
        color: #fff;
        font-size: 12px;
    }

    .sp-nav ul li.cv-btn {
        display: block;
        position: absolute;
        bottom: 30px;
        left: 20px;
        width: calc(100% - 40px);
        height: 42px;
    }

    .sp-nav ul li.cv-btn a {
        font-size: 16px;
        ;
        line-height: 42px;
    }

    .is_navopen .area,
    .is_navopen .sp-header,
    .is_navopen .page-footer {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .mainvisual {
        overflow-x: visible;
        ;
        margin-bottom: -20px;
    }

    .mainvisual .inner {
        position: relative;
        height: 666px;
        ;
        padding: 75px 20px 0;
    }

    .mainvisual .mv-logo {
        font-size: 70px;
        ;
        line-height: 62px;
    }

    .mainvisual .mv-logo em.extended {
        font-size: 60px;
        ;
        line-height: 1em;
    }

    .mainvisual .mv-content {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
    }

    .mainvisual .information {
        bottom: -70px;
        left: 0;
        ;
        padding-left: 10px;
        border-left: solid 2px #000;
    }

    .mainvisual .information dd {
        font-size: 14px;
    }

    .about {
        padding-top: 50px;
        padding-bottom: 5px;
    }

    .about .heading01 {
        display: block;
        transform: translateY(0);
        ;
        width: 100%;

        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .about .content {
        display: block;
        width: 100%;
    }

    .about .copy {
        margin-bottom: 10px;
        font-size: 28px;
        ;
        line-height: 36.4px;
    }

    .about .body {
        margin-bottom: 30px;
    }

    .about .body p {
        font-size: 14px;
    }

    .timeshift {
        margin: 50px 0 40px;
    }

    .timeshift p {
        padding: 20px 0 25px;
        text-align: center;
    }

    .timeshift p em {
        font-size: 22px;
    }

    .timeshift p small {
        font-size: 15px;
    }

    .timeshift p .date {
        font-size: 18px;
    }

    .timeshift p .file a {
        font-size: 13px;
    }

    .programs {
        padding: 0 0 60px;
        background: rgba(125, 169, 120, .1);
    }

    .programs .heading01 {
        transform: translateY(-30px);
        ;
        margin-bottom: 10px;

        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
    }

    .program_list {
        display: block;
        overflow-x: hidden;
    }

    .program_list .item {
        display: block;
        width: 100%;
        ;
        padding: 20px 15px;
    }

    .program_list .item .heading02 {
        margin-bottom: 15px;
    }

    .program_list .item .heading02 .context {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .program_list .item .heading02 .context .note {
        font-size: 14px;
    }

    .program_list .item .heading02 .context .sponsor {
        padding: 0 6px;
        font-size: 10px;
    }

    .program_list .item .description {
        margin-bottom: 15px;
    }

    .program_list .item .speaker_list {
        display: block;
        ;
        margin-bottom: 15px;
    }

    .program_list .item .speaker_list.mod_moderator {
        margin-bottom: 20px;
    }

    .program_list .item .speaker_list li {
        width: 100%;
        ;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .program_list .item .speaker_list li:last-child {
        margin-bottom: 0;
    }

    .program_list .item .speaker_list figure {
        display: inline-block;
        width: 80px;
        margin-bottom: 0;
        vertical-align: top;
    }

    .program_list .item .speaker_list .detail {
        display: inline-block;
        width: calc(100% - 90px);
        vertical-align: top;
    }

    .cb-box {
        width: 285px;
        height: 585px;
        ;
        margin-top: -292.5px;
        margin-left: -142.5px;
        padding: 20px;
    }

    .cb-box:after {
        bottom: 20px;
    }

    .cb-box figure {
        width: 160px;
        height: 160px;
    }

    #cboxPrevious,
    #cboxNext {
        display: block;
        position: absolute;
        top: 46%;
        z-index: 2000;
        width: 20px;
        height: 20px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        text-indent: -9999px;
    }

    #cboxPrevious {
        left: 5px;
        transform: rotate(-135deg);
        ;

        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
    }

    #cboxNext {
        right: 5px;
        transform: rotate(45deg);
        ;

        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    #cboxClose {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
    }

    .partners {
        padding: 25px 0 40px;
    }

    .partners .heading02 {
        font-size: 20px;
    }

    .partners ul {
        margin-bottom: 40px;
    }

    .partners ul li {
        width: 30%;
        ;
        padding: 10px 0;
    }

    .partners ul li a {
        font-size: 20px;
        transition-duration: 0;
        ;

        -webkit-transition-duration: 0;
    }

    .partners ul li a:hover {
        opacity: 1;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    }

    .partners ul li a img {
        width: auto;
        max-width: 100%;
        max-height: 40px;
    }

    .bnrarea {
        padding: 40px 0 60px;
    }

    .bnrarea img {
        width: 100%;
    }

    .outline {
        margin: 0 20px;
    }

    .outline .inner {
        padding: 40px 0;
    }

    .outline .heading01 {
        display: block;
        width: 100%;
    }

    .outline .heading01 em {
        font-size: 43px;
    }

    .outline .content {
        display: block;
        width: 100%;
    }

    .outline table tr {
        display: block;
    }

    .outline table th,
    .outline table td {
        display: block;
        ;
        padding: 0;
    }

    .outline table th {
        width: 100%;
        ;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .outline table td {
        width: 100%;
        ;
        padding-bottom: 15px;
    }

    .contact .heading01 {
        margin-bottom: 20px;
    }

    .contact .leadtext {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .contact a {
        padding: 60px 0;
        font-size: 24px;
        ;
        line-height: 31.2px;
    }

    .formbox {
        table-layout: fixed;
        width: 100%;
        margin: 0 auto;
        border-collapse: separate;
        border-spacing: 20px;
    }

    .formbox tr {
        display: block;
    }

    .formbox td {
        display: block;
        ;
        margin-bottom: 20px;
    }

    .formbox td input,
    .formbox td textarea {
        font-size: 15px;
    }

    .formbox td input {
        height: 52px;
    }

    .formbox td textarea {
        height: 134px;
    }

    .formbox td input::-webkit-input-placeholder,
    .formbox td textarea::-webkit-input-placeholder {
        opacity: .5;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    }

    .formbox td input::-moz-placeholder,
    .formbox td textarea::-moz-placeholder {
        opacity: .5;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    }

    .formbox td input:-ms-input-placeholder,
    .formbox td textarea:-ms-input-placeholder {
        opacity: .5;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    }

    .formbox td input::placeholder,
    .formbox td textarea::placeholder {
        opacity: .5;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
    }

    .formbox td .error {
        position: absolute;
        right: 0;
        bottom: 10px;
        color: #db0000;
    }

    .btn-submit {
        text-align: center;
    }

    .btn-submit input {
        display: block;
        width: 100%;
        height: 56px;
        font-size: 16px;
        ;
        line-height: 56px;
    }

    .btn-submit input.mod_confirm_back {
        width: 100%;
        text-align: left;
    }

    .contact-complete {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
        text-align: center;
    }

    .mw_wp_form_input .mod_confirm {
        display: none;
    }

    .mw_wp_form_input .field_title {
        display: none;
    }

    .mw_wp_form_confirm .mod_input {
        display: none;
    }

    .mw_wp_form_confirm tr,
    .mw_wp_form_confirm td {
        display: block;
        ;
        margin-bottom: 15px;
    }

    .mw_wp_form_confirm .field_title {
        display: inline-block;
        width: 100px;
        ;
        margin-right: 20px;
    }

    .page-footer .inner {
        height: auto;
        ;
        padding: 90px 0 10px;
    }

    .page-footer .logo img {
        width: 204px;
        height: 58px;
    }

    .page-lp2 .heading00 {
        margin-top: 20px;
    }

    .page-lp2 .heading00 br {
        display: none;
    }

    .page-lp2 .heading00 em {
        display: block;
        margin-bottom: 10px;
        font-size: 28px;
    }

    .page-lp2 .heading00 img {
        width: 222px;
    }

    .page-lp2 .heading01 {
        text-align: left !important;
    }

    .page-lp2 .heading01 em {
        font-size: 43px !important;
    }

    .page-lp2 .heading01 small {
        font-size: 12px;
    }

    .page-lp2 .mainvisual {
        margin-bottom: 0;
    }

    .page-lp2 .mainvisual .inner {
        height: 630px;
        ;
        padding: 40px 20px 0;
    }

    .page-lp2 .mainvisual .mv-content {
        left: auto;
        width: auto;
    }

    .page-lp2 .mainvisual .schedule {
        position: relative;
        margin-top: 40px;
        font-size: 28px;
    }

    .page-lp2 .mainvisual .schedule small {
        font-size: 20px;
    }

    .page-lp2 .mainvisual .schedule small:nth-of-type(1),
    .page-lp2 .mainvisual .schedule small:nth-of-type(3) {
        position: absolute;
        top: -20px;
    }

    .page-lp2 .bnrarea {
        padding: 40px 0 60px;
    }

    .page-lp2 .bnrarea img {
        width: 100%;
    }

    .page-lp2 .bnrarea span {
        padding: 0;
    }

    .page-lp2 .outline {
        margin: 0;
        padding: 0 20px;
    }

    .page-lp2 .outline .inner {
        border-top: 0;
    }

    .page-lp2 .outline .heading01 {
        transform: translateY(-70px);
        ;
        margin-bottom: -50px;

        -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
    }

    .page-lp2 .outline .content {
        width: auto;
    }

    .page-lp2 .map {
        padding-bottom: 55px;
    }

    .page-lp2 .map .content>section {
        display: block;
    }

    .page-lp2 .map .gmap {
        width: auto;
        ;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .page-lp2 .map .gmap iframe {
        width: 100%;
        height: 290px;
    }

    .page-lp2 .map .store {
        width: auto;
    }

    .page-lp2 .map .store img {
        width: 100%;
        ;
        margin-bottom: 10px;
    }

    .page-lp2 .news {
        padding: 45px 0;
    }

    .page-lp2 .news .box {
        display: block;
    }

    .page-lp2 .news .box-news {
        width: auto;
        ;
        margin-right: 0;
        margin-bottom: 45px;
    }

    .page-lp2 .news .box-news ul li {
        padding: 15px 0;
        font-size: 14px;
    }

    .page-lp2 .news .box-news ul li span {
        display: block;
        position: static;
    }

    .page-lp2 .news .box-hacobase {
        width: auto;
    }

    .page-lp2 .news .box-hacobase img {
        width: 100%;
    }

    .page-lp2 .exhibitor {
        padding: 0;
    }

    .page-lp2 .exhibitor .exhibitor_list .item {
        float: none;
        width: auto;
        ;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .page-lp2 .exhibitor .exhibitor_list .item .detail {
        padding: 20px 25px 25px;
    }

    .page-lp2 .partners .heading01 {
        text-align: center !important;
    }

    .page-lp2 .intro {
        padding: 60px 0;
    }

    .page-lp2 .intro .logo {
        margin-bottom: 20px;
    }

    .page-lp2 .intro .logo img {
        width: 150px;
    }

    .page-lp2 .intro .detail {
        width: auto;
        ;
        margin: 0 auto;
    }

    .page-lp2 .intro .detail .title {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

@media screen and (max-width:320px) {
    .cb-box {
        width: 280px;
        height: 400px;
        min-height: 0;
        ;
        margin-top: -220px;
        margin-left: -140px;
        padding: 20px;
    }
}

@media screen and (max-width:375px) {
    .cb-box {
        width: 280px;
        height: 520px;
        min-height: 0;
        ;
        margin-top: -280px;
        margin-left: -140px;
        padding: 20px;
    }
}

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