@charset "UTF-8";

* {
  background: #FFF;
}

#top {
  background: #FFF;
}


/*トップ*/
.identity_sec {
padding-top: 80px;
}

.identity_top {
  background: #E4F2E8;
}

.identity_top_area {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1120px;
  width: 90%;
  padding: 40px 0;
  
}

.identity_top_area img {
  max-width: 420px;
  height: auto;
  width: 100%;
}


.identity_top_right {
  margin: auto 50px auto 0;
  width: 400px;
}


.identity_top_right h1 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  text-align: left;
}

.identity_top_right h2 {
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 150%;
  color: #002D7E;
  text-align: left;
}

/*トップ　レスポンシブ対応*/

@media screen and (max-width:960px) {
  .identity_sec {
    padding-top: 60px;
  }

  .identity_top_area {
    text-align: center;
    display: block;
    padding: 20px 0;
  }

  .identity_top_area img {
    max-width: 300px;
  }

  .identity_top_right {
    max-width: 300px;
    margin: 0 auto;
  }

  .identity_top_right h1 {
    font-size: 2.4rem;
  }

  .identity_top_right h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

/*トップメッセージ*/

.identity_message {
  background: #FFF;
}

.identity_message_area {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.identity_message_area h3 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 150%;
  color: #002D7E;
  text-align: left;
  margin-bottom: 24px;
}

.identity_message_area p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 200%;
  text-align: left;
}


/*トップメッセージ　レスポンシブ対応*/

@media screen and (max-width:960px) {

  .identity_message_area {
    padding: 40px 0;
  }

  .identity_message_area h3 {
    font-size: 2.4rem;
  }

  .identity_message_area p {
    font-size: 1.4rem;
  }

}

/*できることたくさん*/

.identity_detail {
  background: #F7F6F5;
}

.identity_detail_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}

.identity_detail_area h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 8px;
  text-align: center;
}

.identity-detail-content {
  text-align: left;
  position: relative;
  margin-top: 120px;
}

.identity-detail-content-right {
  text-align: right;
  position: relative;
  margin-top: 120px;
}

.identity-detail-content img,
.identity-detail-content-right img {
  width: 642px;
  height: 428px;
  border-radius: 16px;
}

.identity-detail-content .identity-detail-txt {
  background: #FFF;
  width: 560px;
  height: auto;
  padding: 40px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%)
}

  
.identity-detail-content-right .identity-detail-txt {
  background: #FFF;
  width: 560px;
  height: auto;
  padding: 40px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: left;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


.identity-detail-content h3,
.identity-detail-content-right h3 {
  font-weight: 700;
font-size: 3.2rem;
line-height: 150%;
margin: 0 0 20px 0;
letter-spacing: 0.7px;
}

.identity-detail-content p,
.identity-detail-content-right p {
  font-weight: 400;
font-size: 1.6rem;
line-height: 200%;
}




/*できることたくさん　レスポンシブ対応*/

@media screen and (max-width:960px) {

  .identity_detail_area {
    padding: 40px 0;
  }

  .identity_detail_area h2 {
    font-size: 2.4rem;
  }

  .identity-detail-content,
  .identity-detail-content-right {
    text-align: center;
  }

  .identity-detail-content {
    margin: 0 0 200px 0;
  }

.identity-detail-content:first-of-type {
  margin: 32px 0 270px 0;

}

.identity-detail-content-right {
  margin-bottom: 180px;
}

  .identity-detail-content img,
  .identity-detail-content-right img {
    max-width: 550px;
    width: 100%;
    height: auto;
  }
  
    
  .identity-detail-content .identity-detail-txt,
  .identity-detail-content-right .identity-detail-txt {
    max-width: 480px;
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }


  .identity-detail-txt h3 {
  font-size: 2.0rem;
  letter-spacing: 0.7px;
  text-align: left;
  margin: 0 20px 0 20px;
  }
  
  
  .identity-detail-txt p {
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0.7px;
  line-height: 170%;
  margin: 20px 20px 0 20px;
  }
  
  }

  @media screen and (max-width:400px) {
    .identity-detail-content {
      margin: 0 0 270px 0;
    }
    
  }





/*本人確認の方法*/

.identity_howto {
  background: #FFF;
}

.identity_howto_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.identity_howto_area h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
  margin-bottom: 8px;
}

.identity_howto_content {
  display: flex;
  background: #FFF;
  border-radius: 8px;
  margin-top: 40px;
  padding: 0;
  justify-content: space-between;
  text-align: left;
  border: 1px solid #DDDCDB;
}


