
p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/
  p {
    font-size: 14px;
  }
}
/*==================================================
メインビジュアル
===================================*/
.main_visual{
  width: 100vw;
  height: auto;
}
.catch-copy{
  position: absolute;
  width: 100vw;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding-left: 60px;
  padding-top: 120px;
}
.catch-copy h2{
  text-align: center;
  margin-bottom: 0;
}
.visual img{
  width: 100vw;
  height: 600px;
}
@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/
  .main_visual{
    width: 100%;
    height: 200px;
  }
  .catch-copy{
    position: absolute;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    padding-top: 0px;
  }
  .catch-copy h2{
    text-align: center;
    margin-bottom: 0;
  }
  .visual img{
    width: 100%;
    height: 400px;
  }
}

.contents-layout{
  background-color: #fbfaf7;
  padding-top: 2px;
  padding-bottom: 0px;
}
.contents{
  width: 100vw;
  height: 500px;
  margin-top: 90px;
}
.contents h3{
  border-left: solid 1px #b4b1ab;
  padding-left: 10px;
  font-weight: bold;
}
.text-area-right{
  position: absolute;
  width: 50%;
  height: 500px;
  left: 50%;

  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.visual-area-left img{
  position: absolute;
  width: 50%;
  height: 500px;
  object-fit: cover;
}

.text-area-left{
  position: absolute;
  width: 50%;
  height: 500px;
  right: 50%;

  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.visual-area-right img{
  position: absolute;
  left: 50%;
  width: 50%;
  height: 500px;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/
  .contents{
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding-bottom: 60px;
    border-bottom: solid 1px #d6d6d4;

  }
  .contents h3{
    border-left: solid 0px #b4b1ab;
    padding-left: 0px;
    font-size: 18px;
  }
  .text-area-right{
    position: static;
    width: 100%;
    height: auto;
    left: 0;
  
    padding-left: 10px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .visual-area-left img{
    position: static;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .text-area-left{
    position: static;
    width: 100%;
    height: auto;
    left: 0;
  
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .visual-area-right img{
    position: static;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/*==================================================
メインビジュアル
===================================*/

/*==================================================
こんな方にオススメします
===================================*/
.q-and-a{
  margin-top: 60px;
  width: 100%;
  border-top: solid 1px #b4b1ab;
  border-bottom: solid 1px #b4b1ab;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 90px;
  background-color: #ffffff;
}
.check-box-set{
  display: flex;
  align-items: top;

}
.check-box-set p{
  text-align: center;
}
.check-box-set img{
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/
  .q-and-a{
    margin-top: 60px;
    width: 100%;
    border-top: solid 1px #b4b1ab;
    border-bottom: solid 1px #b4b1ab;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0px;
    background-color: #ffffff;
  }
  .check-box-set{
    display: flex;
    align-items: top;
  
  }
  .check-box-set p{
    text-align: start;
  }
  .check-box-set img{
    width: 20px;
    height: 20px;
  }
}
/*==================================================
こんな方にオススメします
===================================*/
/*==================================================


/*==================================================
共通
===================================*/
.footer_layout{
  position: relative;
}
@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/
  .footer_layout{
    position: relative;
  }
}

