@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@500&display=swap');

* {
    margin: 0;
    padding: 0;
} 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
strong {
font-weight: 600;
}
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}

*, *::before, *::after {
	box-sizing: border-box;
}

/*base*/
html {
	font-size: 62.5%;
	position: relative;
	text-align: center;
	scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    /*background-image: url("LP.jpg");*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    color: #494949;
  letter-spacing:normal;
	background-color: #ffffff;
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	position:relative;
	min-width: 145rem;
}

a {
    color: #494949;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

img {
	box-shadow: #fff 0 0 0;
	vertical-align:middle;
	max-width:100%;
}



.inner{
    width: 140rem;
    margin: 0 auto;
    position: relative;
}

#mainimage{
    position: relative;
    background-image: url("../img/elease/lp-for-owner/main_back.png");
    background-repeat: no-repeat;
  background-position: 20% 0;
  background-size: 85% auto;
}
#mainimage .images{
    position: relative;
    margin: 0 0 0 auto;
    width: 55%;
    z-index: -1;
}
#mainimage .images img{
    width: 100%;
}

#mainimage .inner{
    text-align: left;
    position: absolute;
    width: 86vw;
    top: 56%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
#mainimage h1{
    color: #004ba5;
    font-weight: 800;
    font-size: 1.82vw;
    line-height: 1.3;
letter-spacing: 0.036em;
}
#mainimage h1 p{
    font-weight: 800;
    font-size: 3.23vw;
      letter-spacing: 0.04em;
}
#mainimage .logo{
width: 21.5vw;
  margin: 1.8vw auto 2.2vw 10.3vw;
}
#mainimage .price{
    font-weight: 800;
    font-size: 2.3vw;
    line-height: 1;
    margin-left: 5.3em;
letter-spacing: 0.04em;
}
#mainimage .price span{
  font-family: "Oswald", sans-serif;
    color: #fe4b20;
    font-size: 6vw;
    line-height: 0.5;
    padding: 0 0.01em;
}
#mainimage .txt{
    font-size: 1.25vw;
  line-height: 1.6;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    letter-spacing: normal;
  padding: 1.2em 0 1.7em 1em;
}
#mainimage .image{
  width: 36.4vw;
  margin-left: 3.3vw;
}
/*
#mainimage .inner{
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 0.5em;
    transform: translateY(-50%);
}
#mainimage h1{
    color: #004ba5;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
letter-spacing: 0.036em;
}
#mainimage h1 p{
    font-weight: 800;
    font-size: 4.4rem;
      letter-spacing: 0.04em;
}
#mainimage .logo{
    width: 17.2em;
    margin: 1.7em auto 2em 8.6em;
}
#mainimage .price{
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1;
    margin-left: 5.3em;
letter-spacing: 0.04em;
}
#mainimage .price span{
  font-family: "Oswald", sans-serif;
    color: #fe4b20;
    font-size: 8rem;
    line-height: 0.5;
    letter-spacing: -0.01em;
}
#mainimage .txt{
    display: inline-block;
    text-align: center;
    font-weight: 600;
    letter-spacing: normal;
    padding: 1em 0 1.4em 1em;
}
#mainimage .image{
    width: 30em;
    margin-left: 2.5em;
}*/

#navi{
    background-color: #004ba5;
    border-radius: 4em;
    margin-top: -1em;
}
#navi ul{
    display: flex;
    justify-content: space-around;
    padding: 0.6em 1.5em;
}
#navi li{}
#navi li a {
    display: block;
    color: #fff;
    font-weight: 500;
    padding: 0.5em 0.5em;
    border-radius: 4em;
    
}
#navi li a:hover{
    background-color: #fe4b20;
}


.bluebox.inner{
    background-color: #eff3f6;
    border-radius: 1.6em;
    margin-top: 2.2em;
}
#issue{
    padding: 4.2em 3.6em 0 3.6em;
}
.e_title{
    text-align: center;
  font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1;
    color: #fe4b20;
}
#issue h2{
    text-align: center;
    font-weight: 600;
    font-size: 3.7rem;
      letter-spacing: 0.03em;
}
#issue ul{
    display: flex;
    justify-content: space-between;
    margin-top: 1.9em;
}
#issue li{
    width: 32%;
    background-color: #436fa4;
    color: #fff;
    border-radius: 1em;
    text-align: center;
    padding-bottom: 1em;
}
#issue li p{
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.5;
    padding: 1.8em 0 1.6em 0;
}
#issue li:first-child p{
    padding: 1.3em 0 0.6em 0;
}
#issue li:first-child img{
    width: 70%;
    margin: 0 auto;
}
#issue li:nth-child(2) img{
    width: 70%;
    margin: 0 auto;
}
#issue li:last-child img{
    width: 85%;
    margin: 0 auto;
}
#issue .read{
    text-align: center;
    font-size: 3.7rem;
    color: #000;
    font-weight: 600;
    margin-top: 1.8em;
}
#issue .read img{
    height: 1.9em;
    margin-right: 0.4em;
      vertical-align: bottom;
}

