@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
html {
  width: 100%;
  height: 100%;
}

body {
  background: #fff000;
  line-height: 1;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  a:active {
    color: #000000;
  }
}

.showPC {
  display: block;
}

.showSP {
  display: none;
}

@media only screen and (max-width: 767px) {
  .showPC {
    display: none;
  }
  .showSP {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

#splash {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff000;
  background-image: url(/assets/img/logo_splash.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  #splash {
    background-size: 55.46667vw auto;
  }
}

#modal_container {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 240, 0, 0.8);
  z-index: 9997;
  overflow-y: scroll;
}

#modal_container .modal {
  position: relative;
  border: solid 4px #000000;
  border-radius: 16px;
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 960px;
  min-width: 960px;
  height: 752px;
  padding: 30px 40px 24px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
  z-index: 9998;
}

@media only screen and (max-width: 767px) {
  #modal_container .modal {
    position: static;
    display: inline;
    border: solid 0.53333vw #000000;
    border-radius: 2.13333vw;
    width: 89.33333vw;
    min-width: 89.33333vw;
    height: 170.66667vw;
    padding: 5.33333vw 6vw 3.33333vw;
    margin-top: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

#modal_container .modal .text {
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  #modal_container .modal .text {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
}

#modal_container .modal .box {
  border: solid 2px #000000;
  font-size: 18px;
  line-height: 32px;
  padding: 15px 20px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #modal_container .modal .box {
    border: solid 0.26667vw #000000;
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding: 2.66667vw 2.66667vw 2vw;
    margin-top: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
}

#modal_container .modal .closeBtn {
  background: #000000;
  color: #fff000;
  border-radius: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  width: 180px;
  height: 60px;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #modal_container .modal .closeBtn {
    border-radius: 2.13333vw;
    font-size: 4.26667vw;
    line-height: 10.66667vw;
    width: 32vw;
    height: 10.66667vw;
    margin-top: 2.66667vw;
  }
}

#modal_container .modal .position1 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #modal_container .modal .position1 {
    margin-bottom: 2.66667vw;
  }
}

#modal_container .modal .position2 {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  #modal_container .modal .position2 {
    margin-top: 3.33333vw;
  }
}

#modal_container .modal .position3 {
  position: absolute;
  right: 40px;
  bottom: 103px;
}

@media only screen and (max-width: 767px) {
  #modal_container .modal .position3 {
    position: static;
    right: initial;
    bottom: initial;
    text-align: right;
    margin-top: 2.66667vw;
  }
}

.container {
  width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 89.33333vw;
  }
}

.container .top_img {
  width: 1080px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .container .top_img {
    width: 100%;
    margin-bottom: 8vw;
  }
}

.container .top_img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .container .top_img img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.container .oneteam {
  position: relative;
  width: 1080px;
}

@media only screen and (max-width: 767px) {
  .container .oneteam {
    width: 100%;
  }
}

.container .oneteam .speech {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 52px;
  margin: 0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .container .oneteam .speech {
    text-align: center;
    font-size: 4.26667vw;
    line-height: 6.93333vw;
    margin-bottom: 4vw;
  }
}

.container .oneteam img {
  position: absolute;
  top: 10px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .container .oneteam img {
    position: static;
    display: block;
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 5.33333vw;
  }
}

.container hr.under {
  background-color: #000000;
  height: 6px;
  border: none;
  margin: 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .container hr.under {
    height: 0.8vw;
    margin-bottom: 5.33333vw;
  }
}

.container .oneteamm {
  position: relative;
  top: -1000px;
}

@media only screen and (max-width: 767px) {
  .container .oneteamm {
    position: static;
    width: 40vw;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .container .oneteamm img {
    width: 40vw;
  }
}

.container .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .container .headline {
    display: block;
    text-align: center;
    margin-bottom: 6vw;
  }
}

.container .headline .headline_hash {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
}

@media only screen and (max-width: 767px) {
  .container .headline .headline_hash {
    display: block;
    font-size: 7.46667vw;
    margin-bottom: 1.33333vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .container .headline .headline_hash {
    font-size: 70px;
    padding-top: 20px;
  }
}

.container .headline .headline_text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .container .headline .headline_text {
    display: block;
    font-size: 6vw;
  }
}

