@charset "UTF-8";

body{
  font-family: Helvetica Neue,Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo;
}

.cmn-lp-block-wrap {
  width: 100%;
}
/*===========================================================

layout

===========================================================*/

.cmn-lp-block-wrap img {
  width: 100%;
}

.lp-mainvisual{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    padding-block: 2em;
}

@media screen and (max-width: 580px) {
  .lp-mainvisual{
    font-size: 2rem;
  }
}


.cmn-lp-block {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.carrallyproject_lead{
  font-size: 1.3rem;
  font-weight: 600;
  padding: 3em 0;
}
.carrallyproject_lead p{
  line-height: 1.8;
}
.carrallyproject_lead p:not(:last-of-type){
  margin-bottom: 50px;
}

.lp-block-content{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.carrallyproject_content{
  background-color: #000;
  padding: 3em 0;
}
.carrallyproject_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.carrallyproject_box:not(:last-of-type){
  padding-bottom: 1em;
}
.carrallyproject_box_item._x1{
  width: 24.6%;
}
.carrallyproject_box_item._x2{
  width: 49.7%;
}
.carrallyproject_footer{
  padding: 3em 0;
}
.carrallyproject_footer_wrap{
  position: relative;
}
.carrallyproject_icon_box{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: -53%;
  right: 5%
}
.carrallyproject_footer_content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.carrallyproject_icon:not(:first-of-type){
  margin-left: 40px;
}

@media screen and (max-width: 768px) {

  .carrallyproject_lead{
    padding: 3em 2em;
    font-weight: 400;
}

.carrallyproject_content{
  padding: 2em 0;
}

  .cmn-lp-block-inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .cmn-lp-block {
    max-width: 100%;
  }
  .carrallyproject_footer_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carrallyproject_footer_content{
    margin-bottom: 30px;
}
.carrallyproject_icon_box{
  position: static;
}
}


@media screen and (max-width: 580px) {
  .carrallyproject_lead{
    font-size: .8rem;
    padding: 2em 1em;
  }
  .carrallyproject_lead p:not(:last-of-type){
    margin-bottom: 25px;
}
.carrallyproject_content{
  padding: 1em 0;
}
.carrallyproject_box_item._x1{
  width: 49%;
}
.carrallyproject_box_item._x2 {
  width: 100%;
}
.carrallyproject_box_item:nth-child(n+3){
  margin-top: 8px;
}
.carrallyproject_box.x2up .carrallyproject_box_item:nth-child(n+2){
  margin-top: 8px;
}
.carrallyproject_box.x2down .carrallyproject_box_item:nth-of-type(3){
  margin-top: 8px;
}
.carrallyproject_footer{
  padding: 30px 20px;
}
.carrallyproject_footer_content p{
  font-size: 12px;
}
}