#merit{
    padding: 4.8em 3.6em 0 3.6em;
}
#merit h2{
    color: #fe4b20;
    text-align: center;
    font-size: 4.4rem;
    font-weight: 600;
      padding-bottom: 0.46em;
}
#merit .arrow1{
    width: 6.2em;
    margin: 0 auto;
}
#merit h2.show,#merit .arrow1.show{
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
    opacity: 0;
}
#merit h2.anime,#merit .arrow1.show{
    animation: fadeIn .8s ease-in-out .5s 1 normal forwards;
}
@keyframes fadeIn {
  from {
  -webkit-transform: translateY(-1em);
  transform: translateY(-1em);
    opacity: 0;
  }
  to {
  -webkit-transform: translateY(0);
  transform: translateY(0);
    opacity: 1;
  }
}
#merit ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
      margin: 1em 0 0 0;
}
#merit li{
    width: 32%;
    position: relative;
    text-align: center;
      margin-bottom: 2.5em;
  display: flex;             /* ← 追加 */
  flex-direction: column;    /* ← 追加 */
}
#merit li .icon{
  width: 4.7em;
  height: 4.7em;
  padding: 0.8em;
    border-radius: 100%;
    background-color: #fe4b21;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
#merit li .baroon{
    position: relative;
    background-color: #fff;
    border: 0.3em solid #c4c7d1;
    border-radius: 0.8em;
    padding-top: 2em;
    padding-bottom: 1.5em;
    margin-top: -2.1em;
  flex: 1;                   /* ← 高さを揃える */
  flex-direction: column;    /* ← 任意 */
}
#merit li h3{
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    padding-bottom: 0.6em;
}
#merit li h3 span.cau{
    font-size: 1.5rem;
}
#merit li h3 span.harf{
    letter-spacing: -0.3em;
}
#merit li p{
    text-align: justify;
    line-height: 1.7;
    padding: 0 1.7em;
}
#merit li .arrow{
    position: absolute;
    width: 4em;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -2.34em;
}
#merit li h4{
    text-align: center;
    color: #fe4b21;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2.3em;
}
#merit li h4.anime{
    animation: fuwafuwa 6s ease-in-out infinite alternate;
}
@keyframes fuwafuwa {
  0% {
    transform:scale(1);
  }
  50% {
    transform:scale(1.05);
  }
  100% {
    transform:scale(1);
  }
}


#point{
    padding: 6.1em 3.4em 2.8em 3.4em;
}
#point h2{
    text-align: center;
    font-size: 4.3rem;
    font-weight: 600;
      padding-bottom: 2.7em;
}
#point ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
      margin-bottom: 3.9em;
}
#point li{
    width: 49%;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 1em;
}
#point li .icon{
  width: 6.4em;
  height: 6.4em;
  padding: 0.8em;
    border-radius: 100%;
    background-color: #cfdef5;
    margin: -3.8em auto 0 auto;
    position: relative;
    z-index: 3;
}
#point li h3{
    text-align: center;
    font-weight: 600;
    font-size: 2.8rem;
  padding: 0.6em 0 0.4em 0;
}
#point li p{
    text-align: justify;
    line-height: 1.9;
    padding: 0 2em 2em 2em;
}
#point .caution{
    border-top: 1px solid #78797e;
    border-bottom: 1px solid #78797e;
    width: 98%;
    margin:  0 auto;
    padding: 1.4em 0 0.8em 0.7em;
        
}
#point .caution .indent{
    text-align: justify;
  font-size: 1.7rem;
  line-height: 1.5;
  text-indent: -2.5em;
  padding: 0 0 0.4em 2.5em;
}

#lineup{
    background-image: url("../img/elease/lp-for-owner/lineup_back.jpg");
    background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
      margin: 6.7em 0 0 0;
    padding: 4.4em 0 4.3em 0;
}
#lineup h2{
    text-align: center;
    font-weight: 600;
    font-size: 3rem;
  line-height: 1.6;
}
#lineup ul{
    display: flex;
    justify-content: center;
    align-items: flex-end;
      margin: 3.8em 0 3.3em 3.4em;
}
#lineup li:nth-child(2){
    margin: 0 4.5em 0 4em;
}
#lineup li:first-child img{
    width: 7em;
}
#lineup li:nth-child(2) img{
  width: 17.5em;
}
#lineup li:last-child img{
    width: 15.8em;
}
#lineup li p{
    padding-top: 1.3em;
}
#lineup li:first-child p{
    padding-right: 0.5em;
}
#lineup .check{
    display: block;
    text-align: center;
    border: 1px solid #959595;
    font-weight: 600;
      padding: 0.5em 0 0.6em 0;
    width: 46em;
  margin: 0 auto;
}