.container .recommend {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  line-height: 52px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .container .recommend {
    font-size: 4.26667vw;
    line-height: 6.93333vw;
    margin-bottom: 2.93333vw;
  }
}

.container .recommend:last-of-type {
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .container .recommend:last-of-type {
    margin-bottom: 3.6vw;
  }
}

.container .hash {
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .container .hash {
    margin-bottom: 6vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .container .hash {
    padding-top: 20px;
  }
}

.container .hash .hashtag {
  color: #1c9ef4;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-decoration: none;
  border-bottom: 6px solid #1c9ef4;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .container .hash .hashtag {
    font-size: 6.4vw;
    border-bottom: 0.8vw solid #1c9ef4;
    padding-bottom: 1.33333vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .container .hash .hashtag {
    padding-bottom: 0px;
  }
}

.container .twitter {
  background: #1c9ef4;
  width: 480px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 60px;
  border-radius: 16px;
}

@media only screen and (max-width: 767px) {
  .container .twitter {
    width: 64vw;
    height: 13.33333vw;
    margin-bottom: 8vw;
    border-radius: 2.13333vw;
  }
}

.container .twitter .tweet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .container .twitter .tweet {
    font-size: 4.8vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .container .twitter .tweet {
    padding-top: 25px;
  }
}

.container .prefectures {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  width: 100%;
  border: 4px solid #000000;
  padding: 20px 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .container .prefectures {
    font-size: 3.2vw;
    line-height: 4.8vw;
    border: 0.53333vw solid #000000;
    padding: 2.66667vw 4vw;
    margin-bottom: 6.66667vw;
  }
}

.container .prefectures .text {
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  .container .prefectures {
    padding-top: 30px;
  }
}

.container .join_text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .container .join_text {
    font-size: 4.26667vw;
    line-height: 6.93333vw;
    margin-bottom: 2vw;
  }
}

.container .unordered {
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .container .unordered {
    font-size: 2.4vw;
    margin-bottom: 4vw;
  }
}

.container .join_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 135px 0px 135px 0px 135px 0px 135px 0px 135px 0px 135px 0px 135px 0px 135px;
  grid-template-columns: 135px 135px 135px 135px 135px 135px 135px 135px;
  -ms-grid-rows: auto 40px auto 40px auto 40px auto 40px auto 40px auto 40px auto 40px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-gap: 40px 0px;
  /*縦余白px 横余白px*/
  text-align: center;
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  list-style: none;
  margin-bottom: 35px;
  padding: 0;
}

.container .join_grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.container .join_grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.container .join_grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.container .join_grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.container .join_grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.container .join_grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.container .join_grid > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.container .join_grid > *:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 15;
}

.container .join_grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container .join_grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.container .join_grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.container .join_grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.container .join_grid > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.container .join_grid > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}

.container .join_grid > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}

.container .join_grid > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 15;
}

.container .join_grid > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.container .join_grid > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.container .join_grid > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.container .join_grid > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.container .join_grid > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.container .join_grid > *:nth-child(22) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}

.container .join_grid > *:nth-child(23) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}

.container .join_grid > *:nth-child(24) {
  -ms-grid-row: 5;
  -ms-grid-column: 15;
}

.container .join_grid > *:nth-child(25) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.container .join_grid > *:nth-child(26) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.container .join_grid > *:nth-child(27) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.container .join_grid > *:nth-child(28) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}

.container .join_grid > *:nth-child(29) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}

.container .join_grid > *:nth-child(30) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}

.container .join_grid > *:nth-child(31) {
  -ms-grid-row: 7;
  -ms-grid-column: 13;
}

.container .join_grid > *:nth-child(32) {
  -ms-grid-row: 7;
  -ms-grid-column: 15;
}

.container .join_grid > *:nth-child(33) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.container .join_grid > *:nth-child(34) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}

.container .join_grid > *:nth-child(35) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}

.container .join_grid > *:nth-child(36) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}

.container .join_grid > *:nth-child(37) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}

