@charset "UTF-8";


.mv.kasou{
  margin-bottom: 50px;
}
.mv_img_item__img.noCover:after{
  display: none;
}
@media (min-width:768px){
  .mv.kasou{
    margin-bottom: 75px;
  }
}
@media (min-width:1024px){
  .mv.kasou{
    margin-bottom: 100px;
  }

}
@media (min-width:1200px){

}
@media (min-width:1470px){
  .mv.kasou{
    margin-bottom: 120px;
  }

}
@media (min-width:1720px){
  .mv.kasou{
    margin-bottom: 180px;
  }

}



/*******************************
*　
********************************/

/* 見出し tt3 */
.tt3{
  
}
.tt3_en{
  
}
.tt3_ja{
  
}

/* 共通ABOUT */
.cmn_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_about_box1{
  width: 100%;
}
.cmn_about_box2{
  width: 100%;
  margin-top: 20px;
}
.cmn_about_img{
  
}
.cmn_about_img.img_fit:before{
  padding-top: 70.769%;
}

.cmn_about_head{
  margin-bottom: 25px;
}
.cmn_about_head_en{
  font-size: 20px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  margin-bottom: 5px;
}
.cmn_about_head_ja{
  font-size: 26px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1.4;
}
.cmn_about_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.025em;
  text-align: justify;
}
.cmn_about_txt_ttl{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-bottom: 3px;
}

