@charset "utf-8";

@font-face {
  font-family: appleLogo;
  src: local("Lucida Grande");
  unicode-range: U+F8FF;
}
@font-face {
  font-family: Lato;
  font-weight: 400;
  src: local("Slack-Lato"),
    url(/80588/fonts/lato-2-compressed/lato-regular.woff2) format("woff2"),
    url(/80588/fonts/lato-2/lato-regular.woff) format("woff");
}
@font-face {
  font-family: Lato;
  font-weight: 700;
  src: local("Slack-Lato"),
    url(/80588/fonts/lato-2-compressed/lato-bold.woff2) format("woff2"),
    url(/80588/fonts/lato-2/lato-bold.woff) format("woff");
}
@font-face {
  font-family: Lato;
  font-weight: 800;
  src: local("Slack-Lato"),
    url(/80588/fonts/lato-2-compressed/lato-bold.woff2) format("woff2"),
    url(/80588/fonts/lato-2/lato-bold.woff) format("woff");
}
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  height: 100%;
}
body {
  /*! color:#616061; */
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  height: 100%;
  line-height: 1.35;
  margin: 0; /*! text-align:center; */
}
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.font_size_1 {
  font-size: 1.25rem;
}
.font_size_2 {
  font-size: 1.375rem;
}
.font_size_3 {
  font-size: 1.75rem;
}
.font_size_4 {
  font-size: 2.25rem;
}
.font_size_5 {
  font-size: 3.5rem;
}
.font_weight_normal {
  font-weight: 400;
}
.font_weight_bold {
  font-weight: 700;
}
.font_weight_heavy {
  font-weight: 800;
}
.color_light {
  color: #616061;
}
.color_dark {
  color: #1d1c1d;
}
.color_green {
  color: #6aceae;
}
.color_blue {
  color: #7ad0e1;
}
.color_pink {
  color: #ea2b7e;
}
.color_yellow {
  color: #f8ba31;
}
.background_color_offwhite {
  background-color: #f9f7f7;
}
.background_color_white {
  background-color: #fff;
}
.logo_image {
  margin: 16px 0;
}
@media (min-width: 928px) {
  .logo_image {
    left: 20px;
    margin: 0;
    position: absolute;
    top: 20px;
  }
}
.slack_button {
  display: inline-block;
  margin-top: 28px;
}
.slack_button_step1 {
  display: inline-block;
  margin-right: 10px;
}

.slack_button_step1 img {
  width: auto;
  height: calc(1.25rem * 1.6);
}

/* - Elements
----------------------------------------------*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
svg {
  width: 100%;
  height: auto;
}

.autoImg {
  width: auto;
  max-width: 100%;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

@media only screen and (max-width: 900px) {
  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }
}

/* - Links
----------------------------------------------*/
a {
  color: inherit;
}

a,
a:hover,
a:active {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* - Header
----------------------------------------------*/
.gH_logo {
  display: block;
  width: 204px;
  height: 40px;
  position: absolute;
  left: 20px;
  margin: 0;
  top: 20px;
}

@media only screen and (max-width: 900px) {
  .gH_logo {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 16px;
  }
}

/* - Main
----------------------------------------------*/
section + section {
  padding-top: 0;
}

.container {
  margin: 0 auto;
  max-width: 928px;
  width: 100%;
  padding: 2vw 0;
}

.example_container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.text-box {
  width: 55%;
}

.img-box {
  width: 35%;
}

.sub_title {
  margin-bottom: 20px;
  color: #25ced6;
  position: relative;
  padding-left: 0.8vw;
  border-left: 5px solid #25ced6;
}

.text-box p {
  font-size: 1.25rem;
  line-height: 1.6;
  padding-left: 1vw;
}

@media only screen and (max-width: 900px) {
  .container {
    max-width: 90%;
    padding: 10vw 0;
  }

  .example_container {
    display: flex;
    flex-flow: column;
  }
  .text-box {
    width: 100%;
  }

  .img-box {
    width: 100%;
  }
}

/* - Contents
----------------------------------------------*/
.head_container {
  padding: 8vw 0;
}
.head_container .hero_text_column {
  width: 55%;
  text-align: left;
}

.head_container .hero_image_column {
  width: 40%;
}

.head_container .hero_heading {
  padding-bottom: 4vw;
}

.head_container .hero_text_column .hero_description {
  padding-right: 10vw;
  line-height: 1.6;
}

.lead_container {
  text-align: center;
  padding: 5vw 0;
}

.lead_container .img-box-w {
  width: 80%;
  margin: 4vw auto 0 auto;
}

.setup_container {
  padding: 5vw 0;
}

.setup_container .sub_text {
  font-size: 1rem;
  padding-bottom: 3vw;
}

.setup_container dl + dl {
  padding-top: 1vw;
}

.setup_container dt {
  color: #25ced6;
}

.setup_container dd {
  margin: 0;
  line-height: 1.6;
}

.container.try_container {
  padding: 0 0 5vw 0;
}

.try_container {
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .head_container {
    padding: 18vw 0 10vw 0;
  }
  .head_container .hero_text_column {
    width: 100%;
    text-align: center;
  }

  .head_container .hero_image_column {
    width: 100%;
    margin: 6vw auto 0 auto;
  }

  .head_container .hero_text_column .hero_description {
    padding-right: 0;
    text-align: left;
  }

  .lead_container {
    padding: 10vw 0;
    line-height: 1.6;
  }

  .lead_container .img-box-w {
    width: 90%;
    margin: 6vw auto 0 auto;
  }

  .setup_container {
    padding: 10vw 0;
  }

  .setup_container .sub_text {
    font-size: 1rem;
    padding-bottom: 3vw;
  }

  .setup_container dl + dl {
    padding-top: 1vw;
  }

  .setup_container dt {
    color: #25ced6;
  }

  .setup_container dd {
    margin: 0;
    line-height: 1.6;
  }

  .container.try_container {
    padding: 0 0 5vw 0;
  }

  .try_container {
    text-align: center;
  }
}

/* - Footer
----------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#gFooter {
  padding: 5vw 0;
  text-align: center;
}

.inline_link {
  background: 0 0;
  border: 0;
  font: inherit;
  line-height: inherit;
  margin: 0;
  line-height: inherit;
  overflow: initial;
  padding: 0;
  text-align: initial;
  vertical-align: initial;
  cursor: pointer;
  color: #1264a3;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  /*PC*/
  .ctr_title {
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    border-left: 5px solid #25ced6;
    border-right: 5px solid #25ced6;
    margin: 0 30%;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
  }

  .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box {
    color: #000;
    text-align: center;
    font-size: 0.9em;
    margin: 1%;
    width: 33%;
    height: 300px;
    background: #ffffff;
    border-radius: 30px;
    padding-top: 5%;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }
  .box p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  /*SP*/
  .ctr_title {
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    border-left: 5px solid #25ced6;
    border-right: 5px solid #25ced6;
    margin: 0 10%;
    text-align: center;
  }

  .box {
    color: #000;
    text-align: center;
    margin: 1%;
    background: #ffffff;
    border-radius: 30px;
    padding-top: 5%;
    padding-left: 1.3em;
    padding-right: 1.3em;
    padding-bottom: 2em;
    margin-bottom: 1.3em;
  }
  .box p {
    margin-top: 20px;
  }
}

.star {
  background: url("../img/img10.png") no-repeat;
  padding-left: 15px;
}

.SlackImg {
  padding-right: 5px;
  width: 30%;
}