.container .join_grid > *:nth-child(38) {
  -ms-grid-row: 9;
  -ms-grid-column: 11;
}

.container .join_grid > *:nth-child(39) {
  -ms-grid-row: 9;
  -ms-grid-column: 13;
}

.container .join_grid > *:nth-child(40) {
  -ms-grid-row: 9;
  -ms-grid-column: 15;
}

.container .join_grid > *:nth-child(41) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.container .join_grid > *:nth-child(42) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}

.container .join_grid > *:nth-child(43) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}

.container .join_grid > *:nth-child(44) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}

.container .join_grid > *:nth-child(45) {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
}

.container .join_grid > *:nth-child(46) {
  -ms-grid-row: 11;
  -ms-grid-column: 11;
}

.container .join_grid > *:nth-child(47) {
  -ms-grid-row: 11;
  -ms-grid-column: 13;
}

.container .join_grid > *:nth-child(48) {
  -ms-grid-row: 11;
  -ms-grid-column: 15;
}

.container .join_grid > *:nth-child(49) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}

.container .join_grid > *:nth-child(50) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}

.container .join_grid > *:nth-child(51) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}

.container .join_grid > *:nth-child(52) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}

.container .join_grid > *:nth-child(53) {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
}

.container .join_grid > *:nth-child(54) {
  -ms-grid-row: 13;
  -ms-grid-column: 11;
}

.container .join_grid > *:nth-child(55) {
  -ms-grid-row: 13;
  -ms-grid-column: 13;
}

.container .join_grid > *:nth-child(56) {
  -ms-grid-row: 13;
  -ms-grid-column: 15;
}

.container .join_grid > *:nth-child(57) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}

.container .join_grid > *:nth-child(58) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}

.container .join_grid > *:nth-child(59) {
  -ms-grid-row: 15;
  -ms-grid-column: 5;
}

.container .join_grid > *:nth-child(60) {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
}

.container .join_grid > *:nth-child(61) {
  -ms-grid-row: 15;
  -ms-grid-column: 9;
}

.container .join_grid > *:nth-child(62) {
  -ms-grid-row: 15;
  -ms-grid-column: 11;
}

.container .join_grid > *:nth-child(63) {
  -ms-grid-row: 15;
  -ms-grid-column: 13;
}

.container .join_grid > *:nth-child(64) {
  -ms-grid-row: 15;
  -ms-grid-column: 15;
}

