@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
/* ------------------------------------------
  Utility Class
------------------------------------------ */

/* clearfix */

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.anchor{
  padding-top: 103px;
  margin-top: -103px;
}
@media screen and (max-width: 767px){
  .anchor{
  padding-top: 70px;
  margin-top: -70px;
}
}
/* ------------------------------------------
  Common
------------------------------------------ */

* {
  box-sizing: border-box;
  word-break: normal;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  color: #080808;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  min-width: 1080px;
  position: relative;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

body.layer {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
  text-decoration: none;
}

a:hover * {
  opacity: .75;
}

a:focus {
  outline: none;
}

a:visited {
  color: inherit;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type=checkbox], input[type=radio] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.container {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .container {
    margin: 0 20px;
    width: auto;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  header
------------------------------------------ */

.header {
  display: flex;
  height: 103px;
  justify-content: space-between;
  left: 0;
  padding: 0 0 0 60px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FF970D;
  z-index: 999;
}

.header_left {
  padding-top: 44px;
}

.header_left_logo {
  display: block;
  width: 283px;
}

.header_left_logo img {
  width: 100%;
}

.header_right {
  display: flex;
  align-items: center;
}

.header_right_desc_text {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.692307692307692;
  text-align: left;
  color: #fff;
}

.header_right_contact {
  width: 160px;
  margin-left: 24px;
display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  height: 103px;
  background: #ff450d;
}

.header_right_contact_title {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.384615384615385;
  text-align: center;
  color: #fff;
}

.header_right_contact_lists {
  display: flex;
  margin-top: 11px;
  align-items: center;
  justify-content: center;
}

.header_right_contact_lists_item {
  display: block;
  width: 30px;
}

.header_right_contact_lists_item img {
  width: 100%;
}

.header_right_contact_lists_item.mail {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding: 0 0 0 20px;
  }
  .header_left {
    padding-top: 20px;
  }
  .header_left_logo {
    width: 200px;
  }
  .header_right_desc_text {
    font-size: 1.1rem;
    display: none;
  }
  .header_right_contact {
    height: 70px;
    background: #ff450d;
		        margin-left: 0;
        width: calc(100vw - 240px);
  }
  .header_right_contact_title {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.384615384615385;
    text-align: center;
    color: #fff;
  }
  .header_right_contact_lists {
    display: flex;
    margin-top: 11px;
    align-items: center;
    justify-content: center;
  }
  .header_right_contact_lists_item {
    display: block;
    width: 25px;
  }
  .header_right_contact_lists_item img {
    width: 100%;
  }
  .header_right_contact_lists_item.mail {
    margin-left: 10px;
  }
}

/* ------------------------------------------
  lp_mv
------------------------------------------ */
.lp_mv {
  background-color: #FF970D;
  position: relative;
  z-index: 0;
  padding-top: 103px;
}

.lp_mv_subsidy_main{
  width: 900px;
  margin: 0 auto;
}
.lp_mv_subsidy_asterisk{
  font-size: 1.3rem;
}
.lp_mv_subsidy_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lp_mv_subsidy_head_wrap{
  width: 655px;
}
.lp_mv_subsidy_head_label{
  color: #FFF;
  font-size: 3.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/lp_mv_subsidy_label.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 190px;
  height: 189px;
}
.lp_mv_subsidy_head_title{
  font-size: 6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;

}
.lp_mv_subsidy_head_title_label{
  width: 458px;
}
.lp_mv_subsidy_simulation{
  margin-top: 35px;
  position: relative;
}
.lp_mv_subsidy_simulation_title{
  font-size: 2rem;
}
.lp_mv_subsidy_simulation_title >span{
  font-size: 1.5rem;
  background-color: #FFF;
  border-radius: 18px;
  border:  2px solid #000;
  padding: 5px 20px;
  margin-right:  20px;
  display: inline-block;
  text-align: center;
  width: 170px;

}
.lp_mv_subsidy_simulation_table{
  margin-top: 15px;
  width: 100%;
}

.lp_mv_subsidy_simulation_table > thead>tr>th{
  background-color: #fee418;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 15px 20px;
  border-left:  2px solid #000;

}
.lp_mv_subsidy_simulation_table > thead>tr>th:first-child{
  border-left:  none;
  text-align: left;
}
.lp_mv_subsidy_simulation_table > thead>tr>th:first-child{
  border-radius: 15px 0 0 0;
}
.lp_mv_subsidy_simulation_table > thead>tr>th:last-child{
  border-radius: 0 15px 0 0;
}
.lp_mv_subsidy_simulation_table > tbody>tr>th,.lp_mv_subsidy_simulation_table > tbody>tr>td{
  background-color: #FFF;
  padding: 16px 20px;
  vertical-align: middle;
  line-height: 1.4;
  
}
.lp_mv_subsidy_simulation_table > tbody>tr>th{
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
}
.lp_mv_subsidy_simulation_table > tbody>tr:nth-child(2) th,.lp_mv_subsidy_simulation_table > tbody>tr:nth-child(2) td{
  background: #f3f3f3;
}
.lp_mv_subsidy_simulation_table > tbody>tr:last-child th{
  border-radius: 0 0 0 15px;
}
.lp_mv_subsidy_simulation_table > tbody>tr:last-child td:last-child{
  border-radius:  0 0 15px 0;
}
.lp_mv_subsidy_simulation_table > tbody>tr>td{
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  border-left:  2px solid #000;
  
}
.lp_mv_subsidy_simulation_table > tbody>tr>td>span{
  text-align: center;
  font-size: .7em;
}
.lp_mv_subsidy_simulation_table > tbody>tr>td:nth-last-child(1),.lp_mv_subsidy_simulation_table > tbody>tr>td:nth-last-child(2){
  color: #e61421;
}
.lp_mv_subsidy_simulation_table_asterisk{
  text-align: right;
  margin-top: 10px;
  font-size: 1.3rem;
}
.lp_mv_subsidy_simulation_effect{
  position: absolute;
  background-image: url(../img/lp_mv_subsidy_effect.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 316px;
  height: 121px;
  top: -60px;
  right: -80px;
  font-weight: 500;
  padding: 9px 25px;
}
.lp_mv_subsidy_simulation_effect_title{
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.lp_mv_subsidy_simulation_effect_title::after{
  background-color: #fee418;
  position: absolute;
  height: 5px;
  width: 100%;
  bottom: -3px;
  left: 0;
  content: '';
}

.lp_mv_subsidy_simulation_effect > p {
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.6;
}
.lp_mv_subsidy_bottom {
  margin-top: 20px;
}

.lp_mv_subsidy_bottom_text {
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000;
}
.lp_mv_subsidy_bottom_text > span{
  position: relative;
  padding: 0 60px;

}
.lp_mv_subsidy_bottom_text >span::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 33px;
  height: 36px;
  background-image: url(../img/lp_mv_subsidy_subtitle_deco-l.png);
  background-size: cover;
}
.lp_mv_subsidy_bottom_text >span::after{
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 33px;
  height: 36px;
  background-image: url(../img/lp_mv_subsidy_subtitle_deco-r.png);
  background-size: cover;
}

.lp_mv_subsidy_bottom_lists {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.lp_mv_subsidy_bottom_lists_item {
  width: calc(50% - 16px);
  padding: 18px 0 18px;
  border-radius: 15px 15px 0px 0px;
  background: #ffe419;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.lp_mv_subsidy_bottom_lists_item:last-child .lp_mv_subsidy_bottom_lists_item_result{
  margin-top: 24px;
}


.lp_mv_subsidy_bottom_lists_item_text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  color: #000;
}

.lp_mv_subsidy_bottom_lists_item_title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-top: 7px;
}


.lp_mv_subsidy_bottom_lists_item_result {
  display: table;
  margin: 14px auto 0;
  padding: 0 12px;
  line-height: 50px;
  font-weight: 500;
  width: 240px;
  background-color: #fff;
  font-size: 3.5rem;
  text-align: center;
  color: #ff970d;
}
@media screen and (max-width: 767px) {
  .lp_mv {
    padding-top: 80px;
  }
  .lp_mv_subsidy_asterisk{
    text-align: left;
    width: 100%;
    font-size: 1.2rem;

  }
  .lp_mv_subsidy_main{
    width: 100%;
    padding: 0 20px;
  }
  .lp_mv_subsidy_head{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .lp_mv_subsidy_head_wrap{
    width: 220px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .lp_mv_subsidy_head_label{
    color: #FFF;
    font-size: 1.8rem;
    width: 90px;
    height: 90px;
  }
  .lp_mv_subsidy_head_title{
    font-size: 3rem;
    line-height: 1.3;

  
  }
  .lp_mv_subsidy_head_title_label{
    width: 95%;
    margin-bottom: 5px;
  }
  .lp_mv_subsidy_simulation{
    margin-top: 20px;
  }
  .lp_mv_subsidy_simulation_title{
    font-size: 1.5rem;
    text-align: center;
  }
  .lp_mv_subsidy_simulation_title >span{
    font-size: 1.2rem;
    padding: 4px 10px;
    margin-right:  10px;
    width: auto;
  }
  .lp_mv_subsidy_simulation_table{
    margin-top: 5px;
    width: 95%;
    margin: auto;
  }
  
  .lp_mv_subsidy_simulation_table > thead>tr>th{
    display: none;
  }
  .lp_mv_subsidy_simulation_table > tbody>tr:last-child th{
    border-radius: 0;
  }
  .lp_mv_subsidy_simulation_table > tbody>tr:last-child td:last-child{
    border-radius: 0;
  }
  .lp_mv_subsidy_simulation_table > tbody>tr:nth-child(2) th{
    background: #ffe419;
  }
  .lp_mv_subsidy_simulation_table > tbody>tr:nth-child(2) td{
    background: #fff;
  }
  .lp_mv_subsidy_simulation_table > tbody>tr>th,.lp_mv_subsidy_simulation_table > tbody>tr>td{
    padding: 8px 10px;
    display: block;
    width: 100%;
    border: none;
    
  }
  .lp_mv_subsidy_simulation_table > tbody>tr>th{
    font-size: 1.3rem;
    background: #ffe419;
     text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 10px;
  }
  .lp_mv_subsidy_simulation_table > tbody>tr>td{
    font-size: 1.7rem;
    position: relative;
    text-align: left;
    padding-left: 140px;
  }
  .lp_mv_subsidy_simulation_table > tbody>tr>td:before{
    content: attr(data-label);
    padding: 12px 10px;
    width: 100px;
    display: inline;
    background: #f3f3f3;
    margin-right: 10px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
  }
  .lp_mv_subsidy_simulation_table_asterisk{
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .lp_mv_subsidy_simulation_effect{
    position: static;
    margin: -10px auto 0;
    background-image: url(../img/lp_mv_subsidy_effect-sp.png);
    background-size: 100%;
    width: 316px;
    height: 121px;
    padding: 29px 25px 0;
  
  }  
  .lp_mv_subsidy_simulation_effect_title{
    font-size: 1.5rem;
  }
  .lp_mv_subsidy_simulation_effect >p{
    font-size: 1.4rem;
    margin-top: 7px;
  }
  
  .lp_mv_subsidy_bottom {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .lp_mv_subsidy_bottom_text {
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.6;
  }
  .lp_mv_subsidy_bottom_text >span{
    display: block;
  }
  .lp_mv_subsidy_bottom_lists {
    max-width: 375px;
    margin: 10px auto 0;
    display: block;
  }
  .lp_mv_subsidy_bottom_lists_item {
    border-radius: 15px;
    width: 100%;
    margin-left: 0;
  }
  .lp_mv_subsidy_bottom_lists_item+.lp_mv_subsidy_bottom_lists_item {
    margin-top: 20px;
  }
  .lp_mv_subsidy_bottom_lists_item_text {
    font-size: 1.3rem;
  }
  .lp_mv_subsidy_bottom_lists_item_title {
    font-size: 2.4rem;
    margin-top: 5px;
  }
  
  .lp_mv_subsidy_bottom_lists_item_result {
    margin: 10px auto 0;
    padding: 0 7px;
    line-height: 40px;
    font-size: 2.4rem;
  }

}

/* 
.lp_mv {
  background-color: #FF970D;
  position: relative;
  z-index: 0;
  padding-top: 103px;
}

.lp_mv_main_title {
  font-weight: 900;
  font-size: 8rem;
  letter-spacing: -0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
}

.lp_mv_main_title_small {
  font-size: 4.6rem;
}

.lp_mv_main_title_border {
  font-weight: bold;
  position: relative;
  z-index: 0;
  font-size: 3.9rem;
  letter-spacing: -0.04em;
  margin: 20px auto 0;
  line-height: 1.384615384615385;
  text-align: center;
  display: table;
  color: #000;
}

.lp_mv_main_title_border::before {
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 0;
  bottom: -20px;
  left: 0;
  content: "";
  background-color: #000000;
}

.lp_mv_main_title_border::after {
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 0;
  bottom: -26px;
  left: 0;
  content: "";
  background-color: #000000;
}

.lp_mv_main_arrow {
  width: 442px;
  margin: 40px auto 0;
  position: relative;
  z-index: -1;
}

.lp_mv_main_arrow::before {
  background-image: url(../img/lp_mv_main_arrow_home_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 381px;
  position: absolute;
  left: -402px;
  top: -184px;
  width: 355px;
}

.lp_mv_main_arrow::after {
  background-image: url(../img/lp_mv_main_arrow_home_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 390px;
  position: absolute;
  right: -402px;
  top: -184px;
  width: 384px;
}

.lp_mv_main_arrow img {
  width: 100%;
}

.lp_mv_bottom {
  margin-top: 65px;
}

.lp_mv_bottom_text {
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: -0.03em;
  line-height: 1.476190476190476;
  text-align: center;
  color: #000;
}

.lp_mv_bottom_lists {
  display: flex;
  margin-top: 15px;
}

.lp_mv_bottom_lists_item {
  width: calc(33.33333% - 16px);
  margin-left: 23px;
  padding: 18px 0 16px;
  border-radius: 15px 15px 0px 0px;
  background: #ffe419;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.lp_mv_bottom_lists_item:nth-child(3n+1) {
  margin-left: 0;
}

.lp_mv_bottom_lists_item_text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  color: #000;
}

.lp_mv_bottom_lists_item_title {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-top: 7px;
}

.lp_mv_bottom_lists_item_result {
  display: table;
  margin: 14px auto 0;
  padding: 0 12px;
  line-height: 50px;
  font-weight: 500;
  background-color: #fff;
  font-size: 3.5rem;
  text-align: center;
  color: #ff970d;
}

.lp_mv_bottom_lists_item_flex {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  align-items: center;
}

.lp_mv_bottom_lists_item_flex_left {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.lp_mv_bottom_lists_item_flex_left span {
  font-weight: 500;
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  text-align: center;
  color: #000;
  margin-top: 4px;
}

.lp_mv_bottom_lists_item_flex .lp_mv_bottom_lists_item_result {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .lp_mv {
    padding-top: 70px;
  }
  .lp_mv_main_title {
    font-size: 3rem;
  }
  .lp_mv_main_title_small {
    font-size: 1.6rem;
  }
  .lp_mv_main_title_border {
    font-size: 2rem;
    margin: 10px auto 0;
  }
  .lp_mv_main_title_border::before {
    height: 2px;
    bottom: -10px;
  }
  .lp_mv_main_title_border::after {
    height: 2px;
    bottom: -15px;
  }
  .lp_mv_main_arrow {
    width: 160px;
    margin: 40px auto 0;
  }
  .lp_mv_main_arrow::before {
    height: 85px;
    left: -100px;
    top: -20px;
    width: 78px;
  }
  .lp_mv_main_arrow::after {
    height: 95px;
    right: -100px;
    top: -26px;
    width: 88px;
  }
  .lp_mv_main_arrow img {
    width: 100%;
  }
  .lp_mv_bottom {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .lp_mv_bottom_text {
    font-size: 1.7rem;
  }
  .lp_mv_bottom_lists {
    max-width: 375px;
    margin: 20px auto 0;
    display: block;
  }
  .lp_mv_bottom_lists_item {
    border-radius: 15px;
    width: 100%;
    margin-left: 0;
  }
  .lp_mv_bottom_lists_item+.lp_mv_bottom_lists_item {
    margin-top: 20px;
  }
  .lp_mv_bottom_lists_item_text {
    font-size: 1.3rem;
  }
  .lp_mv_bottom_lists_item_title {
    font-size: 2.4rem;
    margin-top: 5px;
  }
  .lp_mv_bottom_lists_item_result {
    margin: 10px auto 0;
    padding: 0 7px;
    line-height: 40px;
    font-size: 2.4rem;
  }
  .lp_mv_bottom_lists_item_flex {
    margin-top: 10px;
  }
  .lp_mv_bottom_lists_item_flex_left {
    font-size: 1.6rem;
  }
  .lp_mv_bottom_lists_item_flex_left span {
    font-weight: 500;
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    color: #000;
    margin-top: 4px;
  }
  .lp_mv_bottom_lists_item_flex .lp_mv_bottom_lists_item_result {
    margin: 0 0 0 10px;
  }
} */

/* ------------------------------------------
  lp_worry
------------------------------------------ */

.lp_worry {
  padding: 60px 0 0;
}

.lp_worry_title {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.466666666666667;
  text-align: center;
  color: #000;
  padding: 0 25px;
  position: relative;
  z-index: 0;
}

.lp_worry_title::before {
  background-image: url(../img/lp_worry_title_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 92px;
}

.lp_worry_title::after {
  background-image: url(../img/lp_worry_title_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 92px;
}

.lp_worry_lists {
  display: flex;
  margin-top: 80px;
  padding-bottom: 33px;
  border-bottom: 1px solid #000;
}

.lp_worry_lists_item {
  width: 25%;
}

.lp_worry_lists_item_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp_worry_lists_item_title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.555555555555556;
  text-align: center;
  color: #000;
  margin-top: 10px;
}

.lp_worry_text {
  margin: 17px auto 0;
  width: 619px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  text-align: left;
  color: #000;
}

.lp_worry_next {
  width: 284px;
  margin: 88px auto 0;
}

@media screen and (max-width: 767px) {
  .lp_worry {
    padding: 40px 0 0;
  }
  .lp_worry_title {
    font-size: 2.4rem;
    padding: 0 30px;
  }
  .lp_worry_title::before {
    width: 20px;
    height: 80px;
  }
  .lp_worry_title::after {
    width: 20px;
    height: 80px;
  }
  .lp_worry_lists {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 20;
  }
  .lp_worry_lists_item {
    width: 50%;
  }
  .lp_worry_lists_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .lp_worry_lists_item_img {
    display: flex;
    max-width: 150px;
    margin: 0 auto;
  }
  .lp_worry_lists_item:last-child .lp_worry_lists_item_img {
    max-width: 130px;
  }
  .lp_worry_lists_item_img img {
    width: 100%;
  }
  .lp_worry_lists_item_title {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .lp_worry_text {
    margin: 10px auto 0;
    width: 100%;
    font-size: 1.3rem;
  }
  .lp_worry_next {
    width: 100%;
    margin: 40px auto 0;
    max-width: 200px;
  }
}

/* ------------------------------------------
  lp_solution
------------------------------------------ */

.lp_solution {
  background-color: #FF970D;
  margin-top: 130px;
  position: relative;
  padding-bottom: 267px;
  z-index: 0;
}

.lp_solution::before {
  background-image: url(../img/lp_solution_back.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  height: 100%;
  min-height: 150px;
  position: absolute;
  left: 0;
  top: -130px;
  width: 100%;
  z-index: -1;
}

.lp_solution_title {
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.72;
  text-align: center;
  color: #000;
}

.lp_solution_lists {
  display: flex;
  padding-top: 48px;
}

.lp_solution_lists_item {
  width: calc(33.33333% - 32px);
  margin-left: 48px;
  border-radius: 34px 0px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.36);
  padding: 14px 12px 30px;
}

.lp_solution_lists_item:nth-child(3n+1) {
  margin-left: 0;
}

.lp_solution_lists_item_img img {
  width: 100%;
  border-radius: 30px 0px 0px 0px;
}

.lp_solution_lists_item_number {
  width: 72px;
  height: 72px;
  background: #ff970d;
  border: 5px solid #fff;
  display: flex;
  margin: -33px auto 0;
  border-radius: 50%;
  align-items: center;
  z-index: 1;
  position: relative;
  justify-content: center;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.lp_solution_lists_item_title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.48;
  text-align: center;
  color: #e35e17;
  margin-top: 10px;
}

.lp_solution_lists_item_desc {
  margin-top: 20px;
  font-weight: 500;
  padding: 0 7px;
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 767px) {
  .lp_solution {
    margin-top: 60px;
    padding-bottom: 150px;
  }
  .lp_solution::before {
    height: 100%;
    min-height: 70px;
    top: -70px;
  }
  .lp_solution_title {
    top: -49px;
    font-size: 1.7rem;
    width: 335px;
  }
  .lp_solution_lists {
    display: block;
    max-width: 375px;
    margin: 0 auto;
    padding-top: 88px;
  }
  .lp_solution_lists_item {
    width: 100%;
    margin-left: 0;
    border-radius: 20px 0px;
    padding: 10px 10px 20px;
  }
  .lp_solution_lists_item+.lp_solution_lists_item {
    margin-top: 20px;
  }
  .lp_solution_lists_item_img img {
    border-radius: 20px 0px 0px 0px;
  }
  .lp_solution_lists_item_number {
    width: 50px;
    height: 50px;
    background: #ff970d;
    border: 4px solid #fff;
    margin: -25px auto 0;
    font-size: 2.8rem;
  }
  .lp_solution_lists_item_title {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .lp_solution_lists_item_desc {
    margin-top: 10px;
    padding: 0 5px;
    font-size: 1.3rem;
  }
}

/* ------------------------------------------
  lp_new
------------------------------------------ */

.lp_new {
  min-height: 580px;
  background-image: url(../img/lp_new_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.lp_new_main {
  width: 579px;
  background: #fffde0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}

.lp_new_main_inner {
  position: relative;
  z-index: 0;
  padding: 52px 60px 68px;
}

.lp_new_main_inner::before {
  background-image: url(../img/lp_new_main_inner_before.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 109px;
  position: absolute;
  left: -60px;
  top: -29px;
  width: 171px;
  z-index: -1;
}

.lp_new_main_inner::after {
  background-image: url(../img/lp_new_main_inner_after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 472px;
  position: absolute;
  left: -57px;
  z-index: -1;
  bottom: -99px;
  width: 982px;
}

.lp_new_main_title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.72;
  text-align: center;
  color: #000;
}

.lp_new_main_desc {
  margin-top: 30px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 767px) {
  .lp_new {
    min-height: 300px;
  }
  .lp_new_main {
    width: calc(100% - 40px);
    top: -100px;
  }
  .lp_new_main_inner {
    padding: 20px;
  }
  .lp_new_main_inner::before {
    height: 50px;
    left: -12px;
    top: -15px;
    width: 80px;
  }
  .lp_new_main_inner::after {
    height: 207px;
    right: -150px;
    left: auto;
    bottom: -58px;
    width: 493px;
  }
  .lp_new_main_title {
    font-size: 1.8rem;
  }
  .lp_new_main_desc {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

/* ------------------------------------------
  lp_campaign
------------------------------------------ */

.lp_campaign {
  position: relative;
  z-index: 0;
  padding: 35px 0;
  background-color: #FCE132;
}

.lp_campaign::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/lp_campaign_side.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  z-index: -1;
  width: 100px;
}

.lp_campaign::after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/lp_campaign_side.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  z-index: -1;
  height: 100%;
  width: 100px;
}

.lp_campaign_title {
  width: 502px;
  margin: 0 auto -46px;
}

.lp_campaign_flex {
  display: flex;
  padding: 43px 36px 0;
  justify-content: space-between;
  align-items: flex-end;
  border: 5px solid #fd9727;
  border-radius: 30px;
}

.lp_campaign_flex_left_text {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.666666666666667;
  text-align: left;
  color: #000;
}

.lp_campaign_flex_left_link {
  width: 400px;
  display: block;
  margin-top: -16px;
}

.lp_campaign_flex_right {
  /* width: 463px; */
  width: 500px;
  padding: 0 0 34px;
}

@media screen and (max-width: 767px) {
  .lp_campaign {
    padding: 20px 0;
  }
  .lp_campaign::before {
    display: none;
  }
  .lp_campaign::after {
    display: none;
  }
  .lp_campaign_title {
    width: 280px;
    margin: 0 auto -27px;
  }
  .lp_campaign_flex {
    display: block;
    max-width: 335px;
    margin: 0 auto;
    padding: 20px;
    border: 4px solid #fd9727;
    border-radius: 20px;
  }
  .lp_campaign_flex_left_text {
    font-size: 1.4rem;
  }
  .lp_campaign_flex_left_link {
    width: 280px;
    margin: -16px auto 0;
  }
  .lp_campaign_flex_right {
    width: 280px;
    padding: 0;
    margin: 20px auto 0;
  }
}

/* ------------------------------------------
  lp_reason
------------------------------------------ */

.lp_reason {
  padding: 109px 0 193px;
  background-color: #FF970D;
}

.lp_reason_title {
  width: 500px;
  margin: 0 auto;
}

.lp_reason_title img {
  width: 100%;
}

.lp_reason_point {
  margin-top: 80px;
}

.lp_reason_point .container {
  border-radius: 21px;
  background: #fff;
  position: relative;
  z-index: 0;
}

.lp_reason_point .container::before {
  width: 100vw;
  background-color: #fff;
  left: 100px;
  top: 0;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}

.lp_reason_point.next .container::before {
  right: 100px;
  left: auto;
}

.lp_reason_point_flex {
  display: flex;
}

.lp_reason_point_flex_small {
  position: relative;
  z-index: 0;
  width: 280px;
  padding: 0 40px 20px;
}

.lp_reason_point_flex_small_number {
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-weight: normal;
  margin-top: -70px;
  font-size: 10rem;
  line-height: 111px;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 0;
}

.lp_reason_point_flex_small_number span {
  display: block;
  font-weight: normal;
  font-family: "FOT-TsukuARdGothic Std", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.lp_reason_point_flex_small_number::before {
  position: absolute;
  bottom: -24px;
  left: 50%;
  background-image: url(../img/lp_reason_point_flex_small_number_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  z-index: -1;
  transform: translateX(-50%);
  height: 56px;
  width: 130px;
}

.lp_reason_point_flex_small_text {
  margin-top: 70px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
  color: #000;
}

.lp_reason_point_flex_small_orange {
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  text-align: left;
  color: #fd9727;
}

.lp_reason_point_flex_big {
  width: calc(100% - 280px);
  padding-top: 40px;
}

.lp_reason_point_flex_big_title {
  width: 440px;
  padding-bottom: 4px;
  border-bottom: 5px solid #000;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.72;
  text-align: center;
  color: #000;
}

.lp_reason_point_flex_big_voice {
  margin-top: 47px;
  display: flex;
}

.lp_reason_point_flex_big_voice_item {
  width: 200px;
}

.lp_reason_point_flex_big_voice_item+.lp_reason_point_flex_big_voice_item {
  margin-left: 47px;
}

.lp_reason_point_flex_big_voice_item_comment {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.615384615384615;
  text-align: left;
  color: #000;
  padding: 20px;
  border: 1px #000 solid;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}

.lp_reason_point_flex_big_voice_item_comment::after {
  background-image: url(../img/lp_reason_point_flex_big_voice_item_comment.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 28px;
  position: absolute;
  left: 90px;
  bottom: -27px;
  width: 44px;
  z-index: 0;
}

.lp_reason_point_flex_big_voice_item_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}

.lp_reason_point_flex_big_voice_item_flex_text {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.384615384615385;
  text-align: left;
  color: #000;
}

.lp_reason_point_flex_big_voice_item_flex_human {
  width: 51px;
}

.lp_reason_point_flex_big_voice_item_flex_human img {
  width: 100%;
}

.lp_reason_point.next .lp_reason_point_flex_big_title {
  margin-left: auto;
}

.lp_reason_point.next .lp_reason_point_flex_big {
  padding-bottom: 350px;
  position: relative;
  z-index: 0;
}

.lp_reason_point_flex_big_bigimg {
  position: absolute;
  right: 0;
  top: 133px;
  height: 333px;
  width: 1314px;
}

.lp_reason_point_flex_big_bigimg img {
  height: 100%;
  width: 100%;
}

.lp_reason_point+.lp_reason_point {
  margin-top: 164px;
}

.lp_reason_point_top {
  display: flex;
  padding-top: 37px;
}

.lp_reason_point_top .lp_reason_point_top_number {
  width: 280px;
  position: absolute;
  top: -70px;
  left: 0;
}

.lp_reason_point_top .lp_reason_point_top_number .lp_reason_point_flex_small_number {
  margin: 0;
}

.lp_reason_point_top .lp_reason_point_flex_big_title {
  margin: 0 auto;
}

.lp_reason_point_flex_03 {
  display: flex;
  padding-bottom: 60px;
  margin-top: 48px;
}

.lp_reason_point_flex_03_small_text {
  width: 50%;
  padding: 0 37px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.733333333333333;
  text-align: left;
  color: #000;
}

.lp_reason_point_flex_03_img {
  width: 50%;
  padding-left: 20px;
}

.lp_reason_point_flex_03_img img {
  width: 100%;
}

.lp_reason_flow {
  margin-top: 150px;
}

.lp_reason_flow_title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.72;
  text-align: center;
  color: #000;
  line-height: 61px;
  background: #fff;
  border: 5px solid #000;
  border-radius: 35px;
}

.lp_reason_flow_lists {
  display: flex;
  margin-top: 56px;
}

.lp_reason_flow_lists_item {
  width: calc(25% - 44px);
  position: relative;
  z-index: 0;
  margin-left: 58px;
  background: #fff;
  border: 1px solid #000;
  padding: 20px 15px 10px;
}

.lp_reason_flow_lists_item:nth-child(4n+1) {
  margin-left: 0;
}

.lp_reason_flow_lists_item+.lp_reason_flow_lists_item::before {
  position: absolute;
  top: 50%;
  left: -59px;
  background-image: url(../img/lp_reason_flow_lists_item_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  z-index: -1;
  transform: translateY(-50%);
  height: 22px;
  width: 45px;
}

.lp_reason_flow_lists_item_step {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #070707;
}

.lp_reason_flow_lists_item_title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #ff970d;
}

.lp_reason_flow_lists_item_desc {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-top: 20px;
  line-height: 1.6;
  text-align: left;
  color: #000;
}

.lp_reason_flow_lists_item_img {
  padding-right: 15px;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .lp_reason {
    padding: 60px 0;
  }
  .lp_reason_title {
    width: 300px;
    margin: 0 auto;
  }
  .lp_reason_title img {
    width: 100%;
  }
  .lp_reason_point {
    margin-top: 80px;
  }
  .lp_reason_point .container {
    border-radius: 20px;
  }
  .lp_reason_point .container::before {
    display: none;
  }
  .lp_reason_point_flex {
    display: flex;
    flex-direction: column;
    max-width: 335px;
    margin: 0 auto;
  }
  .lp_reason_point_flex_small {
    z-index: 0;
    width: 100%;
    padding: 0 20px 10px;
  }
  .lp_reason_point_flex_small_number {
    margin-top: -40px;
    font-size: 6rem;
    line-height: 60px;
  }
  .lp_reason_point_flex_small_number span {
    font-size: 2rem;
  }
  .lp_reason_point_flex_small_number::before {
    bottom: -12px;
    height: 40px;
    width: 100px;
  }
  .lp_reason_point_flex_small_text {
    margin-top: 30px;
    font-size: 1.3rem;
  }
  .lp_reason_point_flex_small_orange {
    font-weight: bold;
    font-size: 1.3rem;
  }
  .lp_reason_point_flex_big {
    width: 100%;
    padding: 20px;
  }
  .lp_reason_point_flex_big_title {
    padding-bottom: 3px;
    font-size: 1.7rem;
    width: 100%;
  }
  .lp_reason_point_flex_big_voice {
    margin-top: 20px;
    display: block;
  }
  .lp_reason_point_flex_big_voice_item {
    width: 100%;
  }
  .lp_reason_point_flex_big_voice_item+.lp_reason_point_flex_big_voice_item {
    margin-left: 0;
    margin-top: 20px;
  }
  .lp_reason_point_flex_big_voice_item_comment {
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 10px;
  }
  .lp_reason_point_flex_big_voice_item_comment::after {
    left: auto;
    right: 60px;
    bottom: -26px;
  }
  .lp_reason_point_flex_big_voice_item_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
  }
  .lp_reason_point_flex_big_voice_item_flex_text {
    font-size: 1.3rem;
  }
  .lp_reason_point_flex_big_voice_item_flex_human {
    width: 40px;
  }
  .lp_reason_point.next .lp_reason_point_flex {
    flex-direction: column-reverse;
  }
  .lp_reason_point.next .lp_reason_point_flex_big {
    padding-bottom: 350px;
    position: relative;
    z-index: 0;
  }
  .lp_reason_point_flex_big_bigimg {
    top: 64px;
    width: 100%;
    overflow: scroll;
  }
  .lp_reason_point_flex_big_bigimg img {
    height: 333px;
    width: 1314px;
    display: block;
    max-width: initial;
  }
  .lp_reason_point+.lp_reason_point {
    margin-top: 60px;
  }
  .lp_reason_point_top {
    display: block;
    padding: 37px 20px 0;
  }
  .lp_reason_point_top .lp_reason_point_top_number {
    width: 280px;
    margin: -70px auto 0;
    position: static;
  }
  .lp_reason_point_top .lp_reason_point_flex_big_title {
    margin-top: 20px;
  }
  .lp_reason_point_flex_03 {
    flex-direction: column;
    padding: 0 20px 60px;
    margin-top: 20px;
  }
  .lp_reason_point_flex_03_small_text {
    width: 100%;
    padding: 0;
    font-size: 1.3rem;
  }
  .lp_reason_point_flex_03_img {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .lp_reason_flow {
    margin-top: 60px;
  }
  .lp_reason_flow_title {
    font-size: 2rem;
    line-height: 50px;
    border: 4px solid #000;
    border-radius: 35px;
  }
  .lp_reason_flow_lists {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .lp_reason_flow_lists_item {
    width: calc(50% - 10px);
    margin-left: 20px;
    padding: 20px 10px 10px;
  }
  .lp_reason_flow_lists_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .lp_reason_flow_lists_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .lp_reason_flow_lists_item+.lp_reason_flow_lists_item::before {
    display: none;
  }
  .lp_reason_flow_lists_item:nth-child(2n)::before {
    position: absolute;
    top: 50%;
    left: -21px;
    background-image: url(../img/lp_reason_flow_lists_item_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    z-index: -1;
    transform: translateY(-50%);
    height: 10px;
    display: block;
    width: 15px;
  }
  .lp_reason_flow_lists_item_step {
    top: -20px;
    font-size: 2rem;
  }
  .lp_reason_flow_lists_item_title {
    font-size: 1.6rem;
  }
  .lp_reason_flow_lists_item_desc {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .lp_reason_flow_lists_item_img {
    padding-right: 10px;
    margin-top: 7px;
  }
}

/* ------------------------------------------
  lp_consult
------------------------------------------ */

.lp_consult {
  padding: 70px 0;
  background-color: #FFFDE0;
}

.lp_consult_top {
  width: 401px;
  margin: 0 auto -20px;
  position: relative;
  z-index: 1;
}

.lp_consult_top img {
  width: 100%;
}

.lp_consult_main {
  position: relative;
  z-index: 0;
  padding-bottom: 30px;
  border-bottom: 7px #96d331 solid;
}

.lp_consult_main_title {
  line-height: 86px;
  background: #8ad906;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #fff;
}

.lp_consult_main_desc {
  margin-top: 30px;
/*  width: 587px;*/
	width: 660px;
  font-weight: 500;
/*  font-size: 1.5rem;*/
	font-size: 1.8rem;
  line-height: 1.733333333333333;
  text-align: left;
  color: #000;
}

.lp_consult_main_img {
  position: absolute;
/*
  right: -30px;
  width: 337px;
  top: -70px;
*/
	right: 10px;
  width: 250px;
  top: 27px;
}

.lp_consult_main_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp_consult {
    padding: 60px 0;
  }
  .lp_consult_top {
    width: 300px;
    margin: 0 auto -10px;
  }
  .lp_consult_main {
    border-bottom: 7px #96d331 solid;
  }
  .lp_consult_main_title {
    line-height: 60px;
    font-size: 2.8rem;
  }
  .lp_consult_main_desc {
    margin-top: 20px;
    width: 100%;
    font-size: 1.3rem;
  }
  .lp_consult_main_img {
    position: static;
    width: 200px;
    margin: 20px auto 0;
  }
  .lp_consult_main_img img {
    width: 100%;
  }
}

/* ------------------------------------------
  lp_info
------------------------------------------ */

.lp_info {
  padding: 100px 0;
  background-color: #FF970D;
}

.lp_info_main {
  display: flex;
}

.lp_info_main_left {
  width: 50%;
  padding-right: 30px;
}

.lp_info_main_left_title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #fff;
}

.lp_info_main_left_desc {
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 22px;
  line-height: 1.733333333333333;
  text-align: left;
  color: #fff;
}

.lp_info_main_left_company {
  margin-top: 60px;
}

.lp_info_main_left_company_logo {
  width: 376px;
  display: block;
}

.lp_info_main_left_company_logo img {
  width: 100%;
}

.lp_info_main_left_company_desc {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.733333333333333;
  text-align: left;
  color: #fff;
  margin-top: 20px;
}

.lp_info_main_left_company_link {
  width: 293px;
  line-height: 30px;
  border-radius: 18px;
  border: 2px solid #fff;
  display: block;
  padding-left: 17px;
  margin-top: 20px;
}

.lp_info_main_left_company_link span {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 30px;
  text-align: left;
  position: relative;
  z-index: 0;
  color: #fff;
  padding-right: 21px;
}

.lp_info_main_left_company_link span::after {
  background-image: url(../img/lp_info_main_left_company_link_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 13px;
  position: absolute;
  right: 0;
  top: 6px;
  width: 12px;
}

.lp_info_main_right {
  width: 50%;
  padding-left: 30px;
}

.lp_info_main_right_item {
  display: flex;
  background-color: #fff;
  padding: 20px 20px 20px 34px;
  min-height: 180px;
}

.lp_info_main_right_item+.lp_info_main_right_item {
  margin-top: 15px;
}

.lp_info_main_right_item_icon {
  display: flex;
  align-items: center;
  width: calc(100% - 323px);
  border-right: 1px #000 solid;
}

.lp_info_main_right_item_text {
  width: 323px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 18px;
}

.lp_info_main_right_item_text_title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  color: #fd9727;
}

.lp_info_main_right_item_text_link {
  width: 100%;
  line-height: 33px;
  background: #fd9727;
  font-weight: 500;
  margin-top: 32px;
  border-radius: 18px;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  color: #fff;
}

.lp_info_main_right_item_text_tel {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.357142857142857;
  text-align: left;
  color: #fd9727;
  margin-top: 5px;
}

.lp_info_main_right_item_text_desc {
  font-weight: 500;
  margin-top: 7px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 767px) {
  .lp_info {
    padding: 60px 0;
  }
  .lp_info_main {
    display: block;
  }
  .lp_info_main_left {
    width: 100%;
    padding-right: 0;
  }
  .lp_info_main_left_title {
    font-size: 1.7rem;
  }
  .lp_info_main_left_desc {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .lp_info_main_left_company {
    margin-top: 30px;
  }
  .lp_info_main_left_company_logo {
    width: 250px;
    margin: 0 auto
  }
  .lp_info_main_left_company_logo img {
    width: 100%;
  }
  .lp_info_main_left_company_desc {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
  }
  .lp_info_main_left_company_link {
    width: 250px;
    margin: 20px auto 0;
    text-align: center;
  }
  .lp_info_main_left_company_link span {
    font-weight: 500;
    font-size: 1.5rem;
  }
  .lp_info_main_right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .lp_info_main_right_item {
    display: block;
    padding: 20px;
    min-height: initial;
  }
  .lp_info_main_right_item+.lp_info_main_right_item {
    margin-top: 15px;
  }
  .lp_info_main_right_item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    width: 100%;
    border-right: none;
    border-bottom: 1px #000 solid;
  }
  .lp_info_main_right_item_text {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 15px;
  }
  .lp_info_main_right_item_text_title {
    font-size: 1.7rem;
    text-align: center;
  }
  .lp_info_main_right_item_text_link {
    font-weight: 500;
    margin-top: 15px;
  }
  .lp_info_main_right_item_text_tel {
    text-align: center;
    font-size: 2rem;
    margin-top: 5px;
  }
  .lp_info_main_right_item_text_desc {
    font-weight: 500;
    margin-top: 7px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
    color: #000;
  }
}

/* ------------------------------------------
  lp_contact
------------------------------------------ */

.lp_contact {
  padding: 124px 0 73px;
}

.lp_contact_lists {
  margin-top: 16px;
}

.lp_contact_lists_item {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.533333333333333;
  text-align: left;
  color: #000;
  padding-left: 18px;
  position: relative;
  z-index: 0;
}

.lp_contact_lists_item::before {
  content: "●";
  top: 0;
  font-size: 1.5rem;
  color: #C46F00;
  line-height: 1.533333333333333;
  left: 0;
  position: absolute;
}

.lp_contact_attention {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.533333333333333;
  text-align: left;
  color: #000;
  margin-top: 5px;
}

.lp_contact_attention span {
  color: #C46F00;
}

.lp_contact_title {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  color: #ff970d;
  border-bottom: 1px #000 solid;
  padding-bottom: 20px;
}

.contact_main table {
  width: 100%;
  margin-top: 40px;
}

.contact_main th {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.533333333333333;
  width: 300px;
  text-align: left;
}

.contact_main th span {
  color: #C46F00;
}

.contact_main td {
  width: calc(100% - 300px);
}

.contact_main tr+tr {
  border-top: 40px #fff solid;
}

.contact_main td input {
  background-color: #fff;
  display: block;
  font-size: 1.5rem;
  height: 75px;
  line-height: 1.7;
  padding: 0 30px;
  width: 100%;
  border: 1px #C3C3C3 solid;
}

.contact_main td textarea {
  background-color: #fff;
  display: block;
  font-size: 1.5rem;
  height: 75px;
  line-height: 1.7;
  padding: 27px 30px;
  width: 100%;
  height: 251px;
  resize: vertical;
  border: 1px #C3C3C3 solid;
}

::placeholder {
  color: #C3C3C3;
}

.contact_check {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.contact_check .contact_check_main {
  font-weight: 500;
  position: relative;
  z-index: 0;
  font-size: 1.5rem;
  line-height: 21px;
  cursor: pointer;
  text-align: left;
  display: table;
  color: #000;
  padding-left: 32px;
}

.contact_check .contact_check_main::before {
  content: "";
  border: 1px #C3C3C3 solid;
  width: 21px;
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
}

.contact_check input:checked+.contact_check_main::after {
  border-bottom: 2px solid #FF970D;
  border-left: 2px solid #FF970D;
  border-right: none;
  border-top: none;
  content: '';
  display: block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 11px
}

.contact_submit {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.contact_submit_main {
  width: 410px;
  line-height: 72px;
  background: #ff970d;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.contact_privacy {
  background-color: #F7F5F4;
  padding: 38px 80px 60px;
  margin-top: 70px;
}

.contact_privacy_main_title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.contact_privacy_main_text {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 30px;
  text-align: left;
  color: #847b71;
}

.contact_privacy_main_text span {
  font-weight: bold;
}

label.error {
  color: #C46F00;
  font-size: 1.4rem;
}

.contact_check .contact_check_main+label.error {
  display: block;
}

@media screen and (max-width: 767px) {
  .lp_contact {
    padding: 60px 0;
  }
  .lp_contact_lists_item {
    font-size: 1.3rem;
    padding-left: 15px;
  }
  .lp_contact_lists_item::before {
    font-size: 1.3rem;
  }
  .lp_contact_attention {
    font-size: 1.3rem;
    margin-top: 3px;
  }
  .lp_contact_title {
    font-size: 2.8rem;
    border-bottom: 1px #000 solid;
    padding-bottom: 15px;
  }
  .contact_main table {
    margin-top: 20px;
    display: block;
  }
  .contact_main tbody {
    display: block;
  }
  .contact_main tr {
    display: block;
  }
  .contact_main th {
    font-weight: 500;
    font-size: 1.3rem;
    width: 100%;
    display: block;
  }
  .contact_main td {
    margin-top: 7px;
    font-weight: 500;
    font-size: 1.3rem;
    width: 100%;
    display: block;
  }
  .contact_main tr+tr {
    border-top: 20px #fff solid;
  }
  .contact_main td input {
    font-size: 1.3rem;
    height: 50px;
    padding: 0 15px;
  }
  .contact_main td textarea {
    font-size: 1.3rem;
    padding: 15px;
    height: 200px;
  }
  .contact_check {
    margin-top: 20px;
  }
  .contact_submit {
    margin-top: 20px;
  }
  .contact_submit_main {
    width: 100%;
    line-height: 60px;
    font-size: 1.7rem;
  }
  .contact_privacy {
    padding: 20px;
    margin-top: 40px;
  }
  .contact_privacy_main_title {
    font-size: 2rem;
  }
  .contact_privacy_main_text {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

/* ------------------------------------------
  footer
------------------------------------------ */

.footer {
  padding-bottom: 90px;
}

.footer_copy {
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 120px;
  }
  .footer_copy {
    font-size: 1.1rem;
  }
}

/* ------------------------------------------
  fixed_area
------------------------------------------ */

.fixed_area {
  background-color: #B7FF45;
  height: 70px;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
	z-index: 100
}

.fixed_area_main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed_area_main_now {
  width: 56px;
  height: 56px;
  line-height: 1.4;
  background: #FF450D;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: -0.07em;
  text-align: center;
  color: #fff;
  padding: 9px 0 0;
}

.fixed_area_main_second {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: left;
  margin-left: 7px;
  color: #000;
}

.fixed_area_main_img {
  width: 245px;
  margin-left: 7px;
}

.fixed_area_main_img img {
  width: 100%;
}

.fixed_area_main_consult {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  color: #000;
  margin-left: 18px;
}

.fixed_area_main_consult span {
  font-weight: bold;
  font-size: 1.8rem;
}

.fixed_area.sp {
  display: none;
}

.fixed_area_main_link {
  width: 290px;
  line-height: 44px;
  background: #fff;
  border: 5px solid #000;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
  padding-left: 40px;
  background-image: url(../img/fixed_area_main_link_arrow.png);
  background-position: center right 15px;
  background-repeat: no-repeat;
  margin-left: 22px;
  background-size: 27px;
}

.fixed_area_main_top {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .fixed_area {
    height: auto;
    padding: 8px 0;
  }
  .fixed_area_main {
    flex-direction: column;
  }
  .fixed_area.pc {
    display: none;
  }
  .fixed_area.sp {
    display: block;
  }
  .fixed_area_main_img {
    width: 200px;
    margin-left: 0;
  }
  .fixed_area_main_consult {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .fixed_area_main_consult span {
    font-size: 1.4rem;
  }
  .fixed_area_main_box {
    display: flex;
    align-items: center;
  }
  .fixed_area_main_link {
    width: 250px;
    line-height: 35px;
    border: 3px solid #000;
    font-size: 1.3rem;
    padding-left: 30px;
    background-position: center right 15px;
    margin-left: 0;
    background-size: 20px;
    margin-top: 6px;
  }
  .fixed_area_main_top {
    display: none;
  }
}

.thanks {
  padding: 200px 0 100px;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}


/* ------------------------------------------
  new_mv
------------------------------------------ */
.new_mv{
  background: #FFEAB1;
  padding-top: 120px;
}
.new_mv .head{
  position: relative;
}
.new_mv h1{
  width: 680px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.new_mv .head .deco01{
  width: 126.74px;
  position: absolute;
  left: 10px;
  top: 0;
}
.new_mv .head .deco02{
  width: 231.97px;
  position: absolute;
  right: -50px;
  top: -10px;
  
}
.new_mv .prices{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: flex-end;
}
.new_mv .prices .price{
  width: calc((100% - 54px) / 4);
}
.new_mv .bottom{
  margin-top: 8px;
}
.new_mv .sup{
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 11px;
}
.new_mv .belt{
  background: #FE970E;
  text-align: center;
  padding: 15px 0 23px;
}
.new_mv .belt p{
  font-size: 26px;
  font-weight: bold;
}
.new_mv .belt p strong{
  color: #fff;
  border-bottom: solid 2px;
  display: inline-block;
  margin: 0 10px;
  font-size: 30px;
 line-height: 1.4;
}
.new_mv .belt a{
	display: block;
	width: 330px;
  line-height: 44px;
  background: #fff;
  border: 5px solid #000;
  border-radius: 30px;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
  background-image: url(../img/fixed_area_main_link_arrow.png);
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-size: 27px; 
	margin: 20px auto 0;
}
.new_mv .belt .forPC{
	display: inline;
}
@media screen and (max-width: 767px){
  .new_mv{
    padding-top: 100px;
  }
  .new_mv .head{
    position: relative;
  }
  .new_mv h1{
    width: 100%;
  }
  .new_mv .head .deco01{
    display: none;
  }
  .new_mv .head .deco02{
   display: none;
  }
  .new_mv .prices{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 17px;
  }
  .new_mv .prices .price{
    min-width: 235.52px;
    width: 63%;
  }
  .new_mv .bottom{
    margin-top: 20px;
  }
  .new_mv .bottom img:nth-of-type(1){
    width: 232px;
    margin: 0 auto;
  }
  .new_mv .bottom img:nth-of-type(2){
    width: 100%;
  }
  .new_mv .sup{
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px;
  }
  .new_mv .belt{
    background: #FE970E;
    text-align: center;
    padding: 15px 0 20px;
  }
  .new_mv .belt p{
    font-size: 17px;
    line-height: 1.9;
  }
  .new_mv .belt p strong{
    margin: 0 6px;
    font-size: 20px;
   line-height: 1.4;
  }
  .new_mv .belt p span{
    display: inline-block;
 }
.new_mv .belt a{
	        width: 250px;
        line-height: 35px;
        border: 3px solid #000;
        font-size: 1.3rem;
        background-position: center right 15px;
        margin-left: 0;
        background-size: 20px;
}
	.new_mv .belt .forPC{
	display: none;
}
}

.simple_mv{
	background: #FF970D;
}
.simple_mv .container{
	max-width: 1366px;
	width: 100%;
}
.simple_mv h1{
	height: 800px
}
.simple_mv h1 img{
	object-fit: cover;
	max-width: inherit;
	width: 1366px;
	height: 800px;
}
@media screen and (max-width: 767px){
	.simple_mv .container{padding: 0;margin: 0}
	.simple_mv h1{
	height: auto
}
.simple_mv h1 img{
	object-fit: cover;
	max-width: inherit;
	width: 100%;
	height: 100%;
}
}

.simple_mvN{
  padding-top: 103px
}
.simple_mvN h1{
	aspect-ratio:2048/1041
}
@media screen and (max-width: 767px){
  .simple_mvN{
  padding-top: 70px
}
	.simple_mvN h1{
	aspect-ratio:750/1378
}
}


/* ------------------------------------------
  fixed_contact
------------------------------------------ */

  .fixed_contact {
    display: flex;
    position: fixed;
    bottom: 20px;
    max-width: 700px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
		z-index: 9000
  }
  .fixed_contact_item {
    width: calc(100% / 3);
    min-height: 60px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    align-items: center;
    border-radius: 0;
  }
  .fixed_contact_item.tel {
    border-radius: 5px 0 0 5px;
    background: linear-gradient(to right, #ffa700 0%, #c46f00 100%);
  }
  .fixed_contact_item span {
    font-weight: normal;
    font-size: 2rem;
    line-height: 30px;
    text-align: left;
    color: #c46f00;
    padding-left: 38px;
    background-image: url(https://www.replace-takasaki.com/cms/wp-content/themes/replace/assets/img/common/fixed_contact_item_mail.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 30px;
  }
  .fixed_contact_item.tel span {
    font-weight: normal;
    font-size: 2rem;
    line-height: 30px;
    color: #fff;
    padding-left: 38px;
    background-image: url(https://www.replace-takasaki.com/cms/wp-content/themes/replace/assets/img/common/fixed_contact_item_tel.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 30px;
  }
	 .fixed_contact_item.line {
    border-radius: 0 5px 5px 0px;
    background: linear-gradient(to right, rgba(34,186,79,1) 0%, #22BA4F 100%);
  }
	  .fixed_contact_item.line span {
    font-weight: normal;
    font-size: 2rem;
    line-height: 30px;
    color: #fff;
    padding-left: 38px;
    background-image: url(https://www.replace-takasaki.com/cms/wp-content/themes/replace/assets/img/common/fixed_contact_item_line.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 30px;
  }

@media screen and (max-width: 767px) {
	.fixed_contact {
    bottom: 10px;
    max-width: 700px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  }
  .fixed_contact {
    max-width: 345px;
    width: 100%;
  }
	.fixed_contact_item{
		min-height: 40px;
	}
  .fixed_contact_item span {
    font-size: 1.4rem;
    line-height: 16px;
    padding-left: 28px;
    background-size: 23px 16px;
  }
  .fixed_contact_item.tel span {
    font-size: 1.4rem;
    line-height: 19px;
    padding-left: 28px;
    background-size: 23px 19px;
  }
	  .fixed_contact_item.line span {
    font-size: 1.4rem;
    line-height: 23px;
    padding-left: 28px;
    background-size: 23px;
  }
}


/* ------------------------------------------
  lp_faq
------------------------------------------ */

.lp_faq {
  padding: 120px 0;
	background: #FFFDE0
}
.lp_faq .lp_faq_title {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.466666666666667;
  text-align: center;
  color: #000;
  padding: 0 25px;
  position: relative;
  z-index: 0;
}

.lp_faq .lp_faq_title::before {
  background-image: url(../img/lp_worry_title_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 92px;
}

.lp_faq .lp_faq_title::after {
  background-image: url(../img/lp_worry_title_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 92px;
}
.lp_faq .faq{
	margin-top: 90px;
	line-height: 1.72;
	font-weight: 500;
}
.lp_faq .faq dl{
	border: solid 5px #FCE132;
	border-top: none;
}
.lp_faq .faq dl+dl{
	margin-top: 40px;
}
.lp_faq .faq dl dt{
	background: #FCE132;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	padding: 20px;
	gap:1rem;
}
.lp_faq .faq dl dt span{
	font-size: 3rem;
	    font-family: "FOT-TsukuARdGothic Std", sans-serif;
font-weight: bold;
	line-height: 1;
	color: #fff;
}
.lp_faq .faq dl dd{
	padding: 20px;
	background: #fff;
	display: flex;
	font-size: 1.8rem;
	border-top: none;
	gap:1rem
}
.lp_faq .faq dl dd span{
	font-size: 3rem;
	    font-family: "FOT-TsukuARdGothic Std", sans-serif;
font-weight: bold;
	line-height: 1;
	color: #FCE132
}
@media screen and (max-width: 767px){
	
.lp_faq {
  padding: 100px 0 60px;
	background: #FFFDE0
}
.lp_faq .lp_faq_title {
  font-size: 2.4rem;
  padding: 0 30px;
}
.lp_faq .faq{
	margin-top: 60px;
}
.lp_faq .faq dl{
	border: solid 5px #FCE132;
	border-top: none;
}
.lp_faq .faq dl+dl{
	margin-top: 20px;
}
.lp_faq .faq dl dt{
	font-size: 1.6rem;
	padding: 20px 15px;
}
.lp_faq .faq dl dt span{
	font-size: 2.4rem;
}
.lp_faq .faq dl dd{
	padding: 20px 15px;
	font-size: 1.4rem;
}
	.lp_faq .faq dl dd span{
	font-size: 2.4rem;
}
}