@charset "utf-8";
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,700,700italic);
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

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

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  position: relative;
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  word-wrap: break-word;
  font-family: Roboto, "Hiragino Sans";
  font-weight: 300;
  color: #222324;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #00b4b6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  a {
    transition: all .2s ease;
  }
  a:hover {
    transition: all .2s ease;
    opacity: .8;
  }
}

ul {
  list-style-type: none;
}

button {
  background-color: #fff;
  border: 1px solid #d5d8db;
  border-radius: 4px;
  outline-color: rgba(0, 180, 182, 0.2);
}
@media screen and (min-width: 768px) {
  button {
    transition: all .2s ease;
  }
  button:hover {
    transition: all .2s ease;
    opacity: .8;
  }
}

input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + label::after {
  width: 8px;
  height: 8px;
  background-color: #00b4b6;
  top: 4px;
  left: 4px;
}
input[type="text"] {
  padding: 0 4px;
  width: 100%;
  height: 32px;
  background-color: #fff;
  border: 1px solid #d5d8db;
  border-radius: 4px;
  font-size: 1.4rem;
  outline-color: rgba(0, 180, 182, 0.2);
}

label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
label::before, label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
}
label::before {
  width: 16px;
  height: 16px;
  border: 1px solid #8f9499;
  top: 0;
  left: 0;
}

.header, .footer {
  width: 100%;
}
@media screen and (min-width: 1048px) {
  .header, .footer {
    width: 1048px;
  }
}

.page--corpBg {
  background-color: #35404c;
  color: #fff;
}
@media screen and (min-width: 1048px) {
  .page__header, .page__footer {
    display: flex;
    justify-content: center;
  }
}
.page__header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid #00b4b6;
  top: 0;
  left: 0;
  z-index: 1;
}
.page__header--corpBg {
  background-color: #35404c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.page__main {
  padding-top: 62px;
}
.page__main--top {
  background-image: url(../img/wave1.svg);
  background-repeat: no-repeat;
  background-size: 2560px 948px;
  background-position: left top;
  animation: 2s fadeIn;
}
.page__main--cur {
  position: relative;
  background-image: url(../img/signup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page__main--cur::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  filter: brightness(50%);
}
.page__mainFlexWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page__footer {
  background-color: #35404c;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.page__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  padding: 0 12px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: block;
  width: 105px;
  height: 36px;
}
.header__link {
  padding: 0 12px;
  height: 32px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #00b4b6;
  color: #fff;
  font-size: 1.2rem;
}

.mainContent__conceptFlexWrapper {
  display: flex;
  justify-content: center;
  background-image: url(../img/waveBg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}

.top {
  padding: 160px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1048px) {
  .top {
    padding-bottom: 360px;
  }
}
.top__title {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .top__title {
    margin-bottom: 60px;
    font-size: 4rem;
  }
}
.top__description {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .top__description {
    margin-bottom: 60px;
    max-width: 640px;
    font-size: 1.8rem;
  }
}
.top__pcBreak {
  display: none;
}
@media screen and (min-width: 768px) {
  .top__pcBreak {
    display: block;
  }
}

.startButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 32px;
  background-color: #00b4b6;
  border-radius: 4px;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
.startButton--dark {
  background-color: #35404c;
}

.concept {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .concept {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1048px) {
  .concept {
    width: 1048px;
    justify-content: space-around;
  }
}
.concept__wrapper {
  max-width: 400px;
}

.conceptDetail {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.conceptDetail__title {
  margin-bottom: 8px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .conceptDetail__title {
    font-size: 1.8rem;
  }
}
.conceptDetail__svgWrapper {
  margin-bottom: 8px;
  width: 160px;
  height: 100px;
  overflow: hidden;
}
.conceptDetail__svg--curate {
  transform: translateX(-70px);
}
.conceptDetail__svg--contentholder {
  transform: translateX(30px);
}
.conceptDetail__description {
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-align: justify;
  line-height: 1.6;
}
.conceptDetail__description:last-child {
  margin-bottom: 0;
}

.partner {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../img/wave2.svg);
  background-repeat: no-repeat;
  background-size: 2560px 144px;
  background-position: left top;
}
.partner__title {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .partner__title {
    font-size: 1.8rem;
  }
}
.partner__flexWrapper {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1048px) {
  .partner__list {
    width: 1048px;
  }
}

.partnerList {
  display: flex;
  flex-wrap: wrap;
}
.partnerList__item {
  padding: 6px;
  width: calc(100% / 3);
}
@media screen and (min-width: 768px) {
  .partnerList__item {
    width: calc(100% / 8);
  }
}
@media screen and (min-width: 1048px) {
  .partnerList__item {
    width: calc(100% / 12);
  }
}
.partnerList__img {
  width: 100%;
}

.footer {
  padding: 20px 12px 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 0 12px;
    height: 52px;
    align-items: center;
  }
}
.footer__copy {
  color: #fff;
}

.footerLinkList {
  display: flex;
}
.footerLinkList__item {
  margin-right: 20px;
}
.footerLinkList__item:last-child {
  margin-right: 0;
}
.footerLinkList__link {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
}

.svg-norLogoHz .cls-1 {
  fill: #fff;
}
.svg-norLogoHz .cls-2 {
  fill: url(#norLogoGrad_1);
}
.svg-norLogoHz .cls-3 {
  fill: url(#norLogoGrad_2);
}
.svg-norLogoHz .cls-4 {
  fill: #00b4b6;
}
.svg-norLogoHz--white .cls-1,
.svg-norLogoHz--white .cls-2,
.svg-norLogoHz--white .cls-3,
.svg-norLogoHz--white .cls-4 {
  fill: #fff;
}
.svg-norLogoHz--black .cls-1,
.svg-norLogoHz--black .cls-2,
.svg-norLogoHz--black .cls-3,
.svg-norLogoHz--black .cls-4 {
  fill: #000;
}
.svg-norLogoHz--navy .cls-1,
.svg-norLogoHz--navy .cls-2,
.svg-norLogoHz--navy .cls-3,
.svg-norLogoHz--navy .cls-4 {
  fill: #35404c;
}
.svg-norLogoHz--green-navy .cls-1 {
  fill: #35404c;
}