@media only screen and (max-width: 767px) {
  .container .join_grid {
    -ms-grid-columns: 17.86667vw 0vw 17.86667vw 0vw 17.86667vw 0vw 17.86667vw 0vw 17.86667vw;
    grid-template-columns: 17.86667vw 17.86667vw 17.86667vw 17.86667vw 17.86667vw;
    -ms-grid-rows: auto 5.33333vw auto 5.33333vw auto 5.33333vw auto 5.33333vw auto 5.33333vw auto 5.33333vw auto 5.33333vw auto 5.33333vw auto 5.33333vw auto 5.33333vw auto 5.33333vw auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-gap: 5.33333vw 0vw;
    font-size: 1.86667vw;
    margin-bottom: 4.66667vw;
  }
  .container .join_grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(17) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(18) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(19) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(20) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(21) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(22) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(23) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(24) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(25) {
    -ms-grid-row: 9;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(26) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(27) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(28) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(29) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(30) {
    -ms-grid-row: 11;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(31) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(32) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(33) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(34) {
    -ms-grid-row: 13;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(35) {
    -ms-grid-row: 13;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(36) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(37) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(38) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(39) {
    -ms-grid-row: 15;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(40) {
    -ms-grid-row: 15;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(41) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(42) {
    -ms-grid-row: 17;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(43) {
    -ms-grid-row: 17;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(44) {
    -ms-grid-row: 17;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(45) {
    -ms-grid-row: 17;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(46) {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(47) {
    -ms-grid-row: 19;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(48) {
    -ms-grid-row: 19;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(49) {
    -ms-grid-row: 19;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(50) {
    -ms-grid-row: 19;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(51) {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(52) {
    -ms-grid-row: 21;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(53) {
    -ms-grid-row: 21;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(54) {
    -ms-grid-row: 21;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(55) {
    -ms-grid-row: 21;
    -ms-grid-column: 9;
  }
  .container .join_grid > *:nth-child(56) {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
  }
  .container .join_grid > *:nth-child(57) {
    -ms-grid-row: 23;
    -ms-grid-column: 3;
  }
  .container .join_grid > *:nth-child(58) {
    -ms-grid-row: 23;
    -ms-grid-column: 5;
  }
  .container .join_grid > *:nth-child(59) {
    -ms-grid-row: 23;
    -ms-grid-column: 7;
  }
  .container .join_grid > *:nth-child(60) {
    -ms-grid-row: 23;
    -ms-grid-column: 9;
  }
}

.container .join_grid .join_logo {
  width: 108px;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .container .join_grid .join_logo {
    width: 14.4vw;
  }
}

.container .join_grid .join_name {
  padding-top: 15px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .container .join_grid .join_name {
    padding-top: 2vw;
  }
}

.container .thanks {
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .container .thanks {
    font-size: 4.26667vw;
    margin-bottom: 13.33333vw;
  }
}

.container .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 30px 340px 30px 340px;
  grid-template-columns: 340px 340px 340px;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
  grid-gap: 0px 30px;
  /*縦余白px 横余白px*/
  list-style: none;
  text-align: center;
  margin: 0;
  margin-bottom: 100px;
  padding: 0;
}

.container .grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.container .grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.container .grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.container .grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container .grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.container .grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.container .grid > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.container .grid > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.container .grid > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

@media only screen and (max-width: 767px) {
  .container .grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 4vw 0px;
    /*縦余白px 横余白px*/
    margin-bottom: 13.33333vw;
  }
  .container .grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.container .grid .item {
  background: #ffffff;
  border: solid 4px #000000;
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .container .grid .item {
    position: relative;
    padding-bottom: 3.33333vw;
  }
}

.container .grid .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .container .grid .item .link {
    display: block;
  }
}

.container .grid .item .link .title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  min-height: 100px;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  text-decoration: underline;
  text-underline-position: under;
  padding: 15px 20px 20px 20px;
}

@media only screen and (max-width: 767px) {
  .container .grid .item .link .title {
    min-height: initial;
    font-size: 3.2vw;
    line-height: 5.86667vw;
    padding: 2.66667vw 4vw 2.66667vw 4vw;
  }
}

.container .grid .item .link .image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (max-width: 767px) {
  .container .grid .item .link .image {
    width: 24vw;
    height: 24vw;
    text-align: left;
    margin-left: 4vw;
    float: left;
  }
}

.container .grid .item .link .image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .container .grid .item .link .image img {
    width: 24vw;
    height: 24vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .container .grid .item .link .image img {
    font-family: 'object-fit: cover;';
  }
}

.container .grid .item .link .description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  min-height: 87px;
  font-weight: 700;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 24px;
  text-align: left;
  padding: 0px 20px 15px 20px;
}

@media only screen and (max-width: 767px) {
  .container .grid .item .link .description {
    width: 57.33333vw;
    -webkit-font-feature-settings: initial;
    font-feature-settings: initial;
    font-size: 3.2vw;
    line-height: 4.8vw;
    float: right;
    margin-top: -0.66667vw;
    margin-right: 1.33333vw;
  }
}

.container .grid .item .link .note_logo {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .container .grid .item .link .note_logo {
    position: absolute;
    text-align: right;
    right: 4.66667vw;
    bottom: 2.66667vw;
  }
  .container .grid .item .link .note_logo img {
    width: 13.33333vw;
    height: 3.33333vw;
  }
}

.container .report {
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .container .report {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
}

.container .report_under {
  background-color: #000000;
  width: 64px;
  height: 4px;
  border: none;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .container .report_under {
    width: 8.53333vw;
    height: 0.53333vw;
    margin-bottom: 4vw;
  }
}

.container .report_info {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .container .report_info {
    margin-bottom: 5.33333vw;
  }
}

.container .report_info .text {
  display: inline-block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #ff0000;
  border-bottom: solid 1px #cc0000;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .container .report_info .text {
    font-size: 3.2vw;
    line-height: 5.86667vw;
    border-bottom: solid 0.13333vw #cc0000;
  }
}

.container #report_grid {
  -ms-grid-columns: 340px 30px 340px 30px 340px;
  grid-template-columns: 340px 340px 340px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 30px 30px;
  /*縦余白px 横余白px*/
  margin: 0;
  margin-bottom: 50px;
}

.container #report_grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.container #report_grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.container #report_grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

@media only screen and (max-width: 767px) {
  .container #report_grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 4vw 0px;
    /*縦余白px 横余白px*/
    margin-bottom: 6.66667vw;
  }
  .container #report_grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media all and (-ms-high-contrast: none) {
  .container #report_grid {
    -ms-grid-columns: 340px 30px 340px 30px 340px;
    grid-template-columns: 340px 340px 340px;
    -ms-grid-rows: auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  .container #report_grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .container #report_grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .container #report_grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .container #report_grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .container #report_grid > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .container #report_grid > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .container #report_grid > *:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .container #report_grid > *:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .container #report_grid > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .container #report_grid > *:nth-child(10) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .container #report_grid > *:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .container #report_grid > *:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .container #report_grid > *:nth-child(13) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .container #report_grid > *:nth-child(14) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .container #report_grid > *:nth-child(15) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .container #report_grid > *:nth-child(16) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .container #report_grid > *:nth-child(17) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .container #report_grid > *:nth-child(18) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .container #report_grid > *:nth-child(19) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .container #report_grid > *:nth-child(20) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .container #report_grid > *:nth-child(21) {
    -ms-grid-row: 13;
    -ms-grid-column: 5;
  }
  .container #report_grid > *:nth-child(22) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .container #report_grid > *:nth-child(23) {
    -ms-grid-row: 15;
    -ms-grid-column: 3;
  }
  .container #report_grid > *:nth-child(24) {
    -ms-grid-row: 15;
    -ms-grid-column: 5;
  }
  .container #report_grid > *:nth-child(25) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }
  .container #report_grid > *:nth-child(26) {
    -ms-grid-row: 17;
    -ms-grid-column: 3;
  }
  .container #report_grid > *:nth-child(27) {
    -ms-grid-row: 17;
    -ms-grid-column: 5;
  }
}

.container #report_grid .item {
  display: none;
}

.container .moreBtn {
  display: none;
  width: 340px;
  height: 80px;
  background: #000000;
  color: #fff000;
  font-size: 32px;
  line-height: 83px;
  text-align: center;
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .container .moreBtn {
    width: 64vw;
    height: 13.33333vw;
    font-size: 4.26667vw;
    line-height: 14vw;
    border-radius: 2.13333vw;
    margin-top: 8vw;
    margin-bottom: 13.33333vw;
  }
}

.container .project {
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .container .project {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
}

.container .project_under {
  background-color: #000000;
  width: 64px;
  height: 4px;
  border: none;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .container .project_under {
    width: 8.53333vw;
    height: 0.53333vw;
    margin-bottom: 4vw;
  }
}

.container .project_intro {
  width: 100%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .container .project_intro {
    font-size: 4.26667vw;
    line-height: 6.93333vw;
    margin-bottom: 5.33333vw;
  }
}

.container .widget {
  width: 700px;
  height: 700px;
  margin: 0 auto;
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .container .widget {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 13.33333vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .container .widget {
    display: none;
  }
}

.container .supported {
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  padding-bottom: 20px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .container .supported {
    font-size: 3.2vw;
    letter-spacing: 0.4vw;
    padding-bottom: 3.73333vw;
    margin-top: 8vw;
  }
}

.container .fukko_logo {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .container .fukko_logo {
    width: 42.66667vw;
    margin-bottom: 6.13333vw;
  }
}

.container .fukko_logo img {
  width: 240px;
}

@media only screen and (max-width: 767px) {
  .container .fukko_logo img {
    width: 42.66667vw;
  }
}

.container .copyright {
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .container .copyright {
    font-size: 2.66667vw;
    padding-bottom: 4vw;
  }
}