#outline{
    padding-top: 3em;
}
#outline .read{
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 2em;
}
#outline dl{
    display: flex;
    align-items: center;
    border-top: 1px solid #c4c4c4;
    padding: 0.6em 0;
    margin: 0 7em;
    text-align: left;
}
#outline dl.last{
    border-bottom: 1px solid #c4c4c4;
}
#outline dt{
    background-color: #004ba5;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    width: 14.2em;
    padding: 1.75em 0 1.75em 1.2em;
    margin-right: 2.4em;
}
#outline dt span{
    font-weight: normal;
    font-size: 1.6rem;
}
#outline dd{
    flex: 1;
    font-size: 1.6rem;
}
#outline dd.pd5{
    padding-top: 0.4em;
}
#outline .indent{
    text-indent: -0.7em;
}
#outline .cau{
    font-size: 1.5rem;
    text-indent: -1em;
    padding: 0.8em 0 0 1em;
}
#outline .label{
    display: inline-block;
    padding-right: 0.5em;
}
#outline .contactbox{
    border: 0.5em solid #fe4b21;
    border-radius: 10em;
    margin: 4.3em 14em 0 14em;
    text-align: center;
}
#outline .contactbox .title{
    font-family: "Jost", sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 2.3rem;
    padding: 1.3em 0 0 0;
}
#outline .contactbox h3{
    text-align: center;
    font-weight: 600;
    font-size: 3.2rem;
}
#outline .contactbox .arrow{
    margin: 0 auto;
    width: 0.48em;
    position: relative;
    overflow: hidden;
}
#outline .contactbox .arrow img{
  -webkit-transform: translateY(0);
  transform: translateY(0);
    animation: pathmove 1.8s ease-in-out infinite;
}

@keyframes pathmove{
  0%{
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
    opacity: 0;
  }
  30%{
  -webkit-transform: translateY(0);
  transform: translateY(0);
    opacity: 1;
  }
  100%{
  -webkit-transform: translateY(3em);
  transform: translateY(3em);
    opacity: 0;
  }
}
#outline .contactbox a{
    display: block;
    text-align: center;
    background-color: #fe4b21;
    color: #fff;
    font-weight: 600;
    font-size: 2.2rem;
    width: 20em;
    margin: 0.5em auto 1.5em auto;
    padding: 0.55em 0 0.6em 0;
    border-radius: 2em;
}
#outline .contactbox a:hover {
  background-color: #ff8813;
}

#process{
    padding-top: 5.8em;
}
#process h2{
    text-align: center;
  font-weight: 600;
  font-size: 3rem;
    padding: 0.1em 0 1.8em 0;
}
#process ul{
    display: flex;
    justify-content: center;
}
#process li{
    background-color: #ceddf4;
    position: relative;
    border-radius: 1em;
    padding: 4.4em 0 1.9em 1.3em;
 width: 12.4em;
  margin: 0 0.6em;
      text-align: left;
}
#process .step{
    position: absolute;
    font-family: "Jost", sans-serif;
    color: #004ba5;
    top: 1.3em;
    right: 1em;
    font-size: 1.7rem;
    font-weight: 600;
}
#process .step span{
  font-family: "Oswald", sans-serif;
font-size: 12.5rem;
  line-height: 0.5;
    vertical-align: text-top;
}
#process .icon{
    width: 2.9em;
}
#process .title{
    font-family: "Jost", sans-serif;
    color: #818181;
font-size: 1.5rem;
  padding: 1.3em 0 0.5em 0;
}
#process h3{
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.6;
}

#process li:first-child .step{
    right: 1.5em;
}
#process li:first-child .icon{
    margin-left: -0.4em;
}
#process li:nth-child(2) .icon{
    margin: 0.3em 0 -0.3em -0.2em;
}
#process li:nth-child(3) .icon{
    margin: 0.5em 0 -0.5em -0.1em;
}
#process li:nth-child(4) .icon{
    margin: 0.8em 0 -0.8em -0.3em;
}
#process li:last-child .icon{
    margin: 1em 0 -1em 0;
}

.bluebox2{
    background-color: #d4e3f8;
    border-radius: 1.5em;
}
.bluebox2 h2{
    text-align: center;
    color: #004ba5;
    font-weight: 600;
    font-size: 3.2rem;
    padding: 0.1em 0 1.05em 0;
}

#interview{
    margin-top: 6em;
}
#interview .bluebox2{
  padding: 4.4em 4.7em 2.5em 6em;
      margin: 0 5em;
}
#interview dl{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 1em;
    margin-bottom: 1.1em;
    padding: 1.2em 4em 0.5em 3.2em;
}
#interview dt{
    width: 6.1em;
    margin-right: 2.2em;
}
#interview dd{
    flex: 1;
    text-align: justify;
}
#interview h3{
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 0.5em;
}

