@charset "UTF-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
table, th, td,
form, fieldset,
header, section, article, aside, footer, figure,
figcaption, nav {
  margin: 0px;
  padding: 0px;
}

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

@-ms-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

@-o-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

@viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

img {
  max-width: 100%;
}

input, textarea, select, button {
  outline: none;
}

ul, ol {
  list-style: none;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

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

a {
  text-decoration: none;
  color: #000;
}

html,
body {
  width: 100%;
  height: 100%;
}

header {
  width: 100%;
}

main,
footer {
  width: 100%;
  overflow: hidden;
}

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

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none;
}

/* ページ全体 */
html {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

body {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.04em;
  color: #424242;
  position: relative;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  body {
    font-size: 1.6vw;
  }
}

@media screen and (min-width: 520px) and (max-width: 767px) {
  body {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 520px) {
  body {
    font-size: 4.0625vw;
  }
}

.section {
  margin-top: 60px;
  margin-bottom: 100px;
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .section {
    padding: 0 4vw;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 10vw;
    margin-bottom: 15vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .section.section-full {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section.section-full {
  max-width: 100%;
}

.section:last-of-type {
  margin-bottom: 0;
}

a {
  color: #212121;
}

.join-button {
  background-color: #20bfb6;
  background: linear-gradient(45deg, #20bfb6, #1cd6b1 39%, #1ae5ad);
  width: 135px;
  height: 40px;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
  display: -ms-flex;
  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;
}

@media screen and (min-width: 767px) {
  .join-button:hover {
    -webkit-box-shadow: 0 0.3em 8px rgba(28, 214, 177, 0.4);
            box-shadow: 0 0.3em 8px rgba(28, 214, 177, 0.4);
    background: linear-gradient(45deg, #10D1C1 0%, #0ED6A4 29%, #10EF9D 100%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .join-button {
    width: 42vw;
    height: 12.5vw;
  }
}

.external-button {
  display: inline-block;
  border: 2px solid #212121;
  min-width: 320px;
  max-width: 400px;
  height: 60px;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin: 2em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50px;
  display: -ms-flex;
  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;
}

@media screen and (min-width: 767px) {
  .external-button:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: linear-gradient(45deg, #20bfb6, #1cd6b1 39%, #1ae5ad);
    color: #fff;
    border: 0px;
  }
}

@media screen and (max-width: 767px) {
  .external-button {
    min-width: 100%;
    max-width: 85vw;
    margin: 1em 0 0;
  }
}

.marker {
  color: #212121;
  font-weight: bold;
  padding: 0 0.2em;
}

.section-headline {
  font-size: 2.4em;
  text-align: center;
  color: #212121;
  margin-bottom: 1em;
  line-height: 1.6em;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section-headline {
    font-size: 1.6em;
  }
}

.section-headline p {
  display: inline-block;
  border-bottom: 2px solid #20bfb6;
  letter-spacing: 0.01em;
  padding: 0.2em 0.4em;
}

@media screen and (max-width: 767px) {
  .section-headline p {
    padding: 0.4em 0;
  }
}

.box-headline {
  font-size: 2em;
  letter-spacing: 0.01em;
  margin-bottom: 2em;
  line-height: 1.6em;
  color: #20bfb6;
}

@media screen and (max-width: 767px) {
  .box-headline {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.4em;
  }
}

/* ヘッダー */
.header {
  height: 80px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 40px;
  z-index: 90000;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 0 4vw;
    height: 18.75vw;
  }
}

.header-wrap {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  font-weight: 900;
  color: #212121;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .header-logo {
    font-size: 4.6875vw;
  }
}

.header-logo img {
  width: 240px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header-logo img {
    width: 45vw;
  }
}

.header-nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.header-nav__item {
  margin-right: 2em;
  letter-spacing: 0.01em;
}

.header-nav__item:last-child {
  margin-right: 0;
}

.header-nav__item a {
  color: #424242;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 767px) {
  .header-nav__item a:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #20bfb6;
  }
}

/* メイン */
main {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 18.75vw;
  }
}

.section-description {
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .section-description {
    text-align: left;
    margin-bottom: 15vw;
  }
}

.hero {
  height: calc(100vh - 80px);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  background-image: url(img/hero-bgimg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: url(img/hero-bgimg__sp.jpg);
    background-position: center center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 5em 1em;
    height: calc(100vh - 18.75vw);
  }
}

.hero-catch {
  font-size: 3em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 1em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .hero-catch {
    font-size: 1.6em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
}

.hero-button {
  padding: 1em 2em;
  background-color: #20bfb6;
  background: linear-gradient(45deg, #20bfb6, #1cd6b1 39%, #1ae5ad);
  color: #fff;
  font-size: 20px;
  border-radius: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.02em;
  width: 360px;
  height: 60px;
  display: -ms-flex;
  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;
}

@media screen and (min-width: 767px) {
  .hero-button:hover {
    background: linear-gradient(45deg, #10D1C1 0%, #0ED6A4 29%, #10EF9D 100%);
    -webkit-box-shadow: 0 0 15px rgba(28, 214, 177, 0.4);
            box-shadow: 0 0 15px rgba(28, 214, 177, 0.4);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media screen and (max-width: 767px) {
  .hero-button {
    width: 90vw;
  }
}

.intro {
  padding: 2em;
}

.intro-list {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (max-width: 767px) {
  .intro-list__text {
    margin-bottom: 4em;
  }
}

@media screen and (min-width: 767px) {
  .intro-list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }
  .intro-list__02img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
  .intro-list__02text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

.step-list {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .step-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.step-list__item {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .step-list__item {
    width: 100%;
    margin-bottom: 4em;
  }
  .step-list__item:last-of-type {
    margin-bottom: 0;
  }
}

.step-list__item--title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step-list__item--title {
    margin-bottom: 1em;
  }
}

.step-list__item--title .number {
  color: #20bfb6;
  margin-right: 0.2em;
}

.step-list__item--img {
  margin-bottom: 1em;
}

.method {
  background-color: #fafafa;
  padding-bottom: 100px;
}

.method-headline {
  background-image: url(img/method-bgimg.png);
  background-size: cover;
  background-position: center center;
  background-color: #20bfb6;
  width: 100%;
  height: 300px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .method-headline {
    height: 60vw;
  }
}

.method-headline__title {
  font-size: 2.4em;
  letter-spacing: 0.01em;
  font-weight: bold;
  margin-bottom: 0.4em;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .method-headline__title {
    font-size: 2em;
  }
}

.method-list {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .method-list {
    margin-top: 10vw;
  }
}

.method-list__item {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  padding: 3em 2em;
  border-bottom: 1px solid #1ae5ad;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (min-width: 767px) {
  .method-list__item {
    -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr;
    grid-column-gap: 30px;
  }
}

.method-list__item:last-of-type {
  border-bottom: 0px;
}

.method-list__item--text {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.method-list__item--title {
  font-size: 1.6em;
  margin-bottom: 1em;
  color: #20bfb6;
}

@media screen and (max-width: 767px) {
  .method-list__item--title {
    font-size: 1.3em;
    margin-top: 1em;
    line-height: 1.6em;
    letter-spacing: -0.02em;
  }
}

.method-list__item--img img {
  width: 100%;
}

.joinus {
  margin-top: -100px;
  padding: 100px 0;
  background-color: #eeeeee;
}

@media screen and (max-width: 767px) {
  .joinus {
    padding: 20vw 0;
  }
}

.joinus .section-description__joinus {
  max-width: 1100px;
  width: 100%;
  padding: 0 2em;
  margin-bottom: 3em;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .joinus .section-description__joinus {
    margin-bottom: 2em;
  }
}

.joinus-link {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .joinus-link {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

.joinus-link .join-button {
  width: 300px;
  height: 60px;
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .joinus-link .join-button {
    width: 80vw;
    height: 20vw;
  }
}

.joinus-annotation {
  font-size: 0.85em;
}

@media screen and (max-width: 767px) {
  .joinus-annotation {
    line-height: 1.4em;
  }
}

.joinus-annotation a {
  color: #1ca9a1;
}

@media screen and (min-width: 767px) {
  .joinus-annotation a:hover {
    text-decoration: underline;
  }
}

.case {
  overflow: hidden;
  padding-bottom: 6rem;
}

.case .swiper-container {
  padding-bottom: 1rem;
}

.case .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.case .swiper-slide {
  margin: 0 1.5rem;
}

@media screen and (max-width: 960px) {
  .case .case__desc {
    letter-spacing: 0.05rem;
  }
}

.case .case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case .case__list li {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background: #FFF;
}

.case .photo img {
  vertical-align: middle;
  border-radius: 4px 4px 0 0;
}

.case .inner {
  padding: 2rem;
}

@media screen and (max-width: 320px) {
  .case .inner {
    padding: 1rem;
  }
}

.case .inner h3 {
  color: #00130c;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 320px) {
  .case .inner h3 {
    font-size: 1.4rem;
  }
}

.case .inner label {
  padding: .2rem .75rem .1rem;
  border: 1px solid #00c191;
  color: #00c191;
  border-radius: 2px;
  background: #FFF;
  font-size: 1.1rem;
}

.case {
  padding: 0 0;
}

.case .section-description__case {
  max-width: 1100px;
  width: 100%;
  padding: 0 1.4em;
  margin-bottom: 3em;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .case .section-description__case {
    margin-bottom: 3em;
  }
}

.case .inner {
  padding: 1.4em;
}

@media screen and (max-width: 767px) {
  .case .inner {
    padding: 1em;
  }
}

.case .inner h3 {
  font-size: 1.1em;
  font-weight: 900;
  font-family: 'Lato', sans-serif, "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

@media screen and (max-width: 767px) {
  .case .inner h3 {
    font-size: 0.9em;
  }
}

.case .inner label {
  font-size: 0.8em;
  padding: 0.2em 0.6em 0.3em;
}

.footer {
  background-color: #fff;
  padding: 100px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20vw 0;
    font-size: 0.85em;
  }
}

.footer-nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1em;
  }
}

.footer-nav__item {
  margin-right: 1em;
}

.footer-nav__item:last-child {
  margin-right: 0;
}

.footer-nav__item a {
  color: #777;
}

@media screen and (min-width: 767px) {
  .footer-nav__item a:hover {
    color: #212121;
  }
}

.footer-sns {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-sns__item {
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .footer-sns__item {
    font-size: 1.4em;
  }
}

.footer-sns__item:last-child {
  margin-right: 0;
}

.footer-sns__item a {
  color: #777;
}

@media screen and (min-width: 767px) {
  .footer-sns__item--fb a:hover {
    color: #3B5998;
  }
}

@media screen and (min-width: 767px) {
  .footer-sns__item--twitter a:hover {
    color: #1DA1F2;
  }
}

@media screen and (min-width: 767px) {
  .footer-sns__item--mail a:hover {
    color: #1ae5ad;
  }
}

.footer-copyright {
  margin-top: 1em;
  font-size: 0.8em;
}
