@charset "utf-8";

/*==================================================

TOP /index

==================================================*/
#index .title {
  margin-bottom: 0;
  text-align: left;
}
#index .inner {
  padding: 60px 0;
  display: flow-root;
}
#index h3 {
  margin-bottom: 50px;
  font-size: 2.2rem;
}
/*--------------------------------------------
 view
--------------------------------------------*/
#view {
  width: 100%;
  margin-top: 110px;
  background: url("../img/view.webp") #fff no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
}
#view_inner {
  width: 100%;
  padding-left: 100px;
  box-sizing: border-box;
}
#view #keyword {
  width: 600px;
  height: 530px;
  position: relative;
}
#view #keyword h2 {
  width: 350px;
  height: 350px;
  margin-top: 20px;
  padding-top: 200px;
  display: block;
  box-sizing: border-box;
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  position: absolute;
}
#view #keyword h2:first-child {
  background: url("../img/empathy.webp") no-repeat;
  color: #ffa8ec;
  top: 0;
  left: 0;
}
#view #keyword h2:last-child {
  background: url("../img/intuition.webp") no-repeat;
  color: #2fb2cf;
  bottom: 0;
  right: 0;
}
#view .regist {
  margin: -20px 0 50px;
}
/*--------------------------------------------
 about
--------------------------------------------*/
#about {
  background: #fff;
}
#about .inner {
  padding: 180px 0 120px;
  background: url("../img/logo_about.webp") center no-repeat;
}
#about .inner h2 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 5.0rem;
}
#about .inner h2 span:first-of-type {
  margin-left: -0.75em;
}
#about .inner p {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 3.0rem;
  text-align: center;
}
#about .inner p span {
  margin: 0 -0.25em;
  font-size: 2.0rem;
  font-weight: 500;
}
/*--------------------------------------------
 features
--------------------------------------------*/
#features {
  background: url("../img/bg_features.webp") #fffafe;
}
#features ul {
  width: 100%;
}
#features ul li {
  width: 100%;
  margin-bottom: 80px;
  display: inline-block;
  clear: both;
}
#features ul li:last-child {
  margin-bottom: 0;
}
#features ul li img {
  width: 480px;
  height: auto;
  display: block;
}
#features ul li:nth-child(2n + 1) img {
  float: left;
  margin-right: 20px;
}
#features ul li:nth-child(2n) img {
  float: right;
  margin-left: 20px;
}
#features ul li div {
  width: 500px;
  height: 500px;
  padding-top: 130px;
  background: url("../img/logo_features.webp") no-repeat;
  box-sizing: border-box;
}
#features ul li:nth-child(2n + 1) div {
  float: right;
}
#features ul li:nth-child(2n) div {
  float: left;
}
#features ul li div p {
  margin-bottom: 20px;
  line-height: 2.6rem;
}
#features ul li div p:first-of-type {
  margin-bottom: 25px;
  font-size: 2.0rem;
  font-weight: 600;
}
/*--------------------------------------------
 howto
--------------------------------------------*/
#howto .inner {
  padding: 80px 0 120px;
}
#howto .inner h3 {
  margin-bottom: 30px;
}
#howto ul {
  width: 100%;
  margin-top: 60px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#howto ul li {
  width: calc(100% / 3);
  padding: 0 30px;
  box-sizing: border-box;
}
#howto ul li:first-child {
  padding-left: 0;
}
#howto ul li:last-child {
  padding-right: 0;
}
#howto ul li img {
  width: 240px;
  height: auto;
  margin: 0 auto 30px;
  border-radius: 20px;
  display: block;
  box-shadow: -3px 6px 12px 0px rgba(0, 0, 0, 0.2);
}
#howto p.step {
  width: 80px;
  height: 30px;
  margin: 0 auto 20px;
  border-radius: 4px;
  background: #2fb2cf;
  display: block;
  color: #fff;
  line-height: 2.9rem;
  text-align: center;
}
#howto p.step + p {
  margin-bottom: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
}
#howto p.step + p span {
  color: #2fb2cf;
  font-size: 2.3rem;
}
#howto p.step + p + p {
  font-size: 1.5rem;
  line-height: 2.8rem;
} 
/*--------------------------------------------
 safety
--------------------------------------------*/
#safety {
  background: url("../img/bg_safety.webp") #fffaeb;
}
#safety .inner h3 {
  margin: 5px 0 50px;
}
#safety ul {
  width: 100%;
}
#safety ul li {
  width: 100%;
  margin-bottom: 50px;
  display: inline-block;
  clear: both;
}
#safety ul li img {
  width: 240px;
  margin: 0 auto;
  border-radius: 16px;
  display: block;
  box-shadow: -3px 6px 12px 0px rgba(0, 0, 0, 0.2);
}
#safety ul li:nth-child(2n + 1) img {
  float: left;
  margin-left: 100px;
}
#safety ul li:nth-child(2n) img {
  float: left;
}
#safety ul li div {
  width: 500px;
  height: 500px;
  padding-top: 130px;
  background: url("../img/logo_safety.webp") no-repeat;
  box-sizing: border-box;
}
#safety ul li:nth-child(2n + 1) div {
  float: right;
}
#safety ul li:nth-child(2n) div {
  float: left;
  margin-right: 160px;
}
#safety ul li div p {
  margin-bottom: 20px;
  line-height: 2.6rem;
}
#safety ul li div p:first-of-type {
  margin-bottom: 25px;
  font-size: 2.0rem;
  font-weight: 600;
}
/*--------------------------------------------
 faq
--------------------------------------------*/
#faq .inner {
  padding: 80px 0 60px;
}
#faq .inner div {
  width: 132px;
  float: left;
  margin-right: 268px;
}
#faq .inner div p.title {
  margin-bottom: 10px;
}
#faq .inner div + ul {
  width: calc(100% - 400px);
  float: right;
}
#faq .inner div + ul li {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
#faq .inner div + ul li:first-child {
  padding: 20px 0 40px;
}
#faq .inner div + ul li:last-child {
  border-bottom: none;
}
#faq .inner div + ul li p:first-child {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}
#faq .inner div + ul li p:last-child {
  padding-left: 40px;
  line-height: 2.6rem;
  position: relative;
}
#faq .inner div + ul li p:before {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 4px;
  display: inline-block;
  content: "";
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.8rem;
  text-align: center;
}
#faq .inner div + ul li p:first-child:before {
  background: #2fb2cf;
  content: "Q";
  line-height: 2.5rem;
}
#faq .inner div + ul li p:last-child:before {
  background: #fc5c6c;
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
}
#faq .inner div + ul li p a {
  color: #2fb2cf;
}
#faq .inner div + ul li p a:hover {
  text-decoration: underline;
}