#faq{
    margin-top: 4.8em;
}
#faq .bluebox2{
  padding: 4.4em 4.7em 2.8em 6em;
      margin: 0 5em;
}
#faq dl{
    background-color: #fff;
    border-radius: 1em;
    margin-bottom: 1.4em;
    position: relative;
      padding: 2.2em 5em 2.2em 3.5em;
    text-align: justify;
}
#faq dl:after{
    content: "＋";
    position: absolute;
    color: #78797f;
  font-size: 5rem;
  font-weight: 600;
  right: 0.93em;
  top: 0.35em;
}
#faq dl.active:after{
    content: "━";
font-size: 3.6rem;
  right: 1.5em;
  top: 0.86em;
}
#faq dt{
    position: relative;
    font-weight: 600;
    font-size: 2.7rem;
    padding-left: 2.5em;
}
#faq dd{
    position: relative;
    display: none;
    padding: 1.8em 0 0 7em;
}
#faq .active dd{
    display: block;
}
#faq dt:before,#faq dd:before{
    position: absolute;
    font-family: "Jost", sans-serif;
    font-size: 5.3rem;
    line-height: 1;
    font-weight: 500;
}
#faq dt:before{
    content: "Q";
    color: #004ba5;
    top:-0.1em;
    left: 0;
}
#faq dd:before{
    content: "A";
    color: #fe4b21;
    top: 0.5em;
  left: 1.1em;
}
#faq dd .indent{
    font-size: 1.6rem;
    text-indent: -1em;
    padding: 0.5em 0 0 1em;
}

#campany{
    padding-top: 7.8em;
}
#campany h2{
    text-align: center;
    font-weight: 600;
    font-size: 3.6rem;
}
#campany .flexbox{
    display: flex;
    justify-content: center;
    padding: 2.7em 0 0 1em;
}
#campany .box{
  width: 31.7em;
  margin: 0 1.8em;
    border-bottom: 1px solid #c4c4c4;
}
#campany dl{
    border-top: 1px solid #c4c4c4;
    display: flex;
  padding: 1.2em 0 1em 0.6em;
  line-height: 1.7;
    text-align: justify;
}
#campany dt{
    font-weight: 500;
    width: 7.4em;
}
#campany dd{
    flex: 1;
}
#campany dl.lh18{
  line-height: 1.8;
}
#campany dl.pd9{
    padding-top: 0.9em;
}
#campany dl.pd11{
    padding-top: 1.1em;
}
#campany dl.pd12{
    padding-top: 1.2em;
}

#contact{
    background-color: #004ba5;
    padding: 4.8em 0 5.8em 0;
  margin-top: 6.1em;
    color: #fff;
}
#contact h3{
    color: #fff;
    font-weight: 600;
    font-size: 3.8rem;
  line-height: 1.5;
}
#contact ul{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3.75em;
}
#contact li{
    text-align: justify;
}
#contact li a{
    color: #fff;
}
#contact li:first-child{
    border-right: 1px solid #c4c4c4;
    padding: 0.4em 2.8em 0 0.9em;
}
#contact .tel{
  font-family: "Oswald", sans-serif;
    font-size: 3.8em;
    line-height: 1;
    letter-spacing: 0.05em;
}
#contact .tel img{
  width: 1.6em;
  margin-right: 0.2em;
      vertical-align: bottom;
}
#contact .time{
    font-size: 2rem;
    font-weight: 600;
  text-indent: -2.8em;
  padding: 1.25em 0 0 3.1em;
  line-height: 1.2;
}
#contact li:last-child{
    padding: 0.6em 0.1em 0 3.1em;
}
#contact li:last-child a{
    display: block;
    text-align: center;
    background-color: #fe4b21;
    border-radius: 2em;
    font-weight: 600;
    font-size: 2.6rem;
    width: 20.2em;
    padding: 0.6em 0 0.7em 0;
}
#contact li:last-child a:hover {
  background-color: #ff8813;
}

#foot_bar{
  font-family: "Noto Sans JP", sans-serif;
    background-color: #004ba5;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1em 0;
    z-index: 30;
  -webkit-transform: translateY(6em);
  transform: translateY(6em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
    
}
#foot_bar.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#foot_bar.on-contact {
  -webkit-transform: translateY(6em);
  transform: translateY(6em);
}
#foot_bar .inner{
    width: 120rem;
    display: flex;
    align-items: center;
}
#foot_bar .title{
    text-align: center;
    border: 1px solid #fff;
    border-radius: 0.4em;
    padding: 0.5em 0.3em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}
