@charset "UTF-8";
/*--------------------------------------------------------------
# reset
--------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

ul,
ol {
  list-style: none;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
}

alink,
avisited {
  color: inherit;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

em {
  font-style: normal;
}

/*--------------------------------------------------------------
# COMMON
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1;
  color: #231815;
  background-color: #fff;
}

/*--------------------------------------------------------------
# MODULE
--------------------------------------------------------------*/
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

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

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
ruby > rt {
  font-size: 10%;
}
@media (max-width: 599px) {
  ruby > rt {
    font-size: 40%;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 599px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

.position {
  position: relative;
}

.img, .thumb {
  line-height: 0;
  text-align: center;
}
.img img, .thumb img {
  transition: 0.3s;
}

.m-btn--link {
  font-size: 24px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 8px 10px;
}
@media (max-width: 599px) {
  .m-btn--link {
    font-size: 14px;
  }
}
.m-btn--link img {
  vertical-align: middle;
  margin-right: 7px;
}
@media (max-width: 599px) {
  .m-btn--link img {
    margin-right: 5px;
  }
}
.m-btn--link span {
  display: block;
  font-size: 14px;
  padding-top: 5px;
}
@media (max-width: 599px) {
  .m-btn--link span {
    font-size: 10px;
    padding-top: 3px;
  }
}
.m-btn--link-line {
  background: #159D2E;
  box-shadow: 0 5px #0D801E;
}
.m-btn--link-line:hover {
  box-shadow: 0 2px #0D801E;
}
.m-btn--link-line img {
  width: 31px;
  height: 30px;
}
@media (max-width: 599px) {
  .m-btn--link-line img {
    width: 20px;
    height: 20px;
  }
}
.m-btn--link-tel {
  background: #FF851E;
  box-shadow: 0 5px #D06607;
}
.m-btn--link-tel:hover {
  box-shadow: 0 2px #D06607;
}
.m-btn--link-tel img {
  width: 21px;
  height: 27px;
}
@media (max-width: 599px) {
  .m-btn--link-tel img {
    width: 16px;
    height: 19px;
  }
}

.m-svg_font text {
  font-weight: bold;
  font-size: 43px;
  font-size: clamp(30px, 3.583vw, 43px);
  stroke: #F4C32B;
  fill: #000;
  letter-spacing: 4px;
  text-anchor: middle;
  /*dominant-baseline: alphabetic;*/
}
.m-svg_font svg > use {
  stroke-width: 17px;
  paint-order: stroke;
  stroke-linejoin: round;
}
@-moz-document url-prefix() {
  .m-svg_font svg > use {
    font-weight: bold;
    font-size: 43px;
    font-size: clamp(30px, 3.583vw, 43px);
    stroke: #F4C32B;
    fill: #000;
    letter-spacing: 4px;
    text-anchor: middle;
  }
}

.lp-header {
  background: #fff;
  width: 100%;
}
.lp-header_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px;
  align-items: center;
}
@media (max-width: 599px) {
  .lp-header_inner {
    padding: 7px 1% 12px;
  }
}
.lp-header_logo {
  width: 336px;
}
@media (max-width: 599px) {
  .lp-header_logo {
    flex-basis: 36%;
  }
}
.lp-header_btn {
  flex-basis: 392px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .lp-header_btn {
    flex-basis: 62%;
  }
}
.lp-header_btn .m-btn--link {
  flex-basis: 188px;
}
@media (max-width: 599px) {
  .lp-header_btn .m-btn--link {
    flex-basis: 49%;
  }
}

.lp-mv {
  background: url(../images/mv-pc3.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding-top: 58.8%;
  padding-top: 74.7vh;
  position: relative;
}
@media (max-width: 1080px) {
  .lp-mv {
    padding-top: max(54vh, 707px);
  }
}
@media (max-width: 599px) {
  .lp-mv {
    padding-top: 90%;
    padding-top: 90.6666666667vw;
    background: url(../images/mv-sp4.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
}
.lp-mv--inner {
  width: 740px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 4%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lp-mv--inner {
    width: 95%;
  }
}
.lp-mv--catch:nth-of-type(1) {
  width: 230px;
  padding-left: 1em;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .lp-mv--catch:nth-of-type(1) {
    width: 100%;
  }
  .lp-mv--catch:nth-of-type(1) img {
    width: 35%;
  }
}
.lp-mv--catch:nth-of-type(2) {
  max-width: 720px;
}
.lp-mv--catch:nth-of-type(3) {
  text-align: right;
}
@media (max-width: 599px) {
  .lp-mv--catch:nth-of-type(3) img {
    width: 50%;
  }
}
.lp-mv--catch:nth-of-type(4) {
  text-align: right;
}
@media (max-width: 599px) {
  .lp-mv--catch:nth-of-type(4) img {
    width: 80%;
  }
}

.lp-cta_1 {
  width: 100%;
}
.lp-cta_1--top {
  padding-bottom: 30%;
  padding-bottom: 450px;
  background: url(../images/cta-bg-1.jpg) no-repeat 50% 50%/100%;
  background-size: cover;
}
@media (max-width: 768px) {
  .lp-cta_1--top {
    overflow: hidden;
    padding-bottom: 400px;
  }
}
@media (max-width: 599px) {
  .lp-cta_1--top {
    padding-bottom: 220px;
    padding-bottom: 58.6666666667vw;
  }
}
.lp-cta_1--top_inner {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.lp-cta_1--top_link {
  position: absolute;
  left: -20px;
  top: 25px;
}
@media (max-width: 768px) {
  .lp-cta_1--top_link {
    width: 60%;
    left: 0;
  }
}
@media (max-width: 599px) {
  .lp-cta_1--top_link {
    top: 5px;
  }
}
.lp-cta_1--top_link::before {
  content: "";
  display: block;
  background: url(../images/cta-img.png) no-repeat;
  background-size: contain;
  width: 69px;
  height: 82px;
  position: absolute;
  left: -65px;
  top: 0;
}
@media (max-width: 768px) {
  .lp-cta_1--top_link::before {
    display: none;
  }
}
.lp-cta_1--text {
  font-size: 24px;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  text-shadow: 0 2px 4px #000;
  position: absolute;
  left: 5px;
  top: 208px;
  z-index: 20;
}
@media (max-width: 768px) {
  .lp-cta_1--text {
    left: 5%;
    top: 120px;
    top: 29.3333333333vw;
  }
}
@media (max-width: 599px) {
  .lp-cta_1--text {
    font-size: 16px;
  }
}
.lp-cta_1--text-org {
  font-size: 28px;
  font-size: clamp(30px, 3.333vw, 40px);
  font-weight: bold;
  color: #EA5A24;
  background: #fff;
  padding: 10px;
  transform: rotate(-6deg);
  position: absolute;
  left: 0;
  top: 286px;
  z-index: 30;
}
@media (max-width: 768px) {
  .lp-cta_1--text-org {
    left: 5%;
  }
}
@media (max-width: 599px) {
  .lp-cta_1--text-org {
    font-size: 20px;
    padding: 8px 8px 6px;
    top: 45.0666666667vw;
  }
}
.lp-cta_1--text-bk {
  font-size: 30px;
  font-size: clamp(21px, 2.5vw, 30px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .lp-cta_1--text-bk {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.lp-cta_1--text-bk span {
  display: inline-block;
  position: relative;
}
.lp-cta_1--text-bk span::before, .lp-cta_1--text-bk span::after {
  content: "";
  display: block;
  width: 5px;
  height: 99px;
  background: #000;
  border-radius: 3px;
  position: absolute;
  top: -10px;
}
@media (max-width: 599px) {
  .lp-cta_1--text-bk span::before, .lp-cta_1--text-bk span::after {
    width: 3px;
    height: 48px;
    top: 0;
  }
}
.lp-cta_1--text-bk span::before {
  transform: rotate(-30deg);
  left: -4%;
}
.lp-cta_1--text-bk span::after {
  transform: rotate(30deg);
  right: -4%;
}
.lp-cta_1--text-2 span::before, .lp-cta_1--text-2 span::after {
  height: 150px;
}
@media (max-width: 599px) {
  .lp-cta_1--text-2 span::before, .lp-cta_1--text-2 span::after {
    height: 60px;
    top: 20px;
  }
}
.lp-cta_1--text-2 span::before {
  left: -10%;
}
@media (max-width: 599px) {
  .lp-cta_1--text-2 span::before {
    left: -8%;
  }
}
.lp-cta_1--text-2 span::after {
  right: -10%;
}
@media (max-width: 599px) {
  .lp-cta_1--text-2 span::after {
    right: -8%;
  }
}
.lp-cta_1--text-2 strong {
  display: block;
  font-size: 51px;
  font-size: clamp(35.7px, 4.25vw, 51px);
  font-weight: bold;
}
@media (max-width: 599px) {
  .lp-cta_1--text-2 strong {
    font-size: 24px;
  }
}
.lp-cta_1--text-2 strong em {
  font-size: 91px;
  font-size: clamp(63px, 7.583vw, 91px);
}
@media (max-width: 599px) {
  .lp-cta_1--text-2 strong em {
    font-size: 43px;
  }
}
.lp-cta_1--text-2 strong small {
  font-size: 43px;
  font-size: clamp(30px, 3.583vw, 43px);
}
@media (max-width: 599px) {
  .lp-cta_1--text-2 strong small {
    font-size: 20px;
  }
}
.lp-cta_1--text img {
  filter: drop-shadow(0px 2px 4px #000);
  display: inline-block;
}
.lp-cta_1--text img:nth-of-type(1) {
  width: 65px;
  height: 36px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .lp-cta_1--text img:nth-of-type(1) {
    width: 9.8666666667vw;
    height: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .lp-cta_1--text img:nth-of-type(1) {
    width: 37px;
    height: 20px;
  }
}
.lp-cta_1--text img:nth-of-type(2) {
  width: 66px;
  height: 36px;
  margin: 0 5px;
}
@media (max-width: 599px) {
  .lp-cta_1--text img:nth-of-type(2) {
    width: 38px;
    height: 20px;
  }
}
.lp-cta_1--img {
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .lp-cta_1--img {
    width: 57%;
  }
}
@media (max-width: 599px) {
  .lp-cta_1--img {
    width: 57%;
    right: -20px;
  }
  .lp-cta_1--img-2 {
    width: 75%;
    right: -47px;
    top: 14px;
  }
}
.lp-cta_1--bottom {
  background: #FFF9AC;
  padding: 43px 5% 118px;
  position: relative;
  z-index: 20;
}
@media (max-width: 599px) {
  .lp-cta_1--bottom {
    padding: 43px 5% 80px;
  }
}
/*.lp-cta_1--bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 185px;
  height: 8.75vw;
  background: #FFF9AC;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0%, 50% 98%, 0 0%);
          clip-path: polygon(0 100%, 100% 100%, 100% 0%, 50% 98%, 0 0%);
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  z-index: 20;
}*/
.lp-cta_1--link {
  font-size: 43px;
  font-size: clamp(30px, 3.583vw, 43px);
  width: 440px;
  margin: 0 auto 45px;
  padding: 20px 20px 15px;
}
@media (max-width: 599px) {
  .lp-cta_1--link {
    font-size: 28px;
    width: 85%;
    margin-bottom: 40px;
    padding: 10px 20px 8px;
  }
}
.lp-cta_1--link img {
  margin-right: 13px;
  position: relative;
  top: -8px;
}
@media (max-width: 599px) {
  .lp-cta_1--link img {
    margin-right: 8px;
    top: -3px;
  }
}
.lp-cta_1--link span {
  font-size: 26px;
  font-size: clamp(18px, 2.167vw, 26px);
}
.lp-cta_1--link:nth-of-type(1) {
  margin: 0 auto 45px;
  box-shadow: 0 9px #0d801e;
}
@media (max-width: 599px) {
  .lp-cta_1--link:nth-of-type(1) {
    margin-bottom: 35px;
  }
}
.lp-cta_1--link:nth-of-type(1):hover {
  box-shadow: 0 2px #0d801e;
}
.lp-cta_1--link:nth-of-type(1) img {
  width: 56px;
  height: 54px;
}
@media (max-width: 599px) {
  .lp-cta_1--link:nth-of-type(1) img {
    width: 40px;
    height: 38px;
  }
}
.lp-cta_1--link:nth-of-type(2) {
  margin: 0 auto;
  box-shadow: 0 9px #D06607;
}
.lp-cta_1--link:nth-of-type(2):hover {
  box-shadow: 0 2px #D06607;
}
.lp-cta_1--link:nth-of-type(2) img {
  width: 38px;
  height: 50px;
  margin-right: 13px;
  position: relative;
  top: -8px;
}
@media (max-width: 599px) {
  .lp-cta_1--link:nth-of-type(2) img {
    width: 28px;
    height: 37px;
    margin-right: 8px;
    top: -5px;
  }
}/*# sourceMappingURL=mv.css.map */



            .lp-cta_1--text-org {top: 210px;}
            .txt_st1 { top:325px;}
            
            @media (max-width: 599px) {
                 .lp-cta_1--text-org {top: 28VW; left: 3%; font-size:19px;}
                 .txt_st1 { top:44VW; font-size: 14px; left: 3%;}
            }
            
            .lp-mv--catch:nth-of-type(1) {
    margin-bottom: 0px;
}
            .lp-mv {
  padding-top: 64.7vh;
}
  @media (max-width: 768px) {        
.lp-mv {padding-top: 53.7vh;}
.lp-mv--catch:nth-of-type(4) img {
width:90%;
 margin: 0 auto;
    }
            }

.price_wrp { background-color: #8ACE97; padding: 20px 0 0 0;}
.price_in {background: url("../images/price_bg.png") no-repeat 0 0 /100%; padding: 30px 20px;}
.price_ttl { display: block; margin: 0 auto;}
.price_img { display: block; margin: 0 auto;}
.price_txt1 { display: block; color: #fff; margin: 0 auto 20px;font-size: clamp(18px,2.083vw,25px); text-align: center; line-height: 1.4;font-weight: bold;}
.price_txt2 { display: block; margin: 0 auto 10px; padding: 20px; color:#FF0000; font-size:50px; text-align: center; font-weight: bold; width:700px;}
            
@media (max-width: 768px) {
.price_ttl { width:90%;}
.price_txt1 { margin: 0 auto 10px; }
.price_txt2 { width:90%; font-size:20px; padding: 10px;}
.price_in {padding: 10px 20px 30px;}
}

.caution--text2 {font-size: clamp(18px,2.083vw,23px);
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.8;}  
    
.caution--title span {
  padding-left: 0px;
}
    
.caution--title span {
  padding-left: 100px;
  position: relative;
  display: block;
}
    
.caution--text {
  text-align: left;
}
.caution--title span::before {top: -10px;}
    #sec7 .m-inner{padding: 0px 130px;}
   #sec7 .m-inner .caution--title{font-size: clamp(30px, 3.333vw, 40px); text-align: left;}
    
.br_sp { display: none}
.br_pc { display: block}

@media (max-width: 768px) {
.br_sp { display: block}
.br_pc { display: none}
}
    
@media (max-width: 768px) {
#sec7 .caution--title span::before {left: 5px;width: 45px;}
#sec7 .m-inner{padding: 0px 0px;}
.caution--title span {
  padding-left: 50px;
letter-spacing: 0.05em!important;
}
#sec7 .m-inner .caution--title{font-size: clamp(25px, 3.333vw, 40px); text-align: left;}
.caution--title span::before {top: 0px;}
}
    

    
@media(max-width: 599px) {
  .caution--text2 {
    font-size:16px;
    line-height:1.6;
  }
}


.company_omakse_wrp { background: url("../images/company_omakse_wrp_bg.png") repeat 0 0 /100%;}
.company_omakse_wrp .company--bottom_img { margin: 0 auto;display: block;}
.company_omakse_box { background-color: #fff; width: 100%; margin: 0 auto; text-align: center; padding:40px 20px 100px;}
.company_omakse_box .company--bottom_text {text-align: center; margin: 0 auto 20px;}
.company_omakse_box .company--bottom_text-2 {text-align: center;}
            
@media (max-width: 768px) {
.company_omakse_wrp .company--bottom_img { margin: 0 auto;display: block; width: 120%;}
.company_omakse_box { background-color: #fff; width: 100%; margin: 0 auto; text-align: center; padding:10px 20px 70px;}
}
            
.company--inner {
  padding-bottom: 60px!important;
}

.main_wrp { background: url("../images/top_bg.png")repeat 0 0 / 100%;}
.main_wrp_in { width: 753px; margin: 0 auto;}
    
@media (max-width: 753px) {
.main_wrp_in { width: 100%; margin: 0 auto;}
}