/* 例えば */
.for_example{
  
}
* + .for_example{
  margin-top: 15px;
}
.for_example + .cmn_about_txt{
  margin-top: 15px;
}
.for_example_ttl{
  margin-bottom: 5px;
}
.for_example_ttl:before{
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 125 / 55;
  background-image: url('/system_panel/uploads/images/for_example.png');
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 3px #a1a1a1);
}
.for_example_list{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
.for_example_list_item{
  display: flex;
  min-width: 315px;
}

.for_example_list_item p{
  display: flex;
  align-items: center;
  padding: 0 8px 3px 2px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.for_example_list_item p:before{
  content: "";
  width: 20px;
  aspect-ratio: 1 / 1;
  background-image: url('/system_panel/uploads/images/icon_check_red.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.for_example_list_item p:after{
  content: "";
  background: #fff100;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.8em;
}

/* 吹き出し */
.cmn_fukidashi{
  display: flex;
  margin-bottom: 42px;
}
.cmn_fukidashi_txt{
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0.025em;
  line-height: 1.5;
  background: #FFF;
  padding: 12px 20px;
  filter: drop-shadow(0 0 3px #a1a1a1);
  position: relative;
  z-index: 1;
}
.cmn_fukidashi_txt:after{
  content: "";
  width: 20px;
  aspect-ratio: 1 / 1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 30px;
}

.cmn_fukidashi.mini{
  margin-bottom: 25px;
}
.cmn_fukidashi.mini .cmn_fukidashi_txt{
  font-size: 16px;
  padding: 4px 20px;
  min-width: 100px;
}
.cmn_fukidashi.mini .cmn_fukidashi_txt:after{
  width: 20px;
}

@media (max-width:767px){

}
@media (min-width:768px){

  /* 共通ABOUT */
  .cmn_about{
  }
  .cmn_about_box1{
    width: 100%;
  }
  .cmn_about_box2{
    width: 100%;
    margin-top: 20px;
  }
  .cmn_about_head{
    margin-bottom: 20px;
  }
  .cmn_about_head_en{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .cmn_about_head_ja{
    font-size: 32px;
  }
  .cmn_about_txt{
    font-size: 16px;
    /*line-height: 2.25;*/
  }
  
  /* 例えば */
  .for_example{

  }
  * + .for_example{
    margin-top: 15px;
  }
  .for_example + .cmn_about_txt{
    margin-top: 28px;
  }
  .for_example_ttl{
    margin-bottom: 5px;
  }
  .for_example_ttl:before{
    width: 125px;
  }
  .for_example_list{
    gap: 6px 0;
  }
  .for_example_list_item{
    min-width: 315px;
  }
  .for_example_list_item p{
    padding: 0 8px 3px 2px;
    font-size: 20px;
  }
  .for_example_list_item p:before{
    width: 20px;
    margin-right: 10px;
  }
  .for_example_list_item p:after{
    height: 0.8em;
  }

  
  /* 吹き出し */
  .cmn_fukidashi{
    margin-bottom: 42px;
  }
  .cmn_fukidashi_txt{
    font-size: 22px;
    padding: 12px 30px;
  }
  .cmn_fukidashi_txt:after{
    width: 20px;
    left: 30px;
  }

  .cmn_fukidashi.mini{
    margin-bottom: 25px;
  }
  .cmn_fukidashi.mini .cmn_fukidashi_txt{
    font-size: 18px;
    padding: 4px 30px;
    min-width: 125px;
  }
  .cmn_fukidashi.mini .cmn_fukidashi_txt:after{
    width: 20px;
  }
  
}
@media (min-width:1024px){

  /* 共通ABOUT */
  .cmn_about{
  }
  .cmn_about_box1{
    width: 50.98%;
  }
  .cmn_about_box2{
    width: 42.76%;
    margin-top: 10px;
  }
  .cmn_about_head{
    margin-bottom: 20px;
  }
  .cmn_about_head_en{
    /*font-size: 24px;*/
    /*margin-bottom: 12px;*/
  }
  .cmn_about_head_ja{
    /*font-size: 48px;*/
  }
  .cmn_about_txt{
    /*font-size: 16px;*/
    /*line-height: 2.25;*/
  }
  
  
  .cmn_about{
  }
  .cmn_about.reverse .cmn_about_box1{
    order: 2;
  }
  .cmn_about.reverse .cmn_about_box2{
    order: 1;
  }

}
@media (min-width:1200px){

  

}
@media (min-width:1366px){

  /* 共通ABOUT */
  .cmn_about{
  }
  .cmn_about_box1{
    width: 52.98%;
  }
  .cmn_about_box2{
    width: 42.76%;
    margin-top: 10px;
  }
  .cmn_about_head{
    /*margin-bottom: 25px;*/
  }
  .cmn_about_head_en{
    font-size: 22px;
    /*margin-bottom: 12px;*/
  }
  .cmn_about_head_ja{
    font-size: 36px;
  }
  .cmn_about_txt{
    line-height: 2.25;
  }
  

}
@media (min-width:1470px){

  /* 共通ABOUT */
  .cmn_about{
  }
  .cmn_about_box1{
    width: 50.98%;
  }
  .cmn_about_box2{
    width: 42.76%;
    margin-top: 10px;
  }
  .cmn_about_head{
    margin-bottom: 42px;
  }
  .cmn_about_head_en{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .cmn_about_head_ja{
    font-size: 40px;
  }
  .cmn_about_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  
  /* 吹き出し */
  .cmn_fukidashi{
    margin-bottom: 42px;
  }
  .cmn_fukidashi_txt{
    font-size: 24px;
    padding: 12px 30px;
  }
  .cmn_fukidashi_txt:after{
    width: 20px;
    left: 30px;
  }

  .cmn_fukidashi.mini{
    margin-bottom: 25px;
  }
  .cmn_fukidashi.mini .cmn_fukidashi_txt{
    font-size: 18px;
    padding: 4px 30px;
    min-width: 125px;
  }
  .cmn_fukidashi.mini .cmn_fukidashi_txt:after{
    width: 20px;
  }

}
@media (min-width:1720px){

  /* 共通ABOUT */
  .cmn_about_head_en{
    font-size: 24px;
  }
  .cmn_about_head_ja{
    font-size: 48px;
  }
}



/*******************************
*　
********************************/


/* セクション設定 */
.pg_about{

}
.pg_about .section.sec1{
  padding-top: 0;
}
.pg_about .section.sec2{
  padding-top: 0;
}
.pg_about .section.sec3{
  padding-top: 0;
}
.pg_about .section.sec4{
  padding-top: 0;
}
.pg_about .section.sec5{
  padding-top: 0;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_about .section.sec1{
  }
  .pg_about .section.sec2{
    padding-top: 75px;
  }
  .pg_about .section.sec3{
    padding-top: 75px;
  }
  .pg_about .section.sec4{
    padding-top: 75px;
  }
  .pg_about .section.sec5{
    padding-top: 75px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){
  
  .pg_about .section.sec1{
  }
  .pg_about .section.sec2{
    padding-top: 135px;
  }
  .pg_about .section.sec3{
    padding-top: 70px;
  }
  .pg_about .section.sec4{
    padding-top: 80px;
  }
  .pg_about .section.sec5{
    padding-top: 80px;
  }

}
@media (min-width:1720px){


}

/* メイン部分 */

/* 大切 */
.about_important{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_important_box1{
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.about_important_box2{
  width: 100%;
  margin-top: 30px;
}

.about_important_ttl1{
  font-size: 26px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.025em;
  line-height: 1.72;
  /*margin-top: -10px;*/
  /*margin-left: -20px;*/
  
}
.about_important_ttl2{
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.about_important_txt{
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}
.about_important_txt p{
  line-height: 1.875;
  letter-spacing: 0.025em;
}

/* トラブル */
.about_trouble{
  background: #172f57;
  color: #FFF;
  padding: 20px 15px 20px;
}
.about_trouble_head{
  text-align: center;
  position: relative;
  z-index: 1;
}
.about_trouble_head_en{
  font-size: 70px;
  font-weight: 400;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0;
  color: #f5f5f5;
  opacity: 0.05;
}
.about_trouble_head_ja{
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.025em;
  line-height: 1.2;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.about_trouble_head2{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.about_trouble_head2_ja{
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.025em;
  text-align: center;
  background: #FFF;
  color: #181818;
  padding: 7px 10px 9px;
  width: 250px;
  max-width: 100%;
}
.about_trouble_msg1{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.875;
  text-align: justify;
}
.about_trouble_head + .about_trouble_msg1{
  margin-top: 10px;
}

.about_trouble_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
* + .about_trouble_list{
  margin-top: 20px;
}
.about_trouble_list_item{
  width: 100%;
  min-height: 300px;
  padding: 15px 15px;
  background: #f2f2f2;
}
.about_trouble_list_item_ttl{
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
  background: #172f57;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.about_trouble_list_item_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
  color: #181818;
  padding: 0 5px;
}
.about_trouble_list_item_txt p{
  letter-spacing: 0.025em;
}

.about_trouble_support{
  
}
* + .about_trouble_support{
  margin-top: 30px;
}
.about_trouble_support_ttl{
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.about_trouble_support_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
  text-align: justify;
}
.about_trouble_support_txt p{
  letter-spacing: 0.025em;
}

/* 選ばれる理由 */
.about_reason_head{
  font-size: 16px;
  font-family: var(--font-mincho);
  text-align: center;
  margin-bottom: 40px;
}
.about_reason_head_txt1{
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
}
.about_reason_head_txt2{
  font-size: 1.846em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 6px;
}

.about_reason{
  
}
* + .about_reason{
  
}
.about_reason_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_reason_row + .about_reason_row{
  margin-top: 50px;
}
.about_reason_box1{
  width: 100%;
}
.about_reason_box2{
  width: 100%;
  margin-top: 15px;
}
.about_reason_img{
  
}
.about_reason_img.img_fit:before{
  padding-top: 58.462%;
}
.about_reason_ttl{
  display: flex;
  align-items: center;
  border-bottom: 2px solid #172f57;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.about_reason_ttl:before{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100px;
  right: 0;
  height: 1px;
  background: #172f57;
}
.about_reason_ttl_num{
  width: 100px;
  font-size: 70px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 0.9;
  color: #c1a73d;
}
.about_reason_ttl_txt{
  width: calc(100% - 100px);
  padding-left: 5px;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.025em;
  line-height: 1.2;
  /*padding-top: 8px;*/
}
.about_reason_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}
.about_reason_txt p{
  letter-spacing: 0.025em;
}



@media (max-width:767px){

}
@media (min-width:768px){

  /* 大切 */
  .about_important{
  }
  .about_important_box1{
    width: 125px;
    border-right: 1px solid #000;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .about_important_box2{
    width: calc(100% - 125px - 30px);
    margin-top: 0;
  }

  .about_important_ttl1{
    font-size: 36px;
    line-height: 1.72;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: -10px;
    margin-left: -20px;

  }
  .about_important_ttl2{
    font-size: 19px;
    margin-bottom: 10px;
  }
  .about_important_txt{
    font-size: 16px;
  }
  .about_important_txt p{
    /*line-height: 2.25;*/
  }
  
  /* トラブル */
  .about_trouble{
    padding: 0 30px 30px;
  }
  .about_trouble_head{
    text-align: center;
  }
  .about_trouble_head_en{
    font-size: 150px;
    opacity: 0.05;
  }
  .about_trouble_head_ja{
    font-size: 24px;
    line-height: 1.5;
  }
  .about_trouble_head2{
    margin-top: 40px;
  }
  .about_trouble_head2_ja{
    font-size: 22px;
    letter-spacing: 0.025em;
    text-align: center;
    padding: 7px 10px 9px;
    width: 400px;
  }
  .about_trouble_msg1{
    font-size: 16px;
    /*line-height: 2.25;*/
  }
  .about_trouble_head + .about_trouble_msg1{
    margin-top: 0px;
  }

  .about_trouble_list{
    gap: 20px 30px;
  }
  * + .about_trouble_list{
    margin-top: 30px;
  }
  .about_trouble_list_item{
    /*width: calc(50% - 15px);*/
    min-height: 300px;
    padding: 15px 15px;
  }
  .about_trouble_list_item_ttl{
    font-size: 21px;
    padding: 5px 10px 6px;
    margin-bottom: 10px;
  }
  .about_trouble_list_item_txt{
    font-size: 16px;
    /*line-height: 1.875;*/
  }

  .about_trouble_support{

  }
  * + .about_trouble_support{
    margin-top: 50px;
  }
  .about_trouble_support_ttl{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .about_trouble_support_txt{
    font-size: 16px;
    /*line-height: 1.875;*/
    /*text-align: center;*/
  }
  
  /* 選ばれる理由 */
  .about_reason_head{
    font-size: 20px;
    margin-bottom: 50px;
  }
  .about_reason_head_txt1{
    font-size: 1em;
  }
  .about_reason_head_txt2{
    font-size: 1.846em;
    margin-top: 10px;
  }

  .about_reason{

  }
  * + .about_reason{

  }
  .about_reason_row{
  }
  .about_reason_row + .about_reason_row{
    margin-top: 50px;
  }
  .about_reason_box1{
  }
  .about_reason_box2{
    /*margin-top: -15px;*/
  }
  .about_reason_ttl{
    margin-bottom: 15px;
  }
  .about_reason_ttl:before{
    top: 8px;
    left: 123px;
  }
  .about_reason_ttl_num{
    width: 123px;
    font-size: 75px;
  }
  .about_reason_ttl_txt{
    width: calc(100% - 123px);
    padding-left: 15px;
    font-size: 22px;
    padding-top: 8px;
  }
  .about_reason_txt{
    font-size: 16px;
  }

  
}
@media (min-width:1024px){

  /* 大切 */
  .about_important_txt p{
    line-height: 2.25;
  }
  
  
  /* トラブル */
  .about_trouble{
    padding: 0 45px 70px;
  }
  .about_trouble_head{
    text-align: center;
  }
  .about_trouble_head_en{
    font-size: 180px;
  }
  .about_trouble_head_ja{
    font-size: 30px;
  }
  .about_trouble_head2{
    margin-top: 30px;
  }
  .about_trouble_head2_ja{
    font-size: 22px;
    text-align: center;
    padding: 7px 10px 9px;
    width: 540px;
  }
  .about_trouble_msg1{
    font-size: 16px;
    line-height: 2.25;
  }
  .about_trouble_head + .about_trouble_msg1{
    margin-top: -15px;
  }

  .about_trouble_list{
    gap: 15px 15px;
  }
  * + .about_trouble_list{
    margin-top: 50px;
  }
  .about_trouble_list_item{
    width: calc(50% - 15px);
    min-height: 300px;
    padding: 15px 15px;
  }
  .about_trouble_list_item_ttl{
    font-size: 19px;
    /*padding: 5px 10px;*/
    margin-bottom: 10px;
  }
  .about_trouble_list_item_txt{
    font-size: 16px;
    line-height: 1.875;
  }

  .about_trouble_support{

  }
  * + .about_trouble_support{
    margin-top: 50px;
  }
  .about_trouble_support_ttl{
    font-size: 26px;
    margin-bottom: 30px;
  }
  .about_trouble_support_txt{
    text-align: center;
    font-size: 16px;
    line-height: 1.875;
  }
  
  /* 選ばれる理由 */
  .about_reason_head{
    font-size: 20px;
    margin-bottom: 50px;
  }
  

  .about_reason{

  }
  * + .about_reason{

  }
  .about_reason_row{
  }
  .about_reason_row + .about_reason_row{
    margin-top: 65px;
  }
  .about_reason_box1{
    width: 50.98%;
  }
  .about_reason_box2{
    width: 42.76%;
    margin-top: -15px;
  }
  .about_reason_ttl{
    margin-bottom: 25px;
  }
  .about_reason_ttl:before{
    top: 0;
    left: 100px;
  }
  .about_reason_ttl_num{
    width: 100px;
    font-size: 75px;
  }
  .about_reason_ttl_txt{
    width: calc(100% - 100px);
    padding-left: 15px;
    font-size: 22px;
    padding-top: 0;
  }
  .about_reason_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  .about_reason_row:nth-child(even) .about_reason_box1{
    order: 2;
  }
  .about_reason_row:nth-child(even) .about_reason_box2{
    order: 1;
  }
}
@media (min-width:1200px){

  /* 大切 */
  .about_important{
  }
  .about_important_box1{
    width: 198px;
  }
  .about_important_box2{
    width: calc(100% - 198px - 72px);
  }

  .about_important_ttl1{
    font-size: 58px;
    margin-top: -10px;
    margin-left: -20px;
  }
  .about_important_ttl2{
    font-size: 21px;
    margin-bottom: 10px;
  }
  .about_important_txt{
    font-size: 16px;
  }
  
  
  .about_reason_ttl_txt{
    font-size: 20px;
  }

}
@media (min-width:1366px){
  .about_reason_ttl_txt{
    font-size: 22px;
  }
}
@media (min-width:1470px){

  /* 大切 */
  .about_important{
  }
  .about_important_box1{
    width: 198px;
  }
  .about_important_box2{
    width: calc(100% - 198px - 72px);
  }

  .about_important_ttl1{
    font-size: 58px;
    margin-top: -10px;
    margin-left: -20px;
  }
  .about_important_ttl2{
    font-size: 21px;
    margin-bottom: 10px;
  }
  .about_important_txt{
    font-size: 16px;
  }
  .about_important_txt p{
    line-height: 2.25;
  }
  
  /* トラブル */
  .about_trouble{
    padding: 0 45px 70px;
  }
  .about_trouble_head{
    text-align: center;
  }
  .about_trouble_head_en{
    font-size: 200px;
  }
  .about_trouble_head_ja{
    font-size: 36px;
  }
  .about_trouble_head2{
    margin-top: 40px;
  }
  .about_trouble_head2_ja{
    font-size: 26px;
    text-align: center;
    padding: 7px 10px 9px;
    width: 540px;
  }
  .about_trouble_msg1{
    font-size: 16px;
    line-height: 2.25;
    text-align: center;
  }
  .about_trouble_head + .about_trouble_msg1{
    margin-top: -38px;
  }

  .about_trouble_list{
    gap: 20px 30px;
  }
  * + .about_trouble_list{
    margin-top: 50px;
  }
  .about_trouble_list_item{
    width: calc(50% - 15px);
    min-height: 300px;
    padding: 15px 15px;
  }
  .about_trouble_list_item_ttl{
    font-size: 21px;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .about_trouble_list_item_txt{
    font-size: 16px;
    line-height: 1.875;
  }

  .about_trouble_support{

  }
  * + .about_trouble_support{
    margin-top: 50px;
  }
  .about_trouble_support_ttl{
    font-size: 26px;
    margin-bottom: 30px;
  }
  .about_trouble_support_txt{
    font-size: 16px;
    line-height: 1.875;
  }
  
  /* 選ばれる理由 */
  .about_reason_head{
    font-size: 26px;
    margin-bottom: 90px;
  }
  .about_reason_head_txt1{
    font-size: 1em;
  }
  .about_reason_head_txt2{
    font-size: 1.846em;
    margin-top: 10px;
  }

  .about_reason{

  }
  * + .about_reason{

  }
  .about_reason_row{
  }
  .about_reason_row + .about_reason_row{
    margin-top: 65px;
  }
  .about_reason_box1{
    width: 50.98%;
  }
  .about_reason_box2{
    width: 42.76%;
    margin-top: -15px;
  }
  .about_reason_ttl{
    margin-bottom: 25px;
  }
  .about_reason_ttl:before{
    top: 8px;
    left: 145px;
  }
  .about_reason_ttl_num{
    width: 145px;
    font-size: 100px;
  }
  .about_reason_ttl_txt{
    width: calc(100% - 145px);
    padding-left: 15px;
    font-size: 24px;
    padding-top: 8px;
  }
  .about_reason_txt{
    font-size: 16px;
  }
  
  .about_reason_row:first-child .about_reason_ttl:before{
    left: 123px;
  }
  .about_reason_row:first-child .about_reason_ttl_num{
    width: 123px;
  }
  .about_reason_row:first-child .about_reason_ttl_txt{
    width: calc(100% - 123px);
  }
}
@media (min-width:1720px){


}

/*******************************
*　
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}

/* メイン部分 */

@media (max-width:767px){

}
@media (min-width:768px){

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
@media (min-width:1470px){


}
@media (min-width:1720px){


}