#foot_bar .telbox{
    text-align: left;
    padding-left: 1.2em;
}
#foot_bar .tel{
  font-family: "Oswald", sans-serif;
    font-size: 2.2em;
    line-height: 1;
    letter-spacing: 0.04em;
}
#foot_bar .tel img{
    width: 1.5em;
    margin-right: 0.2em;
    vertical-align: baseline;
}
#foot_bar .time{
    font-size: 1.3rem;
}
#foot_bar .linkbtn{
    flex: 1;
    text-align: right;
}
#foot_bar .linkbtn a{
    display: block;
    color: #fff;
    background-color: #fe4b21;
    font-weight: 600;
    text-align: center;
    border-radius: 2em;
    font-size: 1.8rem;
    width: 20em;
    margin-left: auto;
    padding: 0.8em 0;
}
#foot_bar .linkbtn a:before,#foot_bar .linkbtn a:after{
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
  background-size: 100% auto;
}
#foot_bar .linkbtn a:before{
    background-image: url(../img/elease/lp-for-owner/mail_icon.svg);
width: 1.3em;
  height: 1em;
    margin: auto 0.3em -0.15em 0;
}
#foot_bar .linkbtn a:after{
    background-image: url(../img/elease/lp-for-owner/mail_arrow.png);
width: 0.6em;
  height: 0.8em;
    margin: auto 0 -0.05em 0.3em;
}
#foot_bar .linkbtn a:hover{
    background-color: #ff8813;
}

.pagetop {
  position: fixed;
  z-index: 51;
width: 3.4em;
    right: 1em;
    bottom: 1em;
  display: block;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0s visibility 0.3s linear, 0.3s opacity ease, 0.3s bottom ease;
  -o-transition: 0s visibility 0.3s linear, 0.3s opacity ease, 0.3s bottom ease;
  transition: 0s visibility 0.3s linear, 0.3s opacity ease, 0.3s bottom ease;
}
.pagetop.is-view {
  -webkit-transition: 0s visibility linear, 0.3s bottom ease;
  -o-transition: 0s visibility linear, 0.3s bottom ease;
  transition: 0s visibility linear, 0.3s bottom ease;
  visibility: visible;
  opacity: 1;
}
.pagetop.is-view:hover {
  opacity: 0.6;
}
.pagetop.exit-fixedContact {
  bottom: 100px;
}

  .container-wide {
    max-width: 143rem;
      padding: 1.538em 1.5em;
      margin: 0 auto;
  }
  .site-footer__bottom {
    display: flex;
    justify-content: space-between;
  }
.site-footer__tipslink ul {
  display: flex;
}
 .site-footer__tipslink li {
    font-size: 0.8em;
  }
.icon--blankImg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 0 0.5em;
  width: 0.8em;
  height: 0.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(../img/elease/lp-for-owner/icon-linkwindow.png);
}
  .site-footer__copyright {
    font-size: 0.8em;
  }
.ereform-header {
/*  position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
        background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ereform-header.roll{
        background-color: rgba(255, 255, 255, 0.9);
          backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
  .ereform-header__logo img {
    width: 15.556em;
  }
 .ereform-header__logo {
top: 1.588em;
    left: 1.764em;
    line-height: 1;
    position: absolute;
  }


@media screen and (min-width: 1450px) {

}

@media screen and (min-width: 769px) {
    .sp{
        display: none;
    }
    .ereform-header.roll {
        padding-top: 5em;
    }
}

@media screen and (min-width: 769px) and (max-width: 1450px) {
/*base*/
html {
	font-size: 0.69vw;
}
body {
	min-width: 100%;
}

  .container-wide {
      padding: 1.538em 5.5em 1.538em 1.5em;
  }
}

@media only screen and (max-width: 768px) {

html{
	font-size:2.5vw;
    min-width: 100%;
}
body{
    /*background-image: url("LPsp.jpg");*/
    background-size: 100% auto;
	min-width: 100%;
}
.ereform-header {
padding: 1.2em 0 1em 1.2em;
    text-align: left;
}
    .ereform-header.roll {
padding: 1em 0 1em 1.2em;
    }
  .ereform-header__logo img {
    width: 11.29em;
  }
 .ereform-header__logo {
top: auto;
    left: auto;
    position: relative;
  }

    .pc{
        display: none;
    }
    
.inner{
    width: 93%;
}
    
    
#mainimage{
    background-image: url("../img/elease/lp-for-owner/main_back.png");
    background-repeat: no-repeat;
    background-position: -30% 0;
    background-size: 50em auto;
    }
#mainimage .images{
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 98%;
}
#mainimage .inner{
    position: relative;
    transform: translateY(0);
    top: auto;
    background-image:none;
    padding: 0.9em 0 16.5em 0;
    /* padding: 4.7em 0 16.5em 0; */
    width: 100%;
}
#mainimage h1{
    text-align: center;
    font-size: 1.55rem;
    line-height: 1.2;
