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,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family:
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

body * {
  box-sizing: border-box;
}

img {
  height: auto;
  vertical-align: bottom;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

ol,
li {
  list-style-type: none;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}


@media screen and (min-width: 1080px) {
  .pc-none:not(:root) {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .sp-none:not(:root) {
    display: none;
  }
}

@media (hover: hover) {
  .fv__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
  }
  .fv__button:hover .feature__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .feature__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .feature__button:hover .feature__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .companies__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #2D96DC;
    transition: all 0.3s;
  }
  .companies__button:hover .columns__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .flow__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .flow__button:hover .feature__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .voices__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .columns__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #2D96DC;
    transition: all 0.3s;
  }
  .columns__button:hover .columns__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .events__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .events__button:hover .columns__icon {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .registration__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
  }
  .registration__button:hover .footer__img01 {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .footer__button:hover {
    box-shadow: 0 5px 8px 2px rgba(0, 0, 0, 0.14);
    transform: translateY(-2px);
    filter: brightness(110%);
    text-decoration: none;
    color: #2D96DC;
    transition: all 0.3s;
  }
  .footer__button:hover .footer__img01 {
    transition: all 0.3s;
    transform: translateX(3px);
  }
  .header__button01:hover {
    color: #2D96DC;
  }
  .header__button02:hover {
    background-color: #2D96DC;
    filter: brightness(110%);
    color: #fff;
  }
  .header__button03:hover {
    background-color: #fff;
    filter: brightness(110%);
    color: #2D96DC;
  }
}
.header {
  padding: 12px 4% 10px;
  display: flex;
  justify-content: space-between;
  z-index: 300;
}
@media screen and (min-width: 1080px) {
  .header {
    padding: 16px 9.4%;
    position: fixed;
    top: 0;
    left: auto;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    z-index: 300;
  }
}

.header__group01 {
  width: 50%;
}
@media screen and (min-width: 1080px) {
  .header__group01 {
    cursor: pointer;
    width: 16%;
    white-space: nowrap;
  }
}

.header__group02 {
  width: 29%;
}
@media screen and (min-width: 1080px) {
  .header__group02 {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 auto;
  }
  .header__group02 > * {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1300px) {
  .header__group02 {
    width: 50%;
  }
}
.header__button01 {
  display: block;
  padding: 1% 1% 1%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #2D96DC;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .header__button01 {
    font-size: 16px;
  }
}

.header__button02 {
  transition: all 0.3s;
  display: block;
  border: 3px solid #2D96DC;
  border-radius: 5px;
  padding: 1% 1% 1%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #2D96DC;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .header__button02 {
    font-size: 16px;
    width: 28%;
  }
}

.header__button03 {
  transition: all 0.3s;
  display: block;
  border: 3px solid #2D96DC;
  background-color: #2D96DC;
  border-radius: 5px;
  padding: 1% 1% 1%;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .header__button03 {
    font-size: 16px;
    width: 28%;
  }
}

@media screen and (min-width: 1080px) {
  .header__text01 {
    margin-top: 2%;
    font-size: 10px;
  }
}

.header__note {
  display: none;
  position: absolute;
  top: 0%;
  line-height: 1.2;
  left: 100%;
  padding: 4px;
  font-size: clamp(10px, 1vw, 10px);
  font-weight: bold;
  color: #2D96DC;
  border: 2px solid #2D96DC;
}

@media screen and (min-width: 1080px) and (max-width: 1366px) {
  .header__note {
    top: 0%;
    left: 110%;
  }
}

@media screen and (min-width: 1080px) {
.header__group01:hover .header__note {
  display: block;
}
}

@media screen and (max-width: 1079px) {
.header__group01:hover .header__note {
  display: none;
}
}

@media not screen and (min-width: 1080px) {
  .header__group02 {
    display: none;
  }
}
