@charset "UTF-8";
.lp_body {
  margin: 0;
  padding: 0;
}

.lp_wrap div, .lp_wrap span, .lp_wrap iframe,
.lp_wrap h1, .lp_wrap h2, .lp_wrap h3,
.lp_wrap h4, .lp_wrap h5, .lp_wrap h6,
.lp_wrap p, .lp_wrap img, .lp_wrap small,
strong, .lp_wrap b,
.lp_wrap dl, .lp_wrap dt, .lp_wrap dd,
.lp_wrap ol, .lp_wrap ul, .lp_wrap li,
.lp_wrap form, .lp_wrap label, .lp_wrap legend,
.lp_wrap table, .lp_wrap tbody, .lp_wrap tfoot,
.lp_wrap thead, .lp_wrap tr, .lp_wrap th, .lp_wrap td,
.lp_wrap footer, .lp_wrap header, .lp_wrap nav,
.lp_wrap section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

.lp_wrap {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", "verdana", sans-serif;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 2000px;
}

.lp_wrap * {
  box-sizing: border-box;
}

.lp_wrap img {
  width: 100%;
  vertical-align: bottom;
}

.lp_wrap ul li {
  list-style: none;
}

.lp_wrap table {
  border-spacing: 0;
}

.lp_wrap * {
  color: #000;
  line-height: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap * {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap * {
    font-size: 2.67vw;
  }
}

.lp_wrap a {
  color: #000;
  text-decoration: none;
  vertical-align: baseline;
  display: block;
}

.lp_wrap a:hover, .lp_wrap button:hover {
  opacity: 0.8;
}

.lp_wrap section, .lp_wrap header, .lp_wrap footer {
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
}

.lp_wrap .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .inner {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .inner {
    width: 100vw;
  }
}

.lp_wrap .pc_item {
  display: block;
}
@media screen and (max-width: 750px) {
  .lp_wrap .pc_item {
    display: none;
  }
}

.lp_wrap .sp_item {
  display: none;
}
@media screen and (max-width: 750px) {
  .lp_wrap .sp_item {
    display: block;
  }
}

/* ========================================
  ファーストビュー
======================================== */
.lp_wrap .fv {
  background: url("../img/fv_bg.jpg") top center no-repeat;
  background-size: 2000px 800px;
  height: 800px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fv {
    background-size: 181.82vw 72.73vw;
    height: 72.73vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv {
    background: url("../img/fv_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 159.6vw;
    height: 159.6vw;
  }
}
.lp_wrap .fv h2 {
  position: absolute;
  right: 0;
  top: 126px;
  width: 600px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fv h2 {
    top: 11.45vw;
    width: 54.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv h2 {
    position: static;
    right: auto;
    width: 100vw;
  }
}
.lp_wrap .fv .fv_wrap {
  display: flex;
  margin-top: 472px;
  margin-left: 155px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fv .fv_wrap {
    margin-top: 42.91vw;
    margin-left: 14.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv .fv_wrap {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}
.lp_wrap .fv .fv_performance {
  width: 348px;
  margin-top: 1px;
  margin-right: 24px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fv .fv_performance {
    width: 31.64vw;
    margin-top: 0.09vw;
    margin-right: 1.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv .fv_performance {
    width: 100vw;
    margin: 0;
  }
}
.lp_wrap .fv .fv_list {
  width: 548px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fv .fv_list {
    width: 49.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fv .fv_list {
    width: 80.4vw;
    margin-left: 3.6vw;
  }
}

/*./fv*/
/* ========================================
  cv
======================================== */
.lp_wrap .cv {
  background: url("../img/cv_bg.jpg") top center no-repeat;
  background-size: 2000px 460px;
  height: 460px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv {
    background-size: 181.82vw 41.82vw;
    height: 41.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv {
    background: url("../img/cv_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 104.53vw;
    height: 104.53vw;
  }
}
.lp_wrap .cv .cv_tel_pc {
  display: block;
  width: 1014px;
  padding-top: 35px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_tel_pc {
    width: 92.18vw;
    padding-top: 3.18vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_tel_pc {
    display: none;
  }
}
.lp_wrap .cv .cv_tel_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_tel_sp {
    display: block;
    width: 95.47vw;
    padding-top: 5.87vw;
    margin: 0 auto;
    position: relative;
  }
}
.lp_wrap .cv .cv_tel_txt {
  position: absolute;
  top: 75px;
  left: 349px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_tel_txt {
    top: 6.82vw;
    left: 31.73vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_tel_txt {
    top: 13.33vw;
    left: 29.6vw;
    text-align: center;
  }
}
.lp_wrap .cv .cv_tel_txt01 {
  font-size: 21.45px;
  letter-spacing: 0.025em;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_tel_txt01 {
    font-size: 1.95vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_tel_txt01 {
    font-size: 3.47vw;
    line-height: 0.73vw;
  }
}
.lp_wrap .cv .cv_tel_txt02 {
  font-size: 40.95px;
  color: #fc2b33;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_tel_txt02 {
    font-size: 3.72vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_tel_txt02 {
    font-size: 6.55vw;
    line-height: 10.67vw;
  }
}
.lp_wrap .cv .cv_tel_txt03 {
  font-size: 27.3px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_tel_txt03 {
    font-size: 2.48vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_tel_txt03 {
    font-size: 4.37vw;
    line-height: 10.67vw;
  }
}
.lp_wrap .cv .cv_tel_number {
  position: absolute;
  top: 121px;
  left: 438px;
  font-size: 78px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_tel_number {
    top: 11vw;
    left: 39.82vw;
    font-size: 7.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_tel_number {
    top: 26.67vw;
    left: 29.87vw;
    font-size: 9.07vw;
  }
}
.lp_wrap .cv .cv_tel_time {
  position: absolute;
  top: 203px;
  left: 445px;
  font-size: 19.5px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_tel_time {
    top: 18.45vw;
    left: 40.45vw;
    font-size: 1.77vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_tel_time {
    top: 37.33vw;
    left: 30.27vw;
    font-size: 3.47vw;
  }
}
.lp_wrap .cv .cv_wrap {
  display: flex;
  justify-content: space-between;
  margin: 21px auto 0;
  width: 936px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_wrap {
    margin: 1.91vw auto 0;
    width: 85.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_wrap {
    flex-direction: column;
    margin: 5.2vw auto 0;
    width: 92.53vw;
  }
}
.lp_wrap .cv .cv_form {
  width: 454px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_form {
    width: 41.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_form {
    width: 92.53vw;
  }
}
.lp_wrap .cv .cv_line {
  width: 455px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .cv .cv_line {
    width: 41.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .cv .cv_line {
    width: 92.53vw;
    margin-top: 4.53vw;
  }
}

/*./cv*/
/* ========================================
  campaign
======================================== */
.lp_wrap .campaign {
  background: url("../img/campaign_bg.jpg") top center no-repeat;
  background-size: 2000px 1740px;
  height: 1740px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .campaign {
    background-size: 181.82vw 158.18vw;
    height: 158.18vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .campaign {
    background: url("../img/campaign_bg_sp_01.jpg") top center no-repeat, url("../img/campaign_bg_sp_02.jpg") bottom center no-repeat;
    background-size: 100vw 88.4vw, 100vw 88.4vw;
    height: auto;
    padding-bottom: 24.53vw;
  }
}
.lp_wrap .campaign h2 {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 822px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .campaign h2 {
    top: -1.18vw;
    width: 74.73vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .campaign h2 {
    top: -3.47vw;
    width: 77.07vw;
  }
}
.lp_wrap .campaign .campaign_txt {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  padding-top: 227px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .campaign .campaign_txt {
    font-size: 2vw;
    line-height: 3.64vw;
    padding-top: 20.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .campaign .campaign_txt {
    font-size: 3.73vw;
    line-height: 6.4vw;
    padding-top: 42vw;
  }
}
.lp_wrap .campaign ul {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 1035px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .campaign ul {
    margin: 2.73vw auto 0;
    width: 94.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .campaign ul {
    margin: 8.4vw auto 0;
    width: 92.53vw;
  }
}
.lp_wrap .campaign ul li {
  width: 325px;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .campaign ul li {
    width: 29.55vw;
    margin-bottom: 3.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .campaign ul li {
    width: 44.8vw;
    margin-bottom: 4vw;
  }
}
.lp_wrap .campaign ul li:nth-of-type(6) .campaign_list_txt {
  top: 277px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .campaign ul li:nth-of-type(6) .campaign_list_txt {
    top: 25.18vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .campaign ul li:nth-of-type(6) .campaign_list_txt {
    top: 48.13vw;
  }
}
.lp_wrap .campaign .campaign_list_txt {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 272px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .campaign .campaign_list_txt {
    top: 24.73vw;
    font-size: 1.82vw;
    line-height: 2.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .campaign .campaign_list_txt {
    top: 48.13vw;
    font-size: 4.27vw;
    line-height: 5.6vw;
  }
}
.lp_wrap .campaign .campaign_list_txt strong {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.075em;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .campaign .campaign_list_txt strong {
    font-size: 1.82vw;
    line-height: 2.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .campaign .campaign_list_txt strong {
    font-size: 4.27vw;
    line-height: 5.6vw;
  }
}
.lp_wrap .campaign .campaign_note {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.075em;
  margin-left: 50px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .campaign .campaign_note {
    font-size: 1.27vw;
    line-height: 2.27vw;
    margin-left: 4.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .campaign .campaign_note {
    font-size: 3.2vw;
    line-height: 4.4vw;
    letter-spacing: 0.035em;
    margin-top: 2.4vw;
    margin-left: 4vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}

/*./campaign*/
/* ========================================
  reason
======================================== */
.lp_wrap .reason {
  background: url("../img/reason_bg.jpg") top center no-repeat;
  background-size: 2000px 1433px;
  height: 1433px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason {
    background-size: 181.82vw 130.27vw;
    height: 130.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason {
    background: url("../img/reason_bg_sp.jpg") top center no-repeat, #80f563;
    background-size: 100vw 51.73vw, 100%;
    height: auto;
  }
}
.lp_wrap .reason h2 {
  width: 704px;
  padding-top: 56px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason h2 {
    width: 64vw;
    padding-top: 5.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason h2 {
    width: 89.87vw;
    padding-top: 6.67vw;
  }
}
.lp_wrap .reason .reason_txt {
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  margin-top: 30px;
  margin-left: -28px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason .reason_txt {
    font-size: 1.82vw;
    line-height: 3.27vw;
    margin-top: 2.73vw;
    margin-left: -2.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason .reason_txt {
    font-size: 3.73vw;
    line-height: 6.4vw;
    margin-top: 4.8vw;
    margin-left: auto;
  }
}
.lp_wrap .reason ul {
  display: flex;
  justify-content: space-between;
  margin: 36px auto 0;
  width: 1000px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason ul {
    margin: 3.27vw auto 0;
    width: 90.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul {
    margin: 9.07vw auto 0;
    width: 92vw;
  }
}
.lp_wrap .reason ul li {
  background: url("../img/reason_list_01_bg.png") no-repeat center/100%;
  background-size: 310px 356px;
  width: 310px;
  height: 356px;
  position: relative;
  margin-bottom: 33px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason ul li {
    background-size: 28.18vw 32.36vw;
    width: 28.18vw;
    height: 32.36vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul li {
    background: url("../img/reason_list_01_bg_sp.png") no-repeat center/100%;
    background-size: 44.67vw 51.2vw;
    width: 44.67vw;
    height: 51.2vw;
    margin-bottom: 4.4vw;
  }
}
.lp_wrap .reason ul li:nth-of-type(2) {
  background: url("../img/reason_list_02_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul li:nth-of-type(2) {
    background: url("../img/reason_list_02_bg_sp.png") no-repeat center/100%;
  }
}
.lp_wrap .reason ul li:nth-of-type(3) {
  background: url("../img/reason_list_03_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul li:nth-of-type(3) {
    background: url("../img/reason_list_03_bg_sp.png") no-repeat center/100%;
  }
}
.lp_wrap .reason ul li:nth-of-type(4) {
  background: url("../img/reason_list_04_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul li:nth-of-type(4) {
    background: url("../img/reason_list_04_bg_sp.png") no-repeat center/100%;
  }
}
.lp_wrap .reason ul li:nth-of-type(5) {
  background: url("../img/reason_list_05_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul li:nth-of-type(5) {
    background: url("../img/reason_list_05_bg_sp.png") no-repeat center/100%;
  }
}
.lp_wrap .reason ul li:nth-of-type(6) {
  background: url("../img/reason_list_06_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul li:nth-of-type(6) {
    background: url("../img/reason_list_06_bg_sp.png") no-repeat center/100%;
  }
}
.lp_wrap .reason ul li p {
  margin-top: 239px;
  font-size: 33px;
  line-height: 45px;
  text-align: center;
  color: #321414;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason ul li p {
    margin-top: 21.73vw;
    font-size: 3vw;
    line-height: 4.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul li p {
    margin-top: 34.13vw;
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
.lp_wrap .reason ul li p strong {
  font-size: 33px;
  line-height: 45px;
  color: #f15a24;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason ul li p strong {
    font-size: 3vw;
    line-height: 4.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul li p strong {
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
.lp_wrap .reason ul li p.one_line {
  margin-top: 265px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason ul li p.one_line {
    margin-top: 24.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason ul li p.one_line {
    margin-top: 38.13vw;
  }
}
.lp_wrap .reason .reason_txt02 {
  background: url("../img/reason_txt02_bg.png") no-repeat center/100%;
  background-size: 1002px 216px;
  width: 1002px;
  height: 216px;
  margin: 4px auto 0;
  text-align: center;
  padding-top: 26px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason .reason_txt02 {
    background-size: 91.09vw 19.64vw;
    width: 91.09vw;
    height: 19.64vw;
    margin: 0.36vw auto 0;
    padding-top: 2.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason .reason_txt02 {
    background: url("../img/reason_txt02_bg_sp.jpg") no-repeat center/100%;
    background-size: 100vw 48.27vw;
    width: 100vw;
    height: 48.27vw;
    margin: -1.33vw;
    padding-top: 10.13vw;
  }
}
.lp_wrap .reason .reason_txt02 strong {
  font-size: 48px;
  line-height: 81px;
  background: url("../img/reason_txt02_line.png") left bottom 0.08em repeat-x;
  background-size: auto 0.3em;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason .reason_txt02 strong {
    font-size: 4.36vw;
    line-height: 7.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason .reason_txt02 strong {
    font-size: 6.4vw;
    line-height: 9.47vw;
  }
}
.lp_wrap .reason .reason_txt02 strong span {
  font-size: 35px;
  line-height: 66px;
  font-weight: 700;
  vertical-align: -2px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .reason .reason_txt02 strong span {
    font-size: 3.18vw;
    line-height: 6vw;
    vertical-align: -0.18vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason .reason_txt02 strong span {
    font-size: 4.67vw;
    line-height: 0vw;
    vertical-align: -0.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .reason .reason_txt02 strong.reason_txt02_mini {
    line-height: 6vw;
  }
}

/*./reason*/
/* ========================================
  plan
======================================== */
.lp_wrap .plan {
  background: url("../img/plan_bg.jpg") top center no-repeat;
  background-size: 2000px 1765px;
  height: 1765px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan {
    background-size: 181.82vw 160.45vw;
    height: 160.45vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan {
    background: url("../img/plan_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 387.6vw;
    height: 387.6vw;
  }
}
.lp_wrap .plan h2 {
  padding-top: 39px;
  margin: 0 auto;
  width: 711px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan h2 {
    padding-top: 3.55vw;
    width: 64.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan h2 {
    padding-top: 5.33vw;
    width: 73.47vw;
  }
}
.lp_wrap .plan .plan_txt {
  font-size: 20px;
  line-height: 36px;
  margin-top: 12px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan .plan_txt {
    font-size: 1.82vw;
    line-height: 3.27vw;
    margin-top: 1.09vw;
    margin-bottom: 2.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan .plan_txt {
    font-size: 3.73vw;
    line-height: 6.4vw;
    margin-top: 4vw;
    margin-bottom: 5.33vw;
  }
}
.lp_wrap .plan ul {
  margin-left: 98px;
  display: flex;
  flex-wrap: wrap;
  width: 900px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan ul {
    margin-left: 8.91vw;
    width: 81.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan ul {
    margin: 0 auto;
    width: 85.33vw;
  }
}
.lp_wrap .plan ul li {
  background: url("../img/plan_list_bg.png") no-repeat center/100%;
  background-size: 170px 171px;
  width: 170px;
  height: 171px;
  position: relative;
  margin-right: 12px;
  margin-bottom: 28px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan ul li {
    background-size: 15.45vw 15.55vw;
    width: 15.45vw;
    height: 15.55vw;
    margin-right: 1.09vw;
    margin-bottom: 2.55vw;
    font-size: 2.55vw;
    line-height: 3.45vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan ul li {
    background: url("../img/plan_list_bg_sp.png") no-repeat center/100%;
    background-size: 27.33vw 27.2vw;
    width: 27.33vw;
    height: 27.2vw;
    margin-right: 1.33vw;
    margin-bottom: 2.27vw;
    font-size: 4.48vw;
    line-height: 5.97vw;
  }
}
.lp_wrap .plan ul li span {
  font-size: 18px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan ul li span {
    font-size: 1.64vw;
    line-height: 3.45vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan ul li span {
    font-size: 2.88vw;
    line-height: 6.08vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan ul li:nth-of-type(3n) {
    margin-right: 0vw;
  }
}
.lp_wrap .plan ul li:nth-of-type(5) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan ul li:nth-of-type(5) {
    margin-right: 1.33vw;
  }
}
.lp_wrap .plan ul li:nth-of-type(9) {
  margin-right: 100px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan ul li:nth-of-type(9) {
    margin-right: 9.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan ul li:nth-of-type(9) {
    margin-right: 0vw;
  }
}
.lp_wrap .plan .plan_txt02 {
  font-size: 31px;
  line-height: 40px;
  font-weight: 700;
  position: absolute;
  top: 852px;
  left: 534px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan .plan_txt02 {
    font-size: 2.82vw;
    line-height: 3.64vw;
    top: 77.45vw;
    left: 48.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan .plan_txt02 {
    font-size: 4.53vw;
    line-height: 5.6vw;
    top: 221.6vw;
    left: 18.67vw;
  }
}
.lp_wrap .plan .plan_txt02 strong {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan .plan_txt02 strong {
    font-size: 3.64vw;
    line-height: 4.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan .plan_txt02 strong {
    font-size: 6.13vw;
    line-height: 7.2vw;
  }
}
.lp_wrap .plan .plan_txt02 .orange {
  font-size: 31px;
  line-height: 40px;
  color: #f15a24;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan .plan_txt02 .orange {
    font-size: 3.09vw;
    line-height: 3.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan .plan_txt02 .orange {
    font-size: 4.13vw;
    line-height: 5.33vw;
  }
}
.lp_wrap .plan .plan_txt_ttl {
  width: 734px;
  margin-top: 112px;
  margin-left: 246px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan .plan_txt_ttl {
    width: 66.73vw;
    margin-top: 10.18vw;
    margin-left: 22.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan .plan_txt_ttl {
    width: 94.93vw;
    margin-top: 44.8vw;
    margin-left: 1.6vw;
  }
}
.lp_wrap .plan .plan_txt03 {
  font-size: 20px;
  line-height: 36px;
  margin-top: 25px;
  margin-left: 490px;
  width: 600px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan .plan_txt03 {
    font-size: 1.82vw;
    line-height: 3.27vw;
    margin-top: 2.27vw;
    margin-left: 43.64vw;
    width: 54.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan .plan_txt03 {
    font-size: 3.73vw;
    line-height: 6.4vw;
    margin-top: 4.4vw;
    margin-left: 10.27vw;
    width: 78.67vw;
  }
}
.lp_wrap .plan .plan_txt03 strong {
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan .plan_txt03 strong {
    font-size: 1.82vw;
    line-height: 3.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan .plan_txt03 strong {
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
}
.lp_wrap .plan .plan_txt04 {
  font-size: 20px;
  line-height: 36px;
  margin-top: 30px;
  margin-left: 490px;
  width: 600px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan .plan_txt04 {
    font-size: 1.82vw;
    line-height: 3.27vw;
    margin-top: 2.73vw;
    margin-left: 43.64vw;
    width: 54.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan .plan_txt04 {
    font-size: 3.73vw;
    line-height: 6.4vw;
    margin-top: 4vw;
    margin-left: 43.73vw;
    width: 52.27vw;
  }
}
.lp_wrap .plan .plan_txt04 strong {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #f15a24;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .plan .plan_txt04 strong {
    font-size: 2.18vw;
    line-height: 3.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .plan .plan_txt04 strong {
    font-size: 4.13vw;
    line-height: 6.4vw;
  }
}

/*./plan*/
/* ========================================
  item
======================================== */
.lp_wrap .item {
  background: url("../img/item_bg.jpg") top center no-repeat;
  background-size: 2000px 1530px;
  height: 1530px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item {
    background-size: 181.82vw 139.09vw;
    height: 139.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item {
    background: url("../img/item_bg_sp_01.jpg") top center no-repeat, url("../img/item_bg_sp_02.jpg") bottom center no-repeat;
    background-size: 100vw 84.8vw, 100vw 26.67vw;
    height: auto;
    padding-bottom: 22.4vw;
  }
}
.lp_wrap .item h2 {
  padding-top: 114px;
  margin: 0 auto;
  width: 564px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item h2 {
    padding-top: 10.36vw;
    width: 51.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item h2 {
    padding-top: 14.93vw;
    width: 78.93vw;
  }
}
.lp_wrap .item .item_txt {
  font-size: 22px;
  line-height: 40px;
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item .item_txt {
    font-size: 2vw;
    line-height: 3.64vw;
    margin-top: 2.73vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item .item_txt {
    font-size: 3.73vw;
    line-height: 6.4vw;
    margin-top: 5.33vw;
  }
}
.lp_wrap .item ul {
  width: 1000px;
  margin: 27px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item ul {
    width: 90.91vw;
    margin: 2.45vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item ul {
    width: 92.53vw;
    margin: 8.53vw auto 0;
  }
}
.lp_wrap .item ul li {
  background: url("../img/item_list_01_bg.png") no-repeat center/100%;
  background-size: 489px 296px;
  width: 489px;
  height: 296px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item ul li {
    background-size: 44.45vw 26.91vw;
    width: 44.45vw;
    height: 26.91vw;
    margin-bottom: 2.73vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item ul li {
    background: url("../img/item_list_01_bg_sp.png") no-repeat center/100%;
    background-size: 92.53vw 55.2vw;
    width: 92.53vw;
    height: 55.2vw;
    margin-bottom: 4.67vw;
  }
}
.lp_wrap .item ul li:nth-of-type(2) {
  background: url("../img/item_list_02_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .item ul li:nth-of-type(2) {
    background: url("../img/item_list_02_bg_sp.png") no-repeat center/100%;
    background-size: 92.53vw 49.87vw;
    height: 49.87vw;
  }
}
.lp_wrap .item ul li:nth-of-type(n + 3) {
  background-size: 324px 388px;
  width: 324px;
  height: 388px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item ul li:nth-of-type(n + 3) {
    background-size: 29.45vw 35.27vw;
    width: 29.45vw;
    height: 35.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item ul li:nth-of-type(n + 3) {
    background-size: 92.53vw 55.2vw;
    width: 92.53vw;
    height: 55.2vw;
  }
}
.lp_wrap .item ul li:nth-of-type(n + 3) .item_list_txt {
  top: 245px;
  left: 18px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item ul li:nth-of-type(n + 3) .item_list_txt {
    top: 22.27vw;
    left: 1.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item ul li:nth-of-type(n + 3) .item_list_txt {
    top: 14.27vw;
    left: 28.27vw;
  }
}
.lp_wrap .item ul li:nth-of-type(3) {
  background: url("../img/item_list_03_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .item ul li:nth-of-type(3) {
    background: url("../img/item_list_03_bg_sp.png") no-repeat center/100%;
    background-size: 92.53vw 32.53vw;
    height: 32.53vw;
  }
}
.lp_wrap .item ul li:nth-of-type(4) {
  background: url("../img/item_list_04_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .item ul li:nth-of-type(4) {
    background: url("../img/item_list_04_bg_sp.png") no-repeat center/100%;
    background-size: 92.53vw 38.53vw;
    height: 38.53vw;
  }
}
.lp_wrap .item ul li:nth-of-type(5) {
  background: url("../img/item_list_05_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .item ul li:nth-of-type(5) {
    background: url("../img/item_list_05_bg_sp.png") no-repeat center/100%;
    background-size: 92.53vw 43.87vw;
    height: 43.87vw;
  }
}
.lp_wrap .item .item_list_ttl {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item .item_list_ttl {
    font-size: 2.73vw;
    top: 1.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item .item_list_ttl {
    font-size: 5.33vw;
    top: 2.27vw;
  }
}
.lp_wrap .item .item_list_txt {
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 85px;
  left: 175px;
  width: 290px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item .item_list_txt {
    font-size: 1.64vw;
    line-height: 2.73vw;
    top: 7.73vw;
    left: 15.91vw;
    width: 26.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item .item_list_txt {
    font-size: 3.47vw;
    line-height: 5.87vw;
    top: 14.27vw;
    left: 28.27vw;
    width: 58.67vw;
  }
}
.lp_wrap .item .item_comment {
  width: 622px;
  margin: -8px auto 0;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .item .item_comment {
    width: 56.55vw;
    margin: -0.73vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .item .item_comment {
    width: 76.13vw;
    margin: 1.87vw auto 0;
  }
}

/*./item*/
/* ========================================
  area
======================================== */
.lp_wrap .area {
  background: url("../img/area_bg.jpg") top center no-repeat;
  background-size: 2000px 868px;
  height: 868px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .area {
    background-size: 181.82vw 78.91vw;
    height: 78.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .area {
    background: url("../img/area_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 145.33vw;
    height: 145.33vw;
  }
}
.lp_wrap .area h2 {
  padding-top: 48px;
  margin-left: 631px;
  width: 384px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .area h2 {
    padding-top: 4.36vw;
    margin-left: 57.36vw;
    width: 34.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .area h2 {
    padding-top: 7.47vw;
    margin: 0 auto;
    width: 51.2vw;
  }
}
.lp_wrap .area h3 {
  margin-top: 75px;
  margin-left: 724px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .area h3 {
    margin-top: 6.82vw;
    margin-left: 65.82vw;
    font-size: 3.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .area h3 {
    margin: 8vw auto 0;
    font-size: 5.87vw;
    text-align: center;
  }
}
.lp_wrap .area .area_chiba_txt {
  font-size: 20px;
  line-height: 34px;
  margin-top: 42px;
  margin-left: 592px;
  width: 460px;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .area .area_chiba_txt {
    font-size: 1.82vw;
    line-height: 3.09vw;
    margin-top: 3.82vw;
    margin-left: 53.82vw;
    width: 41.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .area .area_chiba_txt {
    font-size: 3.47vw;
    line-height: 5.87vw;
    margin: 5.33vw auto 0;
    width: 78.67vw;
  }
}

/*./area*/
/* ========================================
  performance
======================================== */
.lp_wrap .performance {
  background: url("../img/performance_bg.jpg") top center no-repeat;
  background-size: 2000px 1150px;
  height: 1150px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance {
    background-size: 181.82vw 104.55vw;
    height: 104.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance {
    background: url("../img/performance_bg_sp.jpg") top center no-repeat;
    background-size: 100vw 242.67vw;
    height: 242.67vw;
  }
}
.lp_wrap .performance h2 {
  padding-top: 55px;
  margin: 0 auto;
  width: 564px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance h2 {
    padding-top: 5vw;
    width: 51.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance h2 {
    padding-top: 9.6vw;
    width: 78.93vw;
  }
}
.lp_wrap .performance .performance_txt {
  font-size: 23px;
  line-height: 37px;
  text-align: center;
  margin-top: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance .performance_txt {
    font-size: 2.09vw;
    line-height: 3.36vw;
    margin-top: 2.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance .performance_txt {
    font-size: 3.73vw;
    line-height: 6.4vw;
    margin-top: 4.67vw;
  }
}
.lp_wrap .performance ul {
  width: 1000px;
  margin: 37px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance ul {
    width: 90.91vw;
    margin: 3.36vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 90.4vw;
    margin: 8.53vw auto 0;
  }
}
.lp_wrap .performance ul li {
  background: url("../img/performance_list_01_bg.png") no-repeat center/100%;
  background-size: 310px 356px;
  width: 310px;
  height: 356px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance ul li {
    background-size: 28.18vw 32.36vw;
    width: 28.18vw;
    height: 32.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance ul li {
    background: url("../img/performance_list_01_bg_sp.png") no-repeat center/100%;
    background-size: 44vw 49.73vw;
    width: 44vw;
    height: 49.73vw;
    margin-bottom: 4vw;
  }
}
.lp_wrap .performance ul li:nth-of-type(2) {
  background: url("../img/performance_list_02_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance ul li:nth-of-type(2) {
    background: url("../img/performance_list_02_bg_sp.png") no-repeat center/100%;
    margin-left: 2.4vw;
  }
}
.lp_wrap .performance ul li:nth-of-type(3) {
  background: url("../img/performance_list_03_bg.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance ul li:nth-of-type(3) {
    background: url("../img/performance_list_03_bg_sp.png") no-repeat center/100%;
    height: 49.6vw;
  }
}
.lp_wrap .performance ul li .performance_list_ttl {
  font-size: 30px;
  color: #321414;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 212px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance ul li .performance_list_ttl {
    font-size: 2.73vw;
    top: 19.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance ul li .performance_list_ttl {
    font-size: 4.53vw;
    top: 29.33vw;
  }
}
.lp_wrap .performance ul li .performance_list_txt {
  font-size: 50px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  color: #fc2b33;
  position: absolute;
  top: 263px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance ul li .performance_list_txt {
    font-size: 4.55vw;
    line-height: 2.73vw;
    top: 23.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance ul li .performance_list_txt {
    font-size: 8vw;
    line-height: 4vw;
    top: 39.2vw;
    left: 0vw;
  }
}
.lp_wrap .performance ul li .performance_list_txt span {
  font-size: 30px;
  line-height: 0;
  font-weight: bold;
  color: #fc2b33;
  vertical-align: -1px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance ul li .performance_list_txt span {
    font-size: 2.73vw;
    vertical-align: -0.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance ul li .performance_list_txt span {
    font-size: 6.67vw;
    line-height: 0vw;
    vertical-align: -0.13vw;
  }
}
.lp_wrap .performance ul li .performance_list_txt span.tax {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance ul li .performance_list_txt span.tax {
    font-size: 1.64vw;
    line-height: 1.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance ul li .performance_list_txt span.tax {
    position: absolute;
    top: -3.33vw;
    right: 2.67vw;
    font-size: 2.67vw;
    line-height: 2.67vw;
  }
}
.lp_wrap .performance .performance_note {
  font-size: 16px;
  text-align: right;
  margin-top: 23px;
  margin-right: 43px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance .performance_note {
    font-size: 1.45vw;
    margin-top: 2.09vw;
    margin-right: 3.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance .performance_note {
    font-size: 3.2vw;
    margin-top: 3.6vw;
    margin-right: 2.13vw;
  }
}
.lp_wrap .performance .performance_txt02 {
  background: url("../img/performance_comment.png") no-repeat center/100%;
  background-size: 1000px 272px;
  width: 1000px;
  height: 272px;
  font-size: 26px;
  line-height: 42px;
  font-weight: 700;
  padding-top: 90px;
  padding-left: 398px;
  margin: 12px auto 0;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance .performance_txt02 {
    background-size: 90.91vw 24.73vw;
    width: 90.91vw;
    height: 24.73vw;
    font-size: 2.36vw;
    line-height: 3.82vw;
    padding-top: 8.18vw;
    padding-left: 36.18vw;
    margin: 1.09vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance .performance_txt02 {
    background: url("../img/performance_comment_sp.png") no-repeat center/100%;
    background-size: 97.33vw 46.4vw;
    width: 97.33vw;
    height: 46.4vw;
    font-size: 4.27vw;
    line-height: 5.87vw;
    padding-top: 8.27vw;
    padding-left: 41.47vw;
    margin: 8vw auto 0;
  }
}
.lp_wrap .performance .performance_txt02 strong {
  font-size: 30px;
  line-height: 42px;
  color: #f15a24;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .performance .performance_txt02 strong {
    font-size: 2.73vw;
    line-height: 3.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .performance .performance_txt02 strong {
    font-size: 5.33vw;
    line-height: 5.87vw;
  }
}

/*./performance*/
/* ========================================
  example
======================================== */
.lp_wrap .example {
  background: url("../img/example_bg.jpg") top center no-repeat;
  background-size: 2000px 2388px;
  height: 2388px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example {
    background-size: 181.82vw 217.09vw;
    height: 217.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example {
    background: url("../img/example_bg_sp_01.jpg") top center no-repeat, url("../img/example_bg_sp_02.jpg") bottom center no-repeat;
    background-size: 100vw 133.33vw, 100vw 133.33vw;
    height: auto;
    padding-bottom: 5.07vw;
  }
}
.lp_wrap .example h2 {
  padding-top: 57px;
  margin: 0 auto;
  width: 564px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example h2 {
    padding-top: 5.18vw;
    width: 51.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example h2 {
    padding-top: 9.6vw;
    width: 78.93vw;
  }
}
.lp_wrap .example ul {
  width: 1000px;
  margin: 45px auto 0;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example ul {
    width: 90.91vw;
    margin: 4.09vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul {
    width: 92vw;
    margin: 6.67vw auto 0;
  }
}
.lp_wrap .example ul li {
  background: url("../img/example_list_01.png") no-repeat center/100%;
  background-size: 1000px 634px;
  width: 1000px;
  height: 634px;
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example ul li {
    background-size: 90.91vw 57.64vw;
    width: 90.91vw;
    height: 57.64vw;
    margin-bottom: 3.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul li {
    background: url("../img/example_list_01_sp.png") no-repeat center/100%;
    background-size: 92vw 166.13vw;
    width: 92vw;
    height: 166.13vw;
    margin-bottom: 6.67vw;
  }
}
.lp_wrap .example ul li:nth-of-type(2) {
  background: url("../img/example_list_02.png") no-repeat center/100%;
  margin-bottom: 43px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example ul li:nth-of-type(2) {
    margin-bottom: 3.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul li:nth-of-type(2) {
    background: url("../img/example_list_02_sp.png") no-repeat center/100%;
    background-size: 92vw 171.73vw;
    height: 171.73vw;
    margin-bottom: 6vw;
  }
}
.lp_wrap .example ul li:nth-of-type(2) .example_list_txt02 {
  top: 432px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example ul li:nth-of-type(2) .example_list_txt02 {
    top: 39.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul li:nth-of-type(2) .example_list_txt02 {
    top: 107.33vw;
  }
}
.lp_wrap .example ul li:nth-of-type(3) {
  background: url("../img/example_list_03.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul li:nth-of-type(3) {
    background: url("../img/example_list_03_sp.png") no-repeat center/100%;
    background-size: 92vw 158.8vw;
    height: 158.8vw;
  }
}
.lp_wrap .example ul li:nth-of-type(3) .example_list_txt02 {
  top: 448px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example ul li:nth-of-type(3) .example_list_txt02 {
    top: 40.73vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul li:nth-of-type(3) .example_list_txt02 {
    top: 107.33vw;
  }
}
.lp_wrap .example ul li .example_list_age {
  font-size: 16px;
  line-height: 30px;
  color: #32be1e;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 26px;
  left: 308px;
  padding: 0 18px;
  border-radius: 30px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example ul li .example_list_age {
    font-size: 1.45vw;
    line-height: 2.73vw;
    top: 2.36vw;
    left: 28vw;
    padding: 0 1.64vw;
    border-radius: 2.73vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul li .example_list_age {
    font-size: 3.47vw;
    line-height: 5.6vw;
    top: 10vw;
    left: 15.6vw;
    padding: 0 2.4vw;
    border-radius: 5.6vw;
  }
}
.lp_wrap .example ul li .example_list_txt {
  font-size: 20px;
  line-height: 38px;
  position: absolute;
  top: 166px;
  left: 64px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example ul li .example_list_txt {
    font-size: 1.82vw;
    line-height: 3.45vw;
    top: 15.09vw;
    left: 5.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul li .example_list_txt {
    font-size: 3.73vw;
    line-height: 6.4vw;
    top: 32vw;
    left: 9.33vw;
  }
}
.lp_wrap .example ul li .example_list_txt strong {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  color: #f15a24;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example ul li .example_list_txt strong {
    font-size: 1.82vw;
    line-height: 3.45vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul li .example_list_txt strong {
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
}
.lp_wrap .example ul li .example_list_txt02 {
  font-size: 20px;
  line-height: 34px;
  position: absolute;
  top: 465px;
  left: 160px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .example ul li .example_list_txt02 {
    font-size: 1.82vw;
    line-height: 3.09vw;
    top: 42.27vw;
    left: 14.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .example ul li .example_list_txt02 {
    font-size: 3.73vw;
    line-height: 6.4vw;
    top: 114.13vw;
    left: 20vw;
  }
}

/*./example*/
/* ========================================
  flow
======================================== */
.lp_wrap .flow {
  background: url("../img/flow_bg.jpg") top center no-repeat;
  background-size: 2000px 929px;
  height: 929px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .flow {
    background-size: 181.82vw 84.45vw;
    height: 84.45vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow {
    background: url("../img/flow_bg_sp.jpg") top center no-repeat, #80f563;
    background-size: 100vw 220vw;
    height: 220vw;
  }
}
.lp_wrap .flow h2 {
  padding-top: 56px;
  margin: 0 auto;
  width: 589px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .flow h2 {
    padding-top: 5.09vw;
    width: 53.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow h2 {
    padding-top: 6.67vw;
    width: 81.6vw;
  }
}
.lp_wrap .flow ul {
  display: flex;
  width: 1100px;
  justify-content: space-between;
  margin-top: 41px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .flow ul {
    width: 96.36vw;
    margin: 3.73vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow ul {
    display: block;
    width: 88vw;
    margin-top: 4.4vw;
    margin-left: 4.8vw;
  }
}
.lp_wrap .flow ul li {
  background: url("../img/flow_img_01.png") no-repeat center/100%;
  background-size: 250px 522px;
  width: 250px;
  height: 522px;
  position: relative;
}
.lp_wrap .flow ul li::after {
  content: "";
  display: block;
  width: 26px;
  height: 116px;
  background: url("../img/flow_arrow.png") no-repeat center/100%;
  position: absolute;
  right: -29px;
  top: 210px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .flow ul li::after {
    width: 1.64vw;
    height: 7.3vw;
    right: -1.64vw;
    top: 20.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow ul li::after {
    background: url("../img/flow_arrow_sp.png") no-repeat center/100%;
    width: 15.33vw;
    height: 3.47vw;
    right: auto;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -4.8vw;
  }
}
@media screen and (max-width: 1100px) {
  .lp_wrap .flow ul li {
    background-size: 22.73vw 47.45vw;
    width: 22.73vw;
    height: 47.45vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow ul li {
    background: url("../img/flow_img_01_sp.png") no-repeat center/100%;
    background-size: 88vw 37.47vw;
    width: 88vw;
    height: 37.47vw;
    margin-bottom: 6vw;
  }
}
.lp_wrap .flow ul li:nth-of-type(2) {
  background: url("../img/flow_img_02.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow ul li:nth-of-type(2) {
    background: url("../img/flow_img_02_sp.png") no-repeat center/100%;
  }
}
.lp_wrap .flow ul li:nth-of-type(3) {
  background: url("../img/flow_img_03.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow ul li:nth-of-type(3) {
    background: url("../img/flow_img_03_sp.png") no-repeat center/100%;
  }
}
.lp_wrap .flow ul li:nth-of-type(4) {
  background: url("../img/flow_img_04.png") no-repeat center/100%;
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow ul li:nth-of-type(4) {
    background: url("../img/flow_img_04_sp.png") no-repeat center/100%;
  }
}
.lp_wrap .flow ul li:nth-of-type(4)::after {
  display: none;
}
.lp_wrap .flow ul li .flow_list_ttl {
  font-size: 32px;
  line-height: 42px;
  color: #f15a24;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 115px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .flow ul li .flow_list_ttl {
    font-size: 2.91vw;
    line-height: 3.82vw;
    top: 10.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow ul li .flow_list_ttl {
    font-size: 5.07vw;
    line-height: 5.07vw;
    top: 6.4vw;
    left: 17.73vw;
    width: auto;
    text-align: left;
  }
}
.lp_wrap .flow ul li .flow_list_txt {
  font-size: 20px;
  line-height: 34px;
  position: absolute;
  top: 379px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 220px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .flow ul li .flow_list_txt {
    font-size: 1.82vw;
    line-height: 3.09vw;
    top: 34.45vw;
    width: 20.18vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .flow ul li .flow_list_txt {
    font-size: 3.73vw;
    line-height: 5.6vw;
    top: 14.53vw;
    left: 17.73vw;
    transform: translate(0%, 0%);
    width: 41.33vw;
  }
}

/*./flow*/
/* ========================================
  lp_form
======================================== */
.lp_wrap .lp_form h2 {
  padding-top: 90px;
  margin: 0 auto;
  width: 862px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form h2 {
    padding-top: 8.18vw;
    width: 78.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form h2 {
    padding-top: 10.67vw;
    width: 70.93vw;
  }
}
.lp_wrap .lp_form form {
  margin: 73px auto 0;
  width: 920px;
  padding-bottom: 85px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form form {
    margin: 6.64vw auto 0;
    width: 83.64vw;
    padding-bottom: 7.73vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form form {
    margin: 7.07vw auto 0;
    width: 92vw;
    padding-bottom: 7.33vw;
  }
}
.lp_wrap .lp_form tr {
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr th {
    display: block;
    text-align: left;
  }
}
.lp_wrap .lp_form tr th p {
  font-size: 20px;
  line-height: 46px;
  font-weight: normal;
  text-align: left;
  width: 250px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form tr th p {
    font-size: 1.82vw;
    line-height: 4.18vw;
    width: 22.73vw;
    margin-bottom: 1.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr th p {
    font-size: 3.73vw;
    line-height: 4.8vw;
    width: auto;
    margin-bottom: 4vw;
  }
}
.lp_wrap .lp_form tr th p span {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form tr th p span {
    font-size: 1.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr th p span {
    font-size: 3.47vw;
    line-height: 4.8vw;
    display: inline-block;
  }
}
.lp_wrap .lp_form tr td {
  width: 670px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form tr td {
    width: 60.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr td {
    width: 92vw;
    margin: 0 auto;
  }
}
.lp_wrap .lp_form tr td input, .lp_wrap .lp_form tr td textarea {
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 20px;
  display: block;
  border: 3px solid #b3b3b3;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form tr td input, .lp_wrap .lp_form tr td textarea {
    font-size: 1.82vw;
    line-height: 4vw;
    margin-bottom: 1.82vw;
    border: 0.27vw solid #b3b3b3;
    border-radius: 0.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr td input, .lp_wrap .lp_form tr td textarea {
    font-size: 3.73vw;
    line-height: 13.33vw;
    margin-bottom: 7.33vw;
    border: 0.4vw solid #b3b3b3;
    border-radius: 0.53vw;
  }
}
.lp_wrap .lp_form tr td input {
  padding: 0 0.6em;
}
.lp_wrap .lp_form tr td textarea {
  padding: 0 0.6em;
  min-height: 270px;
  line-height: 36px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form tr td textarea {
    min-height: 24.55vw;
    line-height: 3.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr td textarea {
    padding: 1em;
    min-height: 53.33vw;
    line-height: 4.8vw;
  }
}
.lp_wrap .lp_form tr td.form_tel {
  width: 110px;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form tr td.form_tel {
    width: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr td.form_tel {
    display: inline-block;
    width: 25.33vw;
  }
}
.lp_wrap .lp_form tr td.form_tel.form_tel02, .lp_wrap .lp_form tr td.form_tel.form_tel03 {
  margin-left: 18px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form tr td.form_tel.form_tel02, .lp_wrap .lp_form tr td.form_tel.form_tel03 {
    margin-left: 1.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr td.form_tel.form_tel02, .lp_wrap .lp_form tr td.form_tel.form_tel03 {
    margin-left: 6.93vw;
  }
}
.lp_wrap .lp_form tr td.form_tel.form_tel02::after, .lp_wrap .lp_form tr td.form_tel.form_tel03::after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #000;
  position: absolute;
  left: -12px;
  top: 26px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form tr td.form_tel.form_tel02::after, .lp_wrap .lp_form tr td.form_tel.form_tel03::after {
    width: 0.45vw;
    height: 0.09vw;
    left: -1.09vw;
    top: 2.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form tr td.form_tel.form_tel02::after, .lp_wrap .lp_form tr td.form_tel.form_tel03::after {
    width: 1.07vw;
    height: 0.27vw;
    left: -4vw;
    top: 6.93vw;
  }
}
.lp_wrap .lp_form .mwform-tel-field {
  display: flex;
  font-size: 20px;
  line-height: 44px;
  gap: 4px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form .mwform-tel-field {
    font-size: 1.82vw;
    line-height: 4vw;
    gap: 0.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form .mwform-tel-field {
    font-size: 3.73vw;
    line-height: 13.33vw;
    justify-content: space-between;
  }
}
.lp_wrap .lp_form .mwform-tel-field input {
  width: 110px;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form .mwform-tel-field input {
    width: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form .mwform-tel-field input {
    display: inline-block;
    width: 25.33vw;
  }
}
.lp_wrap .lp_form .required {
  display: inline-block;
  position: relative;
}
.lp_wrap .lp_form .required::after {
  content: "必須";
  background: #c1272d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  right: 3.3em;
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form .required::after {
    width: 4.55vw;
    height: 2.73vw;
    font-size: 1.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form .required::after {
    width: 10.67vw;
    height: 5.33vw;
    font-size: 3.47vw;
    right: -3.9em;
  }
}
.lp_wrap .lp_form .submit_area {
  display: flex;
  justify-content: center;
}
.lp_wrap .lp_form .submit_area input {
  margin-top: 14px;
  display: block;
  width: 359px;
  height: 80px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background: url("../img/form_btn.png") no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_form .submit_area input {
    margin-top: 1.27vw;
    width: 32.64vw;
    height: 7.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_form .submit_area input {
    background: url("../img/form_btn_sp.png") no-repeat center/100%;
    margin-top: 0.53vw;
    width: 79.6vw;
    height: 18.27vw;
  }
}

/*./lp_form*/
/* ========================================
  company
======================================== */
.lp_wrap .company {
  background: #99f133;
  padding: 54px 0 42px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .company {
    padding: 4.91vw 0 3.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .company {
    padding: 5.07vw 0 8vw;
  }
}
.lp_wrap .company .inner {
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp_wrap .company .inner {
    display: block;
  }
}
.lp_wrap .company h2 {
  margin-left: 70px;
  width: 266px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .company h2 {
    margin-left: 6.36vw;
    width: 24.18vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .company h2 {
    margin: 0 auto;
    width: 43.07vw;
  }
}
.lp_wrap .company .company_wrap {
  width: 590px;
  margin-left: 153px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .company .company_wrap {
    width: 53.64vw;
    margin-left: 13.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .company .company_wrap {
    width: 89.33vw;
    margin: 11.47vw auto 0;
  }
}
.lp_wrap .company .company_wrap::after {
  content: "";
  display: block;
  width: 2px;
  height: 210px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 1100px) {
  .lp_wrap .company .company_wrap::after {
    width: 0.18vw;
    height: 19.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .company .company_wrap::after {
    width: 89.33vw;
    height: 0.27vw;
    top: -6.13vw;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.lp_wrap .company .company_wrap ul {
  padding-left: 36px;
  margin-top: 2px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .company .company_wrap ul {
    padding-left: 3.27vw;
    margin-top: 0.18vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .company .company_wrap ul {
    padding-left: 0vw;
    margin-top: 0vw;
  }
}
.lp_wrap .company .company_wrap ul li {
  display: flex;
}
.lp_wrap .company .company_wrap ul li .company_lint_ttl, .lp_wrap .company .company_wrap ul li .company_lint_txt {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .company .company_wrap ul li .company_lint_ttl, .lp_wrap .company .company_wrap ul li .company_lint_txt {
    font-size: 1.82vw;
    line-height: 3.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .company .company_wrap ul li .company_lint_ttl, .lp_wrap .company .company_wrap ul li .company_lint_txt {
    font-size: 3.47vw;
    line-height: 4.53vw;
  }
  .lp_wrap .company .company_wrap ul li .company_lint_ttl a, .lp_wrap .company .company_wrap ul li .company_lint_txt a {
    font-size: 3.47vw;
    line-height: 4.53vw;
  }
}
.lp_wrap .company .company_wrap ul li .company_lint_ttl {
  width: 142px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .company .company_wrap ul li .company_lint_ttl {
    width: 12.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .company .company_wrap ul li .company_lint_ttl {
    width: 22.4vw;
  }
}
.lp_wrap .company .kobutsu {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.06em;
  margin-top: 12px;
  padding-left: 36px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .company .kobutsu {
    font-size: 1.82vw;
    line-height: 3.09vw;
    margin-top: 1.09vw;
    padding-left: 3.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .company .kobutsu {
    font-size: 3.47vw;
    line-height: 4.53vw;
    margin-top: 1.33vw;
    padding-left: 0vw;
  }
}

/*./company*/
/* ========================================
  copyright
======================================== */
.lp_wrap .copyright {
  background: #006837;
  text-align: center;
  padding: 14px 0;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .copyright {
    padding: 1.27vw 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .copyright {
    padding: 1.87vw 0;
  }
}
.lp_wrap .copyright p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .copyright p {
    font-size: 1.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .copyright p {
    font-size: 3.2vw;
  }
}

/*./copyright*/
/* ========================================
  fixed
======================================== */
.lp_wrap .fixed {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0;
  width: 100%;
  height: 111px;
  max-width: 2000px;
  background: url("../img/fixed_bg.jpg") no-repeat center/100%;
  background-size: 2000px 110px;
  display: none;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fixed {
    height: 10vw;
    background-size: 181.82vw 10vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed {
    background: url("../img/fixed_bg_sp.jpg") no-repeat center/100%;
    height: 26.67vw;
    background-size: 100vw 26.67vw;
  }
}
.lp_wrap .fixed .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fixed .inner {
    height: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed .inner {
    width: 94.93vw;
    height: 26.67vw;
    margin: 0 auto;
  }
}
.lp_wrap .fixed .fixed_tel {
  width: 680px;
  height: 81px;
}
.lp_wrap .fixed .fixed_tel span.pc_item {
  display: block;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed .fixed_tel span.pc_item {
    display: none;
  }
}
.lp_wrap .fixed .fixed_tel .sp_item {
  display: none;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fixed .fixed_tel {
    width: 61.82vw;
    height: 7.36vw;
  }
  .lp_wrap .fixed .fixed_tel .sp_item {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed .fixed_tel {
    width: 45.87vw;
    height: 21.87vw;
  }
  .lp_wrap .fixed .fixed_tel .pc_item {
    display: none;
  }
  .lp_wrap .fixed .fixed_tel .sp_item {
    display: block;
    position: relative;
  }
}
.lp_wrap .fixed .fixed_tel .fixed_tel_txt {
  position: absolute;
  top: 16px;
  left: 507px;
  font-size: 15px;
  line-height: 26.5px;
  color: #666;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fixed .fixed_tel .fixed_tel_txt {
    top: 1.45vw;
    left: 45.91vw;
    font-size: 1.36vw;
    line-height: 2.41vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed .fixed_tel .fixed_tel_txt {
    top: 12.8vw;
    left: 5.33vw;
    font-size: 3.2vw;
    line-height: 3.47vw;
    letter-spacing: 0.07em;
    text-align: center;
  }
}
.lp_wrap .fixed .fixed_tel .fixed_tel_number {
  position: absolute;
  font-weight: bold;
  top: 14px;
  left: 166px;
  font-size: 51px;
  color: #000000;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fixed .fixed_tel .fixed_tel_number {
    top: 1.27vw;
    left: 15.09vw;
    font-size: 4.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed .fixed_tel .fixed_tel_number {
    display: none;
  }
}
.lp_wrap .fixed .fixed_line, .lp_wrap .fixed .fixed_form {
  width: 197px;
  height: 81px;
}
.lp_wrap .fixed .fixed_line a, .lp_wrap .fixed .fixed_form a {
  display: block;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .fixed .fixed_line, .lp_wrap .fixed .fixed_form {
    width: 17.91vw;
    height: 7.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .fixed .fixed_line, .lp_wrap .fixed .fixed_form {
    width: 22.53vw;
    height: 21.87vw;
  }
}

/*./fixed*/
/* ========================================
  confirmation_page
======================================== */
.lp_wrap .lp_hader {
  background: #c8f046;
  padding: 13px 0;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_hader {
    padding: 1.18vw 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_hader {
    padding: 1.73vw 0;
  }
}
.lp_wrap .lp_hader h1 {
  width: 151px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .lp_hader h1 {
    width: 13.73vw;
    margin-left: 1.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .lp_hader h1 {
    width: 20vw;
  }
}

.lp_wrap.confirmation_page .confirmation_txt {
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap.confirmation_page .confirmation_txt {
    font-size: 2vw;
    line-height: 3.64vw;
    margin-top: 7.27vw;
    margin-bottom: 7.27vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .confirmation_txt {
    font-size: 3.73vw;
    line-height: 6.4vw;
    margin-top: 10vw;
    margin-bottom: 4vw;
  }
}
.lp_wrap.confirmation_page .formTable {
  margin: 0 auto;
}
.lp_wrap.confirmation_page .formTable tr {
  display: flex;
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .formTable tr {
    display: block;
  }
}
.lp_wrap.confirmation_page .formTable tr th, .lp_wrap.confirmation_page .formTable tr td {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
  text-align: left;
  width: 200px;
  border-bottom: 1px solid #808080;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap.confirmation_page .formTable tr th, .lp_wrap.confirmation_page .formTable tr td {
    font-size: 1.82vw;
    line-height: 3.09vw;
    width: 22.73vw;
    border-bottom: 0.09vw solid #808080;
    padding-top: 1.64vw;
    padding-bottom: 1.64vw;
    padding-left: 1.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .formTable tr th, .lp_wrap.confirmation_page .formTable tr td {
    font-size: 3.73vw;
    line-height: 3.73vw;
    width: auto;
    border: none;
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .formTable tr th {
    display: inline-block;
    padding-top: 6.67vw;
    padding-bottom: 1.33vw;
  }
}
.lp_wrap.confirmation_page .formTable tr td {
  width: 670px;
  padding-left: 50px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap.confirmation_page .formTable tr td {
    width: 60.91vw;
    padding-left: 4.55vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .formTable tr td {
    width: 92vw;
    margin: 0 auto;
    border-bottom: 0.13vw solid #808080;
    padding-top: 4.4vw;
    padding-bottom: 4.4vw;
    padding-left: 4vw;
  }
}
.lp_wrap.confirmation_page .formTable tr:first-of-type th, .lp_wrap.confirmation_page .formTable tr:first-of-type td {
  border-top: 1px solid #808080;
}
@media screen and (max-width: 1100px) {
  .lp_wrap.confirmation_page .formTable tr:first-of-type th, .lp_wrap.confirmation_page .formTable tr:first-of-type td {
    border-top: 0.09vw solid #808080;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .formTable tr:first-of-type th, .lp_wrap.confirmation_page .formTable tr:first-of-type td {
    border-top: none;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .formTable tr:last-of-type td {
    line-height: 5.33vw;
  }
}
.lp_wrap.confirmation_page .formTable tr:nth-of-type(-n+3) th {
  display: inline-block;
  position: relative;
}
.lp_wrap.confirmation_page .formTable tr:nth-of-type(-n+3) th::after {
  content: "必須";
  background: #c1272d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50px;
  height: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  right: -1.3em;
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap.confirmation_page .formTable tr:nth-of-type(-n+3) th::after {
    width: 4.55vw;
    height: 2.73vw;
    font-size: 1.36vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .formTable tr:nth-of-type(-n+3) th::after {
    width: 10.67vw;
    height: 5.33vw;
    font-size: 3.47vw;
    right: -3.9em;
    top: 8.5vw;
  }
}
.lp_wrap.confirmation_page .formTable th, .lp_wrap.confirmation_page .formTable td {
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 1100px) {
  .lp_wrap.confirmation_page .formTable th, .lp_wrap.confirmation_page .formTable td {
    border-top: 0.09vw solid #808080;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .formTable th, .lp_wrap.confirmation_page .formTable td {
    border-top: 0.13vw solid #808080;
  }
}
.lp_wrap.confirmation_page .btn_wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  width: 746px;
  margin: 74px auto 0;
  padding-bottom: 133px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap.confirmation_page .btn_wrap {
    width: 67.82vw;
    margin: 6.73vw auto 0;
    padding-bottom: 12.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .btn_wrap {
    flex-flow: column-reverse;
    flex-wrap: wrap;
    width: 80vw;
    margin-top: 6vw;
    padding-bottom: 8.53vw;
  }
}
.lp_wrap.confirmation_page .btn_wrap input {
  display: block;
  width: 359px;
  height: 79px;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background: url("../img/confirmation_send_btn.png") no-repeat center/100%;
}
@media screen and (max-width: 1100px) {
  .lp_wrap.confirmation_page .btn_wrap input {
    margin-top: 1.27vw;
    width: 32.64vw;
    height: 7.18vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .btn_wrap input {
    background: url("../img/confirmation_send_btn_sp.png") no-repeat center/100%;
    margin-top: 4.8vw;
    width: 79.6vw;
    height: 18.27vw;
  }
}
.lp_wrap.confirmation_page .btn_wrap input[type=button] {
  background: url("../img/confirmation_return_btn.png") no-repeat center/100%;
  width: 361px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap.confirmation_page .btn_wrap input[type=button] {
    width: 32.82vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap.confirmation_page .btn_wrap input[type=button] {
    background: url("../img/confirmation_return_btn_sp.png") no-repeat center/100%;
    width: 79.6vw;
    height: 18.27vw;
  }
}

/*./confirmation_page*/
/* ========================================
  thanks_page
======================================== */
.lp_wrap .thanks {
  padding: 92px 0 133px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .thanks {
    padding: 8.36vw 0 12.09vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .thanks {
    padding: 11.2vw 0 8vw;
  }
}
.lp_wrap .thanks .thanks_img {
  width: 263px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .thanks .thanks_img {
    width: 23.91vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .thanks .thanks_img {
    width: 22.67vw;
  }
}
.lp_wrap .thanks h2 {
  font-size: 44px;
  color: #f15a24;
  font-weight: 900;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .thanks h2 {
    font-size: 4vw;
    margin-top: 2.18vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .thanks h2 {
    font-size: 6.67vw;
    line-height: 7.47vw;
    margin-top: 2.67vw;
  }
}
.lp_wrap .thanks .thanks_txt {
  width: 860px;
  margin: 80px auto;
  text-align: center;
  font-size: 22px;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .thanks .thanks_txt {
    width: 78.18vw;
    margin: 7.27vw auto;
    font-size: 2vw;
    line-height: 3.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .thanks .thanks_txt {
    width: 90.67vw;
    margin: 12vw auto;
    font-size: 3.73vw;
    line-height: 6.4vw;
  }
}
.lp_wrap .thanks .thanks_txt::after, .lp_wrap .thanks .thanks_txt::before {
  content: "";
  display: block;
  width: 865px;
  height: 5px;
  background: url("../img/thanks_line.png") no-repeat center/100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -40px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .thanks .thanks_txt::after, .lp_wrap .thanks .thanks_txt::before {
    width: 78.64vw;
    height: 0.45vw;
    top: -3.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .thanks .thanks_txt::after, .lp_wrap .thanks .thanks_txt::before {
    background: url("../img/thanks_line_sp.png") no-repeat center/100%;
    width: 91.2vw;
    height: 0.53vw;
    top: -5.07vw;
  }
}
.lp_wrap .thanks .thanks_txt::before {
  top: auto;
  bottom: -40px;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .thanks .thanks_txt::before {
    bottom: -3.64vw;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .thanks .thanks_txt::before {
    bottom: -5.07vw;
  }
}
.lp_wrap .thanks .thanks_btn {
  width: 359px;
  margin: 130px auto 0;
}
@media screen and (max-width: 1100px) {
  .lp_wrap .thanks .thanks_btn {
    width: 32.64vw;
    margin: 11.82vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  .lp_wrap .thanks .thanks_btn {
    width: 79.6vw;
    margin: 13.87vw auto 0;
  }
}
.lp_wrap .thanks .thanks_btn a {
  display: block;
}

/*./thanks_page*/

/*# sourceMappingURL=style.css.map */