letter-spacing: 0;
}
#mainimage h1 p{
    text-align: center;
    font-size: 2.55rem;
      letter-spacing: 0.07em;
    padding-top: 0.2em;
}
#mainimage .logo{
width: 11em;
    margin: 0.5em auto 1.1em auto;
}
#mainimage .price{
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
    margin-left: 0;
}
#mainimage .price span{
    font-size: 7rem;
}
#mainimage .txt{
display: block;
    font-size: 1.5rem;
    padding: 1.3em 0 0.3em 0;
    line-height: 1.9;
    letter-spacing: 0.05em;
}
#mainimage .image{
width: 13.4em;
    margin-left: 1.8em;
}
    

#navi{
    position: relative;
    background-color: transparent;
    border-radius: 0;
    margin-top: 0;
    z-index: 10;
}
#navi ul{
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
#navi li{
    width: 48%;
    margin-bottom: 0.4em;
    }
#navi li:last-child{
    width: 100%;
    }
#navi li a {
    background-color: #004ba5;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.3em 0 0.4em 0;
}


.bluebox.inner{
    margin-top: -3.2em;
    width: 100%;
    border-radius: 1em;
}
#issue{
    padding: 5.6em 1.5em 0 1.5em;
}
.e_title{
    font-size: 1.6rem;
    line-height: 1;
}
#issue h2{
    font-size: 2.2rem;
      letter-spacing: 0.04em;
}
#issue ul{
    display: block;
    margin-top: 0.9em;
}
#issue li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 0.5em;
    padding: 1.2em 0;
    margin-bottom: 0.87em;
}
#issue li p{
    text-align: left;
    font-size: 1.7rem;
    line-height: 1.67;
    padding: 0 0 0 1.2em;
}
#issue li:first-child p{
    padding: 0 0 0 1.2em;
}
#issue li:nth-child(2) p{
    padding: 0.8em 0 0 1.2em;
}

#issue li:first-child img{
    width: 5.4em;
    margin: 0.3em 0.5em 0.35em 0;
}
#issue li:nth-child(2) img{
width: 6.1em;
    margin: 0 0.6em 0.1em 0;
}
#issue li:last-child img{
width: 6.6em;
    margin: 0.5em 0.6em 0.3em 0;
}
#issue .read{
font-size: 1.9rem;
    margin-top: 2.6em;
    line-height: 1.7;
}
#issue .read img{
    margin-right: 0.2em;
}

#merit{
    padding: 0.7em 0.7em 0 0.7em;
}
#merit h2{
font-size: 2.3rem;
    padding-bottom: 1em;
}

#merit .arrow1{
    width: 3.3em;
}


#merit ul{
    justify-content: space-between;
      margin: 0.9em 0 0 0;
}
#merit li{
    width: 49%;
      margin-bottom: 2.5em;
}
#merit li .icon{
  width: 3.4em;
  height: 3.4em;
  padding: 0.5em;
}
#merit li .baroon{
      border: 0.17em solid #c4c7d1;
      border-radius: 0.5em;
padding-top: 2.4em;
    margin-top: -2em;
    
}
#merit li h3{
    position: relative;
    font-size: 1.7rem;
    line-height: 1.4;
    padding-bottom: 0.6em;
}
#merit li h3 span.cau{
    position: absolute;
    font-size: 1.1rem;
    right: 0.3em;
    top: 0.7em;
}
#merit li h3 span.harf{
    letter-spacing: -0.3em;
}
#merit li p{
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 0 0.7em;
}
#merit li .arrow{
width: 1.6em;
    bottom: -1.2em;
}
#merit li h4{
    font-size: 4.2vw;
    line-height: 1.6;
    margin-top: 1.6em;
}
#merit li:nth-child(n+3):nth-child(-n+6) {
}


#point{
    padding: 2.4em 0.7em 3.5em 0.7em;
}
#point h2{
font-size: 2.2rem;
    padding-bottom: 2.5em;
}
#point ul{
      margin-bottom: 3em;
}
#point li{
    width: 48%;
  border-radius: 0.6em;
}
#point li .icon{
width: 3.4em;
    height: 3.4em;
    padding: 0.5em;
    margin: -1.5em auto 0 auto;
}
#point li h3{
    font-size: 1.7rem;
padding: 0.6em 0 0.4em 0;
    line-height: 1.5;
}
#point li p{
      font-size: 1.4rem;
    line-height: 1.9;
    padding: 0 1em 1.5em 1em;
}
#point .caution{
    width: 98%;
    padding: 1.3em 0.5em 0.7em 0.5em;
        
}
#point .caution .indent{
  font-size: 1.3rem;
  line-height: 1.7;
}

