@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;
}

strong {
  font-weight: bold;
}

/* 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: #ffffff;
}

.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: 16px;
    line-height: 2;
    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-list-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 980px;
  margin: auto;
  flex-wrap: wrap;
}

.participating-list-logo li {
  margin-bottom: 20px;
  background-color: #fff;
}

.participating-list-logo li {
  border-right: 1px solid #e5e5e5;
}

.participating-list-logo li:last-child {
  border-right: none;
}

.participating-list-logo li:nth-child(4n) {
  border-right: none;
}

.participating-list-logo a {
  display: block;
}

.participating-contents {
  text-align: center;
}

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

ul.participating-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1258px;
  margin: auto;
  margin-top: 80px;
}

ul.participating-company li {
  max-width: 360px;
  width: 360px;
  margin-bottom: 80px;
}

.participating-contents {
  padding: 80px 5px;
}

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

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




.company-image {
  margin: auto 0;
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  background-color: #ffffff;
}


.participating-company .company-wrapper a:hover {
  opacity: 0.8;
  transition: all 0.2s linear;
}

.company-contents {}

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

.company-link-wrapper {
  line-height: 1.8;
  margin-bottom: 2px;
  font-weight: bold;
  min-height: 70px;
}

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

.company-text {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 2;
  min-height: 125px;
  font-weight: normal;
}
.company-text.mb-45 {
  margin-bottom: 45px;
}

.company-text span {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.company-button {
  min-width: 227px;
  padding: 16px 24px 16px 20px;
  border-radius: 4px;
  font-size: 13px;
  width: 100%;
}

.company-button span {
  margin-right: 10px;
}

.company-button span::after {
  width: 8px;
  height: 12px;
  right: -19px;
}

.company-link {
  color: #017AFB;
  display: inline-block;
}

.company-button {
  display: inline-block;
  background: #017AFB;
  color: #fff;
  text-align: center;
}

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


.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%);
}

@media print,
(min-width: 768px) {}

.section-top-participating {
  background: rgba(1, 122, 251, 0.05);;
}

@media only screen and (max-width: 767.98px) {
  .section-top-participating {
    background: rgba(1, 122, 251, 0.05);;
  }

  .participating-contents {
    background: none;
  }

  .participating-contents {
    padding: 50px 0 0;
  }

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

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

  .participating-list-logo {
    display: none;
  }

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

  ul.participating-company li {
    width: 85%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 80px;
  }

  .company-wrapper {}

  .company-image {
    display: block;
    width: 3.3rem;
    margin: 0 auto 10px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    width: 60%;
  }

  .company-contents {
    width: 100%;
  }

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

  .company-link-wrapper {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: auto;
  }

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

  .company-text {
    font-size: 0.13rem;
    margin-bottom: 0.2rem;
    line-height: 2.47;
    min-height: auto;
    margin-bottom: 0 !important;
  }

  .company-button {
    width: 100%;
    padding: 0.15rem 0.24rem 0.13rem 0.2rem;
    border-radius: 0.04rem;
    font-size: 0.13rem;
  }

  .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: #ffffff;
}

.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: #017AFB;
}

.timeline-list .is-accent-color::before {
  background-color: #8AB918;
}

.timeline-list .is-sub-color::before {
  background-color: #0571b9;
}

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

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

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

.timeline-content .content-description {
  font-size: 14px;
  line-height: 1.7;
}

.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: 880px;
  }

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

  .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: 270px;
    text-align: right;
  }

  .timeline-content {
    width: 370px;
  }

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

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

@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: rgba(1, 122, 251, 0.05);;
  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;
}

.organizer-image img {
  background-color: #ffffff;
}


@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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .organizer-image.is-wide {
    margin: auto;
    max-width: 400px;
  }

}

@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.is-wide img.img-pref-hiroshima {
    height: 65px;
  }

  .organizer-image.is-wide img.img-sandbox {
    height: 65px;
  }

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

}

.section-top-requirement {
  background: rgba(1, 122, 251, 0.05);;
}

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

.section-top-requirement .item-list {
  line-height: 1.9;
  font-size: 14px;
  line-height: 1.7;
}

@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 {
    font-size: 14px;
    line-height: 1.7;
    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: #8AB918;
  font-family: "Montserrat", sans-serif;
}

.common-button {
  background: #8AB918;
  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: #8AB918;
}

@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-around;
    -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;
  }
}

section.copy {
  text-align: center;
  background-color: rgba(1, 122, 251, 0.05);;
  color:#838383;
  font-size: 14px;
  padding-bottom: 30px;
}