
/*==================================================
メインレイアウト　個別
===================================*/
.layout-main{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*==================================================
メインレイアウト　個別
===================================*/

/*==================================================
共通のページタイトル
===================================*/
.page-title{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.page-title p{
  text-align: center;
}
@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/
  .page-title h5{
    margin: 0px;
    font-size: 22px;
    letter-spacing:0px;
    padding: 2px;
  }
  
}

/*==================================================
共通のページタイトル
===================================*/


/*==================================================
フローダイアグラム
===================================*/
.flow-diagram-pc{
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #efeeed;
}
.flow-diagram-pc img{
  width: 50vw;
}
.flow-diagram-mobile{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-diagram-mobile img{
  width: 100vw;
  background: #efeeed;
}
.none-pc{
  display: none;
}

@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/



  .none-mobile{
    display: none;
  }
  .none-pc{
    display: inline;
  }
}

/*==================================================
フローダイアグラム
===================================*/


.container-layout{
  display: flex;
}


.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f4f2;
  margin: 30px;
  width: 450px;
  height: 660px;
  resize: 30px;
}
.text h6{
  font-weight: bold;
  font-size: 22px;
  margin-top: 25px;
}
.text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text p{
  scale: calc(0.8);
  text-align: center;
}
@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/
  .container-layout , .container{
    display: flex;
  }
  .container{
    background-color: #f5f4f2;
    margin: 0px;
    width: 98vw;
    height: auto;
    margin-bottom: 50px;
    margin-top: 0;
  }
  .container img{
    transform: scale(0.6);
    padding: 0;
    margin: 0;
  }
  .text h6{
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
  }
  .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .text p{
    scale: calc(1);
    text-align: center;
  }
}

/*--詳細はこちらボタン*/
.border_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 300px; /* ボタン幅 */
  color: #656565; /* 文字色 */
  border: 1px solid #565552; /* 線幅・種類・色 */
  background: #fff; /* 背景色 */
  padding: 1em 1em;
  font-weight: normal; /* 文字の太さ */
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 30px;
}
.border_btn01:hover {
  color: #ffffff; /* 文字色 */
  background: #85837f; /* 背景色 */
}
/*--詳細はこちらボタン*/







/*==================================================
メインの内容
===================================*/
.flow-box-layout{
  display: flex;
  margin: 5vw;
  margin-bottom: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flow-box{
  width: 100%;
  margin-bottom: 4vh;

  border-left:solid 0px #4d4946;
  border-bottom:solid 1px #dbdbdb;
  padding: 20px;
}


/* ======セットA====== */
.flow-set-A{
  display: flex;
  align-items: center;
}
.flow-number{
  height:50px;
  width:50px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  color: #4d4946;
  border-style:solid;
  border-width:1px;
  border-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
 }
 .flow-number p{
  padding: 0;
  margin: 0;
 }
 .flow-title h4{
  padding: 0;
  margin: 0;
 }
/* ======セットA====== */


/* ======セットB====== */
.flow-set-B{
  display: flex;
  align-items: center;
}
.flow-illustration img{
  width: 200px;
  margin: 20px;
}
.flow-text{
  margin: 20px;
}
.flow-text a{
  background-color: #f5f4f2;
}
/* ======セットB====== */

@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/
  .flow-box-layout{
    display: flex;
    width: 100vw;
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .flow-box{
    width: 100%;
    margin-bottom: 4vh;
  
    border-left:solid 0px #4d4946;
    border-bottom:solid 1px #dbdbdb;
    padding: 20px;
  }
  
  
  /* ======セットA====== */
  .flow-set-A{
    display: flex;
    align-items: center;
  }
  .flow-number{
    height:40px;
    width:40px;
    border-radius:50%;
    line-height:50px;
    text-align:center;
    color: #4d4946;
    border-style:solid;
    border-width:1px;
    border-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
   }
   .flow-number p{
    padding: 0;
    margin: 0;
   }
   .flow-title h4{
    font-size: 18px;
    padding: 0;
    margin: 0;
   }
  /* ======セットA====== */
  
  
  /* ======セットB====== */
  .flow-set-B{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flow-illustration img{
    width: 200px;
    margin: 0px;
    padding: 10px;
  }
  .flow-text{
    margin: 10px;
  }
  .flow-text a{
    background-color: #f5f4f2;
  }
  /* ======セットB====== */
  
}

/*==================================================
メインの内容
===================================*/





/*-------お問い合わせエリア--------*/
.contact-area{
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(249, 249, 249);/*--フッター合わせ--*/
  padding-top: 60px;
}
.contact-area p{
  text-align: center;
  margin-bottom: 30px;
  scale: 0.9;
  color: #605648;
}
/*-------お問い合わせエリア--------*/

/*-------お問い合わせボタン--------*/
.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom: 100px;
}
a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #ceccc9;
}
a.btn-flat span {
  position: relative;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #bab8b6;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/*-----お問い合わせボタン------*/

@media screen and (max-width: 1024px) {/*--タブレット・モバイル用--*/

  /*-----お問い合わせボタン------*/
  .btn,
  a.btn,
  button.btn {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #ffffff;
    border-radius: 0.5rem;
    margin-bottom: 60px;
  }
  /*-----お問い合わせボタン------*/

}