#lineup{
    background-position: 50% 50%;
      margin: 0.7em 0 0 0;
    padding: 2.7em 0 3.8em 0;
}
#lineup h2{
    font-size: 2.2rem;
}
#lineup ul{
    display: block;
      margin: 1.6em 0 2em 0;
}
    #lineup li{
        text-align: center;
    }

#lineup li:nth-child(2){
    margin: 2.5em 0 2.4em 0;
}
#lineup li:last-child{
        width: 100%;
        padding-top: 0;
}
#lineup li:first-child img{
    width: 5.8em;
    margin-left: 0.3em;
}
#lineup li:nth-child(2) img{
  width: 13.3em;
        margin-left: 0.9em;
    margin-bottom: -0.2em;
}
#lineup li:last-child img{
    width: 11.2em;
}
#lineup li p{
    padding: 0.5em 0.2em 0 0;
    font-size: 1.7rem;
}
#lineup li:first-child p {
  padding-right: 0.2em;
}
#lineup .check{
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
    text-indent: -3.5em;
    padding: 0.7em 2em 0.8em 6.5em;
    width: 100%;
}


#outline{
    padding-top: 2.4em;
}
#outline .read{
    font-size: 4.5vw;
    line-height: 1.7;
}
#outline dl{
    display: block;
    padding: 0.6em 0;
    margin: 0;
}
#outline dl.last{
}
#outline dt{
    font-size: 1.7rem;
    width: 100%;
    padding: 1.4em 0 1.4em 1.2em;
    margin-right: 0;
}
#outline dt span{
    font-size: 1.5rem;
}
#outline dd{
    padding: 1em 0 0.5em 1.2em;
    font-size: 1.5rem;
}
#outline dd.pd5{
    padding-top: 1em;
}
#outline .indent{
    text-indent: -0.7em;
}
#outline .cau{
    font-size: 1.3rem;
}
#outline .label{
    display: block;
    padding-right: 0;
}
#outline .contactbox{
      border: 0.2em solid #fe4b21;
    border-radius: 10em;
    margin: 3.2em 0 0 0;
}
#outline .contactbox .title{
font-size: 1.4rem;
    padding: 0.7em 0 0 0;
}
#outline .contactbox h3{
    font-size: 1.7rem;
        line-height: 1;
    padding-left: 0.4em;
}
#outline .contactbox .arrow{
width: 0.4em;
    margin-top: 0.4em;
}
#outline .contactbox a{
    font-size: 1.5rem;
    display: inline-block;
    width: auto;
    margin: 0.5em auto 0.7em auto;
    padding: 0.4em 1.5em 0.5em 1.5em;
}

#process{
    padding-top: 3.2em;
}
#process h2{
  font-size: 2.2rem;
    padding: 0.1em 0 1.2em 0;
}
#process ul{
    display: block;
}
#process li{
    display: flex;
    border-radius: 0.6em;
    padding: 0.6em 0.7em 0.6em 5em;
      width: 100%;
  margin: 0 0 0.8em 0;
}
#process .step{
    order: 3;
    position: relative;
    top: auto;
    right: auto;
    font-weight: 700;
    font-size: 1.7rem;
    text-align: right;
    padding: 0.3em 0 0.3em 0;
}
#process .step span{
font-size: 6.7rem;
        line-height: 0.7;
}
#process .icon{
    position: absolute;
    order: 1;
    width: 2.7em;
    margin: 0!important;
}
#process .txtbox{
    order: 2;
    flex: 1;
}
#process .title{
    font-size: 1.3rem;
    padding: 0.1em 0 0 0;
    line-height: 1.4;
}
#process h3{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
}

#process li:first-child .step{
    right: auto;
    padding-right: 0.2em;
    padding-bottom: 0.8em;
}
#process li:last-child .step{
    padding-bottom: 0.8em;
}
#process li:first-child .icon{
    left: 1em;
    top: 0.4em;
}
#process li:nth-child(2) .icon{
left: 1em;
    top: 0.6em;
}
#process li:nth-child(3) .icon{
left: 1em;
    top: 0.8em;
}
#process li:nth-child(4) .icon{
left: 0.6em;
    top: 0.6em;
    width: 3.2em;
}
#process li:last-child .icon{
left: 1.1em;
    top: 0.7em;
    width: 3.1em;
}

.bluebox2{
}
.bluebox2 h2{
    font-size: 2.2rem;
    padding: 0.1em 0 1.05em 0;
}

#interview{
    margin-top: 5.4em;
}
#interview .bluebox2{
  padding: 3em 1em 0.4em 1em;
      margin: 0;
}
#interview dl{
    align-items: flex-start;
    padding: 1em;
}
#interview dt{
    width: 3.5em;
    margin: 0.3em 1em 0 0;
}
#interview dd{
}
#interview h3{
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 0.5em;
}
#interview dd p{
    font-size: 1.6rem;
    padding-bottom: 0.5em;
    }