/*==================================================

 responsive

==================================================*/
@media screen and (max-width: 1520px) {
  #view {
    background-size: contain;
  }
  #view_inner {
    padding-left: 0;
  }
  #view #keyword {
    width: 420px;
    height: 371px;
    margin-top: 0;
  }
  #view #keyword h2 {
    width: 245px;
    height: 245px;
    padding-top: 150px;
    font-size: 2.5rem;
  }
  #view #keyword h2:first-child,
  #view #keyword h2:last-child {
    background-size: cover;
  }
  #view .regist {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1100px) {
  #index .title,
  #index h3 {
    text-align: center;
  }
  #view .regist {
    margin: 100px auto 0;
  }
  #features .inner {
    padding: 60px 50px;
  }
  #features ul li {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  #features ul li:nth-child(2n) {
    flex-direction: column-reverse;
  }
  #features ul li div {
    width: 100%;
    height: auto;
    background: none;
  }
  #features ul li div p {
    text-align: center;
  }
  #features ul li:nth-child(2n) img,
  #features ul li:nth-child(2n + 1) img {
    float: none;
    margin: 0 auto 40px;
  }
  #features ul li:nth-child(2n) div,
  #features ul li:nth-child(2n + 1) div {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  #howto .inner {
    padding: 80px 50px 120px;
  }
  #howto h3 + p {
    text-align: center;
  }
  #howto ul li:first-child {
    padding: 0 20px 0 0;
  }
  #howto ul li:nth-child(2) {
    padding: 0 10px;
  }
  #howto ul li:last-child {
    padding: 0 0 0 20px;
  }
  #howto ul li img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  #howto p.step + p + p {
    text-align: center;
  }
  #safety .inner {
    padding: 60px 50px;
  }
  #safety ul li {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  #safety ul li:nth-child(2n) {
    flex-direction: column-reverse;
  }
  #safety ul li img {
    width: 210px;
    height: 399px;
  }
  #safety ul li div {
    width: 100%;
    height: auto;
    background: none;
  }
  #safety ul li div p {
    text-align: center;
  }
  #safety ul li:nth-child(2n) img,
  #safety ul li:nth-child(2n + 1) img {
    float: none;
    margin: 0 auto 40px;
  }
  #safety ul li:nth-child(2n) div,
  #safety ul li:nth-child(2n + 1) div {
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  #faq .inner {
    padding: 80px 50px 60px;
  }
  #faq .inner div {
    margin-right: 0;
  }
  #faq .inner div + ul {
    width: 560px;
    float: right;
  }
}
@media screen and (max-width: 1000px) {
  #view {
    background: url("../img/view_mobile.webp") #fff no-repeat;
    background-size: contain;
  }
  #view #keyword {
    display: none;
  }
  #view .regist {
    margin: 50% auto 0;
  }
}
@media screen and (max-width: 870px) {
  #about .inner h2 {
    font-size: 2.4rem;
  }
  #about .inner p {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  #about .inner p span {
    font-size: 1.8rem;
  }
  #howto ul {
    flex-direction: column;
  }
  #howto ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  #howto ul li:last-child {
    margin-bottom: 0;
  }
  #faq .inner div {
    width: 100%;
    float: none;
  }
  #faq .inner div + ul {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #features ul li img {
    width: 380px;
  }
}
@media screen and (max-width: 600px) {
  #index h3 {
    font-size: 1.8rem;
  }
  #view {
    margin-top: 70px;
  }
  #view .regist {
    width: 100%;
  }
  #about .inner {
    width: 94%;
    margin: 0 3%;
    padding: 120px 0 100px;
    background: url("../img/logo_about.webp") center no-repeat;
    background-size: contain;
  }
  #about .inner h2 {
    font-size: 2.0rem;
  }
  #about .inner p {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  #features .inner {
    width: 94%;
    margin: 0 3%;
    padding: 60px 0;
  }
  #features ul li div p:first-child {
    font-size: 1.8rem;
  }
  #features ul li div p:nth-child(n + 2) {
    font-size: 1.5rem;
  }
  #howto .inner {
    width: 94%;
    margin: 0 3%;
    padding: 80px 0 100px;
  }
  #howto ul li img {
    width: 210px;
    height: 399px;
  }
  #howto p.step + p {
    font-size: 1.8rem;
  }
  #safety ul li div p:first-of-type {
    font-size: 1.8rem;
  }
  #safety ul li div p:nth-child(n + 2) {
    font-size: 1.5rem;
  }
  #safety .inner {
    width: 94%;
    margin: 0 3%;
    padding: 60px 0;
  }
  #faq .inner {
    width: 94%;
    margin: 0 3%;
    padding: 60px 0;
  }
  #faq .inner div + ul li p + p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  #features ul li img {
    width: 280px;
  }
  #about .inner {
    padding: 60px 0 40px;
  }
  #about .inner h2 {
    font-size: 1.7rem;
    line-height: 3.0rem;
  }
  #about .inner h2 + p span:before {
    content: "\A";
    white-space: pre;
  }
  #recaptcha .rc-anchor-logo + div p {
    font-size: 1.1rem;
  }
}