@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/google-sans");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */ }

p {
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */ }

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */ }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden] {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */ }

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */ }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */ }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */ }

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none; }

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */ }

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default; }

@media screen and (min-width: 1000px) {
  .pc {
    display: inherit; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (min-width: 1000px) {
  .sp {
    display: none; } }
@media screen and (max-width: 767px) {
  .sp {
    display: inherit; } }

html {
  scroll-behavior: smooth; }

body {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

a {
  color: #19aed2;
  text-decoration: none;
  word-break: break-all; }
  a:hover {
    opacity: .8; }
/*
  a.blank {
    position: relative; }
    a.blank::after {
      margin-left: 8px;
      content: url("/innovationlab/meetup4/assets/img/icon-blank.png");
      display: inline-block; }
*/

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

.sec-inner {
  width: 94%;
  max-width: 1140px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .sec-inner {
      width: 90%;
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-inner-normal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .sec-inner-normal {
        display: block; } }
  .sec-inner-full .sec-content {
    width: 100%;
    margin-top: 60px; }

.sec-hl {
  position: relative;
  padding-left: 50px;
  font-size: 36px;
}
.sec-hl::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 30px;
  height: 30px;
  background: linear-gradient(90deg,#a2ede0,#4cb6dd);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec-hl {
    font-size: 6vw;
  }
}

.sec-content {
  width: 70%; }
  @media screen and (max-width: 767px) {
    .sec-content {
      width: 100%;
      margin-top: 24px; } }

.btn-fix {
  width: 76px;
  height: 290px;
  margin-top: auto;
  margin-bottom: auto;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: linear-gradient(-180deg, #11d6cb 0%, #0097db 100%);
  border-radius: 6px 0 0 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: none;
  transition: all .2s linear; }
  @media screen and (max-width: 767px) {
    .btn-fix {
      width: 45px;
      height: 230px;
      font-size: 18px;
      letter-spacing: 3px; } }
  .btn-fix::before {
    content: url("/innovationlab/meetup4/assets/img/icon-entry.png");
    margin-bottom: 6px;
    display: inline-block; }
  .btn-fix:hover {
    opacity: .8; }

.fixed_back ,
.fixed_entry {
  display: block;
  position: fixed;
  top: 320px;
  right: 0;
  padding: 40px 0;
  width: 80px;
  background: #0ad9aa;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  z-index: 9999;
}
.fixed_back {
  top: 100px;
  right: 0;
  padding: 30px 0;
  background: #000;
  color: #fff;
  font-size: 18px;
}
.fixed_back:hover ,
.fixed_entry:hover {
  opacity: .8;
}
.fixed_back span ,
.fixed_entry span {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .fixed_back ,
  .fixed_entry {
    padding: 20px 0;
    width: 40px;
    font-size: 16px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.pagetop {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0,0,0,.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: all .2s linear; }
  .pagetop:hover {
    opacity: .8; }

.pagetop-arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #030303;
  border-right: 3px solid #030303;
  transform: translateY(20%) rotate(-45deg); }

.btn_defaults {
  display: block;
  margin: auto;
  padding: 12px 20px;
  width: 100%;
  max-width: 405px;
  background: #0ad9aa;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5em;
  box-shadow: 0 3px 3px rgba(0,0,0,.25);
}
.btn_defaults:hover {
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .btn_defaults {
    width: 90%;
    max-width: none;
    font-size: 4vw;
  }
}

/* main visual */
.hero {
  width: 100%;
  background: url("/innovationlab/meetup4/assets/img/howto_bgi_hero.png") no-repeat center center /cover;
}
.hero_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero_item {
  }
}

.hero-inner {
  width: 94%;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .hero-inner {
    padding: 100px 0 60px;
  }
}

.nttpc-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .nttpc-logo {
    max-width: 50%;
  }
}

.hero_h1 {
  max-width: 65%;
  font-size: 42px;
}
@media screen and (max-width: 991px) {
  .hero_h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .hero_h1 {
    max-width: 100%;
    font-size: 6vw;
  }
}

.hero-logo {
    margin-bottom: 30px;
    width: 100%;
    max-width: 490px;
}
@media screen and (max-width: 767px) {
  .hero-logo {
  }
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}

/* gnav */
.gnav {
  background: #333; }
  .gnav-list {
    width: 94%;
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .gnav-list li {
/*      width: 16.6666%;
      height: 64px;*/
      width: calc(100% / 4);
      padding: 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .gnav-list li {
          width: 50%;
          font-size: 14px; } }
      @media screen and (min-width: 991px) {
        .gnav-list li {
          font-size: 21px; } }
      .gnav-list li a {
        width: 100%;
/*        height: 64px;*/
        padding: 35px 0;
        display: block;
        background: #333;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        position: relative;
        transition: all .2s linear; }
      @media screen and (max-width: 767px) {
        .gnav-list li a {
          padding: 20px 0; } }
        .gnav-list li a:hover {
          opacity: .7; }

/* main */
.main {
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .main {
    font-size: 3.5vw;
  }
}

/* sec01 */
.sec01 {
  position: relative;
}
.sec01::after {
  content: "";
  display: block;
  position: absolute;
  left: 3%;
  bottom: 0;
  width: 94%;
  height: 5px;
  background: #19aed2;
}
.sec01_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 70px;
  margin-top: 30px;
}
.sec01_item {
  padding: 0 25px 20px;
  width: calc((100% - 70px) / 2);
  border-radius: 20px;
  box-shadow: 5px 0 20px rgba(0,0,0,20%);
  overflow: hidden;
}
.sec01_item h3 {
  margin-left: -25px;
  margin-bottom: 20px;
  padding: 20px;
  width: calc(100% + 50px);
  background: #d3effa;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.sec01_item:nth-child(2) h3 {
  background: #d4f3e8;
}
.sec01_item .sec01_link {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.sec01_item .sec01_link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 15px;
  background: linear-gradient(0deg,#51b9dd,#a0ece0);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .sec01_box {
    gap: 30px;
  }
  .sec01_item {
    padding: 0 25px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
}

/* sec02 */
.sec02 {
  position: relative;
}
.sec02::after {
  content: "";
  display: block;
  position: absolute;
  left: 3%;
  bottom: 0;
  width: 94%;
  height: 5px;
  background: #19aed2;
}
.sec2_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.sec2_box > * {
  width: calc(50% - 15px);
}
.sec2_box > figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02_link {
  margin: 30px 0;
}
.sec02_note {
  color: #d21956;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
  .sec2_box > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec02_note {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 575px) {
}

/* sec03 */
.sec03 {
  position: relative;
}
.sec03::after {
  content: "";
  display: block;
  position: absolute;
  left: 3%;
  bottom: 0;
  width: 94%;
  height: 5px;
  background: #19aed2;
}
.sec03_box {
  border-bottom: #19aed2 1px dashed;
  counter-reset: number 0;
}
.sec03_item {
  position: relative;
  padding: 40px 20px 40px 180px;
  border-top: #19aed2 1px dashed;
}
.sec03_item::before {
  counter-increment: number 1;
  content: "Step"counter(number);
  display: block;
  position: absolute;
  top: 40px;
  left: 20px;
  color: #19aed2;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.sec03_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  width: 20px;
  height: 15px;
  background: #19aed2;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.sec03_item:first-child::after {
  content: none;
}
.sec03_item p:has(a) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sec03_item p:has(a) > strong {
  width: calc(50% - 140px);
}
.sec03_item p:has(a) > a {
  width: 50%;
}
.sec03_item p strong {
  font-size: 24px;
}
.sec03_item figure {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .sec03_item {
    padding: 5vw 2vw 5vw 20vw;
  }
  .sec03_item::before {
    top: 5vw;
    left: 2vw;
    font-size: 4.5vw;
  }
  .sec03_item::after {
    left: 6vw;
    width: 4vw;
    height: 3vw;
  }
  .sec03_item p:has(a) > strong ,
  .sec03_item p:has(a) > a {
    width: 100%;
  }
  .sec03_item p strong {
    font-size: 4vw;
  }
}
@media screen and (max-width: 575px) {
}

/* sec04 */
.sec04 {
}
.sec04_box {
  border-bottom: #19aed2 1px dashed;
  counter-reset: number 0;
}
.sec04_item {
  position: relative;
  padding: 40px 20px 40px 180px;
  border-top: #19aed2 1px dashed;
}
.sec04_item::before {
  counter-increment: number 1;
  content: "Step"counter(number);
  display: block;
  position: absolute;
  top: 40px;
  left: 20px;
  color: #19aed2;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.sec04_item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  width: 20px;
  height: 15px;
  background: #19aed2;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.sec04_item:first-child::after {
  content: none;
}
.sec04_item p:has(a) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sec04_item p:has(a) > strong {
  width: calc(50% - 140px);
}
.sec04_item p:has(a) > a {
  width: 50%;
}
.sec04_item p strong {
  font-size: 24px;
}
.sec04_item p strong span {
  color: #d21956;
}
.sec04_item figure {
  margin-top: 20px;
}
.sec04_item figure:has(figcaption) {
  width: fit-content;
}
.sec04_item figure figcaption {
  text-align: center;
}
.sec04_item figure + p {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .sec04_item {
    padding: 5vw 2vw 5vw 20vw;
  }
  .sec04_item::before {
    top: 5vw;
    left: 2vw;
    font-size: 4.5vw;
  }
  .sec04_item::after {
    left: 6vw;
    width: 4vw;
    height: 3vw;
  }
  .sec04_item p:has(a) > strong ,
  .sec04_item p:has(a) > a {
    width: 100%;
  }
  .sec04_item p strong {
    font-size: 4vw;
  }
}
@media screen and (max-width: 575px) {
}

/* sec_btn */
.sec_btn {
}
.sec_btn a {
  display: block;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 580px;
  background: #000;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border-radius: 5rem;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  .sec_btn a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 575px) {
}

/* footer */
.footer {
  width: 100%;
  padding: 70px 20px 40px;
  background: #000;
  color: #fff;
  text-align: center;
}
.footer-logo {
  max-width: 100%;
}
.footer-copy {
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 auto;
  }
  .footer-copy {
    width: 100%;
  }
}


/*モーダル表示*/

.modaal-content-container {
  padding: 0;
}

.modaal-container img {
  width:100%;
}

.modaal-container {
  background-color: rgba(0,0,0,0.2);
}

.modaal-close:before,
.modaal-close:after {
  top: 10px;
  left: 23px;
  width: 2px;
  height: 32px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