#faq{
    margin-top: 4.4em;
}
#faq .bluebox2{
  padding: 3em 1em 0.4em 1em;
      margin: 0;
}
#faq dl{
      padding: 1.5em 1em;
}
#faq dl:after{
    font-size: 2rem;
    right: 0.6em;
    top: 0.2em;
}
#faq dl.active:after{
font-size: 1.6rem;
    right: 1em;
    top: 0.4em;
}
#faq dt{
    font-size: 1.8rem;
    padding: 0 1.8em 0 1.6em;
    line-height: 1.4;
}
#faq dd{
    font-size: 1.6rem;
    padding: 1em 0.5em 0 3em;
}
#faq .active dd{
}
#faq dt:before,#faq dd:before{
    font-size: 2.5rem;
}
#faq dt:before{
    top: 0.1em;
}
#faq dd:before{
top: 0.7em;
    left: 0.4em;
}

#campany{
    padding-top: 5em;
}
#campany h2{
    font-size: 2.8rem;
    line-height: 1.4;
}
#campany .flexbox{
    display: block;
    padding: 2.6em 0 0 0;
}
#campany .box{
  width: 100%;
  margin: -1px 0 0 0;
}
#campany dl{
    display: flex;
  padding: 1.2em 0 1.2em 0.6em;
  font-size: 1.5rem;
}
#campany dt{
    width: 6.6em;
}
#campany dd{
    flex: 1;
}
#campany dl.lh18{
  line-height: 1.7;
}
#campany dl.pd9,#campany dl.pd11,#campany dl.pd12{
    padding-top: 1.2em;
}

#contact{
    padding: 4.2em 0 5.1em 0;
}
#contact h3{
    font-size: 2rem;
}
#contact ul{
    display: block;
    padding-top: 1em;
}
    #contact li{
    text-align: center;
    }
#contact li:first-child{
    border-right: none;
    padding: 0;
}
#contact .tel{
    font-size: 2.5em;
    line-height: 1;
}
#contact .tel img{
  width: 1.6em;
  margin-right: 0.2em;
}
#contact .time{
  text-indent: 0;
    font-size: 1.4rem;
    font-weight: 500;
  padding: 1.25em 0 0 0;
    line-height: 1.6;
}
#contact li:last-child{
    padding: 2em 0 0 0;
}
#contact li:last-child a{
    font-size: 1.8rem;
    width: 100%;
    padding: 0.8em 0 0.9em 0;
}
    
    

.pagetop {
    bottom: 23.4vw;
    right: 4%;
  }
#foot_bar{
    padding: 0.2em 0 0.4em 0;
  -webkit-transform: translateY(6.2em);
  transform: translateY(6.2em);
    
}
#foot_bar .inner{
    width: 92%;
}
    #foot_bar a{
        color: #fff;
    }
#foot_bar.on-contact {
  -webkit-transform: translateY(6.2em);
  transform: translateY(6.2em);
}
#foot_bar .inner{
    flex-wrap: wrap;
    justify-content: space-between;
}
#foot_bar .title{
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0.5em 0;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
}
#foot_bar .telbox{
    padding-left: 0;
}
#foot_bar .tel{
    font-size: 1.6em;
    line-height: 0.5;
    letter-spacing: normal;
}
#foot_bar .tel img{
width: 5.7em;
    margin: 0 0 0.1em 0;
    vertical-align: middle;
}
#foot_bar .time{
    font-size: 0.85rem;
    line-height: 1.35;
    padding-top: 0.2em;
}
#foot_bar .linkbtn{
    padding-right: 0;
}
#foot_bar .linkbtn a{
    position:relative;
    border-radius: 2em;
font-size: 1.3rem;
    line-height: 1.3;
    width: 13.2em;
    padding: 0.3em 0 0.5em 0;
}
#foot_bar .linkbtn a:before,#foot_bar .linkbtn a:after{
    position: absolute;
}
#foot_bar .linkbtn a:before{
    width: 1em;
      height: 0.7em;
top: 1.3em;
    left: 1.3em;
    margin: auto;
}
#foot_bar .linkbtn a:after{
    width: 0.5em;
top: 1.25em;
    right: 1.2em;
    margin: auto;
}
    
.pagetop {
width: 2.8em;
    right: 0.7em;
}
.pagetop.exit-fixedContact {
  bottom: 100px;
}

  .container-wide {
    max-width: 100%;
      padding: 1.2em 1.5em;
  }
  .site-footer__bottom {
    display: block;
  }
.site-footer__tipslink ul {
    justify-content: center;
}
 .site-footer__tipslink li:last-child {
     margin-left: 2.5em;
  }
.icon--blankImg {
  margin: 0 0 0 0.5em;
}
    
    
}

