@charset "UTF-8";

/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w0aXx-p7K4KLjztg.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w9aXx-p7K4KLjztg.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w2aXx-p7K4KLjztg.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w3aXx-p7K4KLjztg.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aXx-p7K4KLg.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* MEDIA QUERIES
 * * -----------------------------------------------*/
/* ADDITIONAL RESET
 * * -----------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * * -----------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

/* GENERAL
 * * -----------------------------------------------*/
body {
  color: #242424;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

a {
  color: #242424;
  text-decoration: none;
}

.hidden {
  display: none;
}

/* RESPONSIVE
 * * -----------------------------------------------*/
@media print,
(min-width: 768px) {
  body {
    font-size: 13px;
  }

  .wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }

  .trans:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 3.75);
  }

  body {
    font-size: 0.26rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .md {
    display: none !important;
  }
}

/* TOP KEYVISUAL
 * ----------------------------------------------*/
.keyvisual-image {
  width: 100%;
}

/* SECTION TOP ABOUT
 * ----------------------------------------------*/
.section-top-about {
  background: #000;
  color: #fff;
}

.about-title {
  font-weight: 700;
  text-align: center;
}

.about-content {
  font-weight: 400;
  line-height: 2.5;
  margin: 0 auto;
}

@media print,
(min-width: 768px) {
  .section-top-about {
    padding: 80px 20px;
  }

  .about-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .about-content {
    font-size: 13px;
    max-width: 920px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-about {
    padding: 0.8rem 0;
  }

  .about-title {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }

  .about-content {
    font-size: 0.13rem;
    max-width: 9.2rem;
  }
}

/* SECTION TOP PARTICIPATING
 * ----------------------------------------------*/

.participating-contents {
  text-align: center;
  background: #fff;

}

.participating-title, .participating-text, .company-title, .company-link, .company-button {
  font-weight: 700;
}

.participating-company .is-color {
  background: #6B58E81A;
}

.company-wrapper {
  margin: 0 auto;
  vertical-align: middle;
}

.company-link {
  color: #2BB8B6;

  display: inline-block;
}

.company-text {
  font-weight: 400;
}

.company-button {
  display: inline-block;
  background-color: #6B58E8;

  color: #fff;
  transition: all 0.3s linear;
  text-align: center;
}

.company-button span {
  position: relative;
  display: inline-block;
}

.company-button:hover {
  opacity: 0.5;
}

.company-button span::after {
  content: "";
  background: url(../img/company_icn_arrow.svg) center/contain no-repeat;
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.participating-company .company-wrapper > a {
  max-width: 320px;
}
.participating-company .company-wrapper > a img {
  background-color: #ffffff;
}


@media print, (min-width: 768px) {
  .participating-contents {
    padding: 80px 5px;
  }

  .participating-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .participating-text {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .participating-list-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .participating-list-logo li {
    margin-bottom: 20px;
  }
  .participating-list-logo li {
    border-right: 1px solid #e5e5e5;
  }
  .participating-list-logo li:last-child {
    border-right: none;
  }
  .participating-list-logo a {
    display: block;
  }

  .company-wrapper {
    max-width: 1440px;
    padding: 80px;
  }

  .company-image {
    margin: auto 0;
    border: 1px solid #E5E5E5;
  }

  .company-contents {
    width: calc(100% - 370px);
    margin-left: 40px;
  }

  .company-wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .is-mac.is-safari .company-wrapper {
    -ms-flex-align: center;
        align-items: center;
  }

  .company-title {
    font-size: 24px;
  }

  .company-link-wrapper {
    line-height: 1.8;
    margin-bottom: 2px;
  }

  .company-link {
    font-size: 11px;
  }

  .company-text {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 2.5;
  }

  .company-button {
    min-width: 227px;
    padding: 15px 24px 13px 20px;
    border-radius: 4px;
    font-size: 13px;
  }
  .company-button span {
    margin-right: 10px;
  }
  .company-button span::after {
    width: 8px;
    height: 12px;
    right: -19px;
  }

  .is-mac .company-button {
    padding: 16px 24px 12px 20px;
  }
}
@media print, (min-width: 768px) and (max-width: 1050px) {
  .company-wrapper {
    padding: 80px 10px;
  }

  .company-contents {
    width: calc(100% - 350px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .participating-contents {
    padding: 0.8rem 0;
  }

  .participating-title {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }

  .participating-text {
    font-size: 0.12rem;
    margin-bottom: 0.2rem;
  }

  .participating-list-logo {
    display: block;
  }
  .participating-list-logo .logo-image {
    width: 2.43rem;
    margin-bottom: 20px;
  }

  .company-wrapper {
    padding: 0.8rem 0.2rem 0.9rem;
  }

  .company-image {
    display: block;
    width: 3.3rem;
    margin: 0 auto 0.4rem;
    border: 1px solid #E5E5E5;
  }

  .company-contents {
    width: 100%;
  }

  .company-title {
    font-size: 0.16rem;
  }

  .company-link-wrapper {
    line-height: 0.5;
    margin-bottom: 0.06rem;
  }

  .company-link {
    font-size: 0.11rem;
    line-height: 1.5;
  }

  .company-text {
    font-size: 0.13rem;
    margin-bottom: 0.2rem;
    line-height: 2.47;
  }

  .company-button {
    width: 100%;
    padding: 0.15rem 0.24rem 0.13rem 0.2rem;
    border-radius: 0.04rem;
    font-size: 0.13rem;
  }
  .company-button .is-mac.is-safari {
    padding-left: 0.32rem;
  }
  .company-button span {
    margin-right: 0.16rem;
  }
  .company-button span::after {
    width: 0.08rem;
    height: 0.12rem;
    right: -0.19rem;
  }
}

/* SECTION TOP TIMELINE
 * ----------------------------------------------*/
.section-top-timeline {
background: #fff;
    }

.timeline-title {
  font-weight: 700;
  text-align: center;
}

.timeline-list {
  margin: 0 auto;
}

.timeline-list li {
  position: relative;
}

.timeline-list li::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.timeline-list li:not(:last-child)::after {
  content: "";
  height: 100%;
  position: absolute;
  background-color: #e5e5e5;
  top: 0;
}

.timeline-list .is-main-color::before {
  background-color: #4CDCDA;
}

.timeline-list .is-accent-color::before {
  background-color: #766ED8;
}

.timeline-list .is-sub-color::before {
  background-color: #6EA3D8;
}

.timeline-time {
  font-weight: 700;
}

.timeline-content {
  text-align: left;
}

.timeline-content .content-title {
  font-weight: 700;
  line-height: 1.5;
}

.timeline-content .content-description {
  line-height: 2.2;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

@media print,
(min-width: 768px) {
  .section-top-timeline {
    padding: 80px 20px 123px;
  }

  .timeline-title {
    font-size: 24px;
    margin-bottom: 42px;
  }

  .timeline-list {
    width: 740px;
  }

  .timeline-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .timeline-list li:not(:last-child) {
    padding-bottom: 40px;
  }

  .timeline-list li::before {
    width: 34px;
    height: 34px;
    border: 6px solid #fff;
    left: 42.8%;
    top: -4px;
  }

  .timeline-list li:not(:last-child)::after {
    width: 8px;
    left: 44.3%;
  }

  .timeline-time {
    font-size: 18px;
    width: 280px;
    text-align: right;
  }

  .timeline-content {
    width: 360px;
  }

  .timeline-content .content-title {
    font-size: 18px;
  }

  .timeline-content .content-description {
    font-size: 11px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-timeline {
    padding: 0.8rem 0 0.95rem;
  }

  .timeline-title {
    font-size: 0.16rem;
    margin-bottom: 0.4rem;
  }

  .timeline-list {
    width: 100%;
  }

  .timeline-list li {
    margin-left: 0.54rem;
  }

  .timeline-list li:not(:last-child) {
    padding-bottom: 0.4rem;
  }

  .timeline-list li::before {
    width: 0.34rem;
    height: 0.34rem;
    border: 0.06rem solid #fff;
    left: -19.3%;
    top: 0;
  }

  .timeline-list li:not(:last-child)::after {
    width: 0.08rem;
    left: -14.2%;
  }

  .timeline-time {
    font-size: 0.16rem;
    width: 100%;
  }

  .timeline-content {
    width: 100%;
  }

  .timeline-content .content-title {
    font-size: 0.14rem;
  }

  .timeline-content .content-description {
    font-size: 0.11rem;
  }
}

/* SECTION TOP ORGANIZER
 * ----------------------------------------------*/
.section-top-organizer {
  background: #000;
  color: #fff;
  text-align: center;
}

.organizer-title {
  font-weight: 700;
}

.organizer-main p {
  line-height: 2.5;
}

.organizer-main p a {
  color: #107BA9;
}

.organizer-main p a:hover {
  opacity: .85;
}

@media print,
(min-width: 768px) {
  .section-top-organizer {
    padding: 80px 20px 20px;
  }

  .organizer-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .organizer-main {
    margin-bottom: 60px;
  }

  .organizer-image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
/*
  .organizer-image li:not(:last-child)::after {
    content: "";
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 44px;
    width: 1px;
  }
*/

  .organizer-image::after {
    right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-organizer {
    padding: 1.25rem 0 0.5rem;
  }

  .organizer-title {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
  }

  .organizer-main {
    margin-bottom: 1.6rem;
    margin-bottom: 30px;
  }

  .organizer-main p {
    font-size: 0.13rem;
    line-height: 2.5;
  }

  .organizer-image {
    display: block;
  }

  .organizer-image li:not(:last-child) {
    margin-bottom: 0.2rem;
  }

}

.section-top-requirement {
  background: #000;
  color: #fff;
}

.section-top-requirement .requirement-title {
  font-weight: 700;
  line-height: 1.5;
}

.section-top-requirement .item-list {
  line-height: 1.9;
}

@media print,
(min-width: 768px) {
  .section-top-requirement {
    padding: 80px 80px 100px;
  }

  .section-top-requirement .wrapper {
    max-width: 462px;
  }

  .section-top-requirement .common-title {
    margin-bottom: 20px;
  }

  .section-top-requirement .requirement-list {
    font-size: 12px;
  }

  .section-top-requirement .requirement-list>li {
    margin-bottom: 19px;
  }

  .section-top-requirement .item-list {
    letter-spacing: -0.02em;
  }

  .section-top-requirement .requirement-title {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-requirement {
    padding: 0.3rem 0 1rem;
  }

  .section-top-requirement .common-title {
    margin-bottom: 0.2rem;
  }

  .section-top-requirement .wrapper {
    max-width: 4.62rem;
  }

  .section-top-requirement .requirement-list {
    font-size: 0.12rem;
    padding: 0 0.3rem;
  }

  .section-top-requirement .requirement-list>li {
    margin-bottom: 0.2rem;
  }

  .section-top-requirement .requirement-title {
    margin-bottom: 0.11rem;
  }
}




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

.common-title,
.common-link,
.sub-title {
  font-weight: 700;
}

.common-title {
  text-align: center;
  line-height: 1.5;
}

.common-link {
  color: #2BB8B6;
  font-family: "Montserrat", sans-serif;
}

.common-button {
  background: #6B58E8;
  color: #fff;
  font-weight: 600;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.26s ease;
}

.common-button::after {
  content: "";
  display: inline-block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.common-button:hover {
  opacity: 0.5;
}

.common-inner .image-content img {
  width: 100%;
}

.common-inner .common-title {
  text-align: left;
}

.common-inner .common-description {
  line-height: 2.47;
}

.is-orange:before {
  background: #f99a38;
}

.is-brown:before {
  background: #ab8b56;
}

.is-red:before {
  background: #F2A617;
}

@media print,
(min-width: 768px) {
  .common-title {
    font-size: 24px;
  }

  .common-link {
    font-size: 11px;
    letter-spacing: -0.01em;
  }

  .common-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 20px 7px;
    min-width: 280px;
    border-radius: 4px;
  }

  .common-button span {
    margin-right: 8px;
  }

  .common-button::after {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -2px;
  }

  .common-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .common-inner .image-content {
    width: 26%;
    max-width: 330px;
  }

  .common-inner .main-content {
    width: 74%;
    padding-left: 37px;
  }

  .common-inner .common-title {
    margin-bottom: -4px;
  }

  .common-inner .common-description {
    margin: -2px 0 18px;
  }

}

@media only screen and (max-width: 767.98px) {
  .common-title {
    font-size: 0.16rem;
  }

  .common-inner .image-content {
    max-width: 3.3rem;
    margin: 0 auto 0.4rem;
  }

  .common-inner .common-title {
    margin-bottom: -0.02rem;
  }

  .common-inner .common-description {
    margin: -0.03rem 0 0.19rem;
    letter-spacing: 0.02em;
  }

  .common-link {
    font-size: 0.11rem;
    letter-spacing: -0.02em;
  }

  .common-button {
    display: -ms-flexbox;
    display: flex;
    padding: 0.09rem 0.2rem 0.07rem;
    border-radius: 0.04rem;
  }

  .common-button span {
    margin-right: 0.08rem;
  }

  .common-button::after {
    width: 0.08rem;
    height: 0.08rem;
    border-top: 0.02rem solid #fff;
    border-right: 0.02rem solid #fff;
  }
}