.identity_howto_txt {
  margin: auto 40px;
  max-width: 520px;
  width: 100%;
  height: auto;
}

.identity_howto_txt_title {
  letter-spacing: 0.7px;
}

.identity_howto_txt_title span {
  font-weight: 700;
font-size: 4.0rem;
line-height: 150%;
color: #002D7E;
margin-right: 12px;
}

.identity_howto_txt_title h4 {
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 16px;
  vertical-align: middle;
  display: inline-block;
}

.identity_howto_txt p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 170%;
  letter-spacing: 0.7px;
}

.identity_howto_txt h6 {
  font-weight: 400;
font-size: 1.4rem;
line-height: 170%;
margin-top: 16px;
}


.identity_howto_img {
  display: flex;
}

.identity_howto_img img {
  max-width: 520px;
  width: 100%;
  height: auto;
  border-radius: 8px 0 0 8px;
}


/*本人確認の方法　レスポンシブ対応*/

@media screen and (max-width:1000px) {
  .identity_howto_txt_title span {
    font-size: 3.0rem;
    vertical-align: middle;
  }

  .identity_howto_txt_title h4 {
    font-size: 2.4rem;
    vertical-align: middle;
    margin-bottom: 0;
    
  }
  
}

@media screen and (max-width:960px) {
  .identity_howto_area {
    padding: 40px 0;
  }
  
  .identity_howto_area h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

 .identity_howto_content {
  display: block;
  max-width: 520px;
  width: 100%;
  margin: 0 auto 20px auto;
}


.identity_howto_img img {
  border-radius: 8px 8px 0 0;
}

.identity_howto_txt {
  margin: 0 auto;
  padding: 20px;
  width: auto;
  height: auto;
}

.identity_howto_txt_title span {
  font-size: 2.0rem;
}

.identity_howto_txt_title h4 {
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 8px;
}

.identity_howto_txt p {
  font-size: 1.4rem;
  width: 100%;
}

.identity_howto_txt h6 {
font-size: 1.2rem;
}

  
}


/*特徴*/
.identity_feature {
  background: #F7F6F5;
}

.identity_feature_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.identity_feature_area h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
}

.identity_feature_contents {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.identity_feature_contents:first-of-type {
  margin: 40px 0;
}

.identity_feature_content {
  background: #FFFFFF;
  border-radius: 8px;
  max-width: 440px;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 40px;
}

.identity_feature_content img {
  width: 150px;
  height: auto;
}

.identity_feature_content h3 {
  font-weight: 700;
font-size: 2.2rem;
line-height: 150%;
margin: 20px 0 16px 0;
}

.identity_feature_content p {
  font-weight: 400;
font-size: 1.8rem;
line-height: 170%;
text-align: left;
}

/*特徴　レスポンシブ対応*/
@media screen and (max-width:960px) {
  .identity_feature_area {
    padding: 40px 0;
  }

  .identity_feature_area h2 {
    font-size: 2.4rem;
  }

  .identity_feature_contents {
    display: block;
    margin: 0 auto;
  }

  .identity_feature_contents:first-of-type {
    margin: 0 auto;
  }

  .identity_feature_content {
    margin: 20px auto 0;
    padding: 20px;
    width: auto;
  }

  .identity_feature_content h3 {
    font-size: 1.8rem;
    margin: 20px 0 8px 0;
  }

  .identity_feature_content p {
  font-size: 1.4rem;
  }



}


/*認証連携API*/
.identity_api {
  background: #E4F2E8;
}

.identity_api_area {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}


.identity_api_area h2 {
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 150%;
}


.identity_api_contents {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
}

.identity_api_contents img {
  max-width: 495px;
  width: 100%;
  height: auto;
}

.identity_api_txt {
  max-width: 545px;
  width: 100%;
  height: auto;
  text-align: left;
  margin: auto 0;
}

.identity_api_txt h3 {
  font-weight: 700;
font-size: 2.8rem;
line-height: 150%;
margin-bottom: 20px;
}

.identity_api_txt p {
  font-weight: 400;
font-size: 1.8rem;
line-height: 170%;
}

/*認証連携API レスポンシブ対応*/

@media screen and (max-width:960px) {
  .identity_api_area {
    padding: 40px 0;
  }

  .identity_api_area h2 {
    font-size: 2.4rem;
  }

  .identity_api_contents {
    display: block;
    margin: 20px auto 0 auto;
  }

  .identity_api_txt {
    max-width: 485px;
    margin: 20px auto 0 auto;
  }

  .identity_api_txt h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
  }

  
.identity_api_txt p {
font-size: 1.4rem;
}

  
  
}