body ,p,h1,h2,h3,h4,ul,ol,figure{
    padding: 0px;
    margin: 0px;
}
img {
    border-style: none;
    vertical-align: top;
    image-rendering: -webkit-optimize-contrast;
    /* [disabled]max-width: 100%; */
    /* [disabled]height: auto; */
}
body {
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.45;
}
h2 {
    padding-top: 100px;
    text-align: center;
}
header  {
    background-color: #000;
}
header .wrap {
    width: 63%;
    margin: 0 auto;
}
header .logo    {
    padding-top: 25px;
}
header .logo-sp    {
    display: none;
}
header .header-flex {
    display: flex;
    justify-content: space-between;
}
header .header-contents02  {
    display: flex;
    padding-top: 26px;
    justify-content: flex-end;
}
header .header-contents02 p:nth-of-type(2)   {
    padding-left: 33px;
}
header #sp-nav {
    display: none;
}
header .pc-nav ul {
    list-style-type: none;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    padding-top: 22px;
    padding-bottom: 22px;
    font-weight: bold;
    font-size: 1.375rem;
}
header .pc-nav ul li:nth-child(n+2)  {
    padding-left: 79px;
}
.mainimage  {
    background-image: url(../img/mainimage.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    position: relative;
    min-height: 90vh;
}
.mainimage .sp-main {
    display: none;
}
.mainimage .ls-kun {
    width: 100%;
    margin: 0px;
    text-align: center;
    position: absolute;
    top: 13%;
    }
#service {
    padding-top: 100px;
    padding-bottom: 100px;
}
#service .wrap {
    text-align: center;
}
#service .wrap p:nth-of-type(2)  ,p:nth-of-type(3){
    padding-top: 42px;
}
#feature {
    background-color: #A2C655;
    /* [disabled]margin-top: 100px; */
    padding-bottom: 100px;
}
#feature h2 {
    padding-top: 50px;
    text-align: center;
}
#feature h3 {
    text-align: center;
    font-size: 1.5rem;
    padding-top: 30px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 50px;
}
#feature h5    {
    font-weight: bold;
    color: #fff;
    padding-top: 18px;
}
#feature .feature-inner {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 auto;
    width: 90%;
}
#feature .feature-inner .img526-feature {
    display: none;
}
#feature img  {
    max-width: 100%;
    height: auto;
}
#feature .feature-inner .text {
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
#feature .area01 {
    background-image: url(../img/img_onestop_renovation.png);
    background-repeat: no-repeat;
    height: 420px;
    background-size: contain;
}
#feature .area01 .flex02 {
    padding-left: 41%;
    padding-top: 180px;
    margin: 0 auto;
    width: 100%;
}
#feature .area02 {
    background-image: url(../img/img_custom_order.png);
    background-repeat: no-repeat;
    height: 420px;
    background-position: right 0%;
    padding-bottom: 0px;
    margin-bottom: 3%;
    margin-top: 3%;
    background-size: contain;
}
#feature .area02 .flex01 {
    padding-top: 150px;
    padding-left: 10%;
    width: 70%;
}
#feature .area03 {
    background-image: url(../img/img_financial_support.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 420px;
    padding-top: 3%;
}
#feature .area03 .flex02 {
    padding-top: 80px;
    padding-left: 40%;
    margin: 0 auto;
    width: 100%;
}
#procedure {
    background-color: #EBEAE8;
    /* [disabled]position: relative; */
    padding-bottom: 100px;
}
#procedure .absolute-step {
    position: relative;
    padding-left: 182px;
}
@keyframes slideIn{
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
#procedure .slidein {
    animation-name: slideIn;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    animation-delay: 1;
    animation-fill-mode: forwards;
}
#procedure h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 0px;
    margin-top: -30px;
}
#procedure .area {
    margin: 0 auto;
    width: 1087px;
}
#procedure .area img::after  {
    width: 10px;
    height: 50px;
    background-color: #fff;
    content: "";
}
#procedure .area .flex01 {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}
#procedure .area .flex02 {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}
.omakase-text {
    text-align: center;
    background-color: #A2C655;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding-top: 28px;
    padding-bottom: 28px;
    line-height: 1.5;
}
.omakase-text .br-sp {
    display: none;
}
.omakase-text .sp375 {
    display: none;
}
#contact h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 18px;
    margin-bottom: 15px;
}
#contact table {
    margin: 0 auto;
    border: 5px solid #000000;
    width: 1087px;
    -webkit-box-shadow: 0px 0px 45px #000;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
    border-collapse: separate;
    border-spacing: 0;
}
#contact table th    {
    padding-top: 20px;
    padding-left: 20%;
    white-space: nowrap;
}
#contact table td    {
    padding-top: 5px;
    padding-left: 20%;
    white-space: nowrap;
}
#contact table .goyouken {
    padding-top: 83px;
    padding-bottom: 30px;
}
#contact table .goyouken .input-br {
    display: none;
}
#contact table .radio {
    padding-top: 83px;
    display: inline;
    font-weight: normal;
    padding-left: 30px;
}
#contact table .radio label {
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
}
#contact table .goyouken .radio .br-label {
    display: none;
}
#contact table input[type=radio] {
    display: none;
    margin-right: 8px;
    padding-left: 30px;
    padding-top: 50px;
}
#contact table .radio input[type=radio] + label::before {
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    background-color: #fff;
    border: 1px solid #A09A9A;
    top: 7px;
    left: 0px;
    margin-right: 15px;
}
#contact table .radio input[type=radio] + label::after {
    position: absolute;
    content: '';
    display: block;
    width: 19px;
    border-radius: 50%;
    height: 19px;
    background-color: #2e3175;
    top: 10px;
    left: 3px;
    opacity: 0;
    transition: .3s;
}
#contact table .radio input[type=radio]:checked +label::after{
    opacity: 1;
}
#contact table span {
    background-color: #E3460D;
    font-weight: midium;
    font-size: 0.93rem;
    margin-left: 10px;
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    border-radius: 5px;
    color: #fff;
}
#contact table .textarea800 {
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    width: 74%;
    box-shadow: inset 3px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
#contact table .textarea-honbun {
    border-radius: 5px;
    border: 1px solid #C9C9C9;
    box-shadow: inset 3px 1px 6px 0px rgba(0, 0, 0, 0.1);
    width: 74%;
}
#contact table tr .policy {
    padding-top: 50px;
    text-align: center;
    padding-left: 0px;
}
#contact table input[type=checkbox] {
	width: 18px;
	height: 18px;
    margin-right: 10px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#contact table tr .policy a {
    padding-top: 30px;
    border-bottom: 2px solid #000;
}
#contact table tr .policy a:hover  {
    padding-top: 30px;
    border-bottom: 2px solid #2754E7;
    color: #2754E7;
}
#contact table tr .sousinarea   {
    padding-top: 20px;
    padding-bottom: 95px;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
}
#contact table tr .sousin   {
    background-color: #A2C655;
    width: 200px;
    border-radius: 8px;
    height: 50px;
}
#contact .area {
    margin: 0 auto;
    width: 1087px;
    display: flex;
    font-size: 1.25rem;
    padding-top: 30px;
    align-items: center;
}
#contact .area .tel-uketuke {
    padding-left: 13px;
    /* [disabled]margin-bottom: 0px; */
    /* [disabled]margin-top: auto; */
    white-space: nowrap;
    vertical-align: middle;
}
#company {
    background-color: #000;
    color: #fff;
    margin-top: 100px;
}
#company h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 18px;
    color: #fff;
    padding-bottom: 43px;
}
#company .office-front {
    text-align: center;
}
#company .wrap {
    margin: 0 auto;
    width: 800px;
    font-size: 0.94rem;
    white-space: nowrap;
}
#company .wrap table td {
    padding-bottom: 9px;
}
#company .flex01 table .col1-2 {
    padding-left: 13px;
}
#company .flex01 table .col2-2 {
    padding-left: 13px;
}
#company .col2-2 .spbr-526px {
    display: none;
}
#company .col2-2 .spbr-375px {
    display: none;
}
#company .flex02 table .col3-2 {
    padding-left: 30px;
}
#company .flex02 table .col4-2 {
    padding-left: 30px;
}
#company .wrap .flex01 {
    display: flex;
    margin-top: 58px;
    justify-content: space-between;
    border-collapse: collapse;
}
#company .wrap .flex02 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    border-collapse: collapse;
}
#company .flex02 .contents2-2 {
    margin-right: 75px;
}
#company .wrap .copyright {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-align: center;
}
#company .spbr-375px {
    display: none;
}
#thanks {
    background-color: #A2C655;
    text-align: center;
    color: #fff;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#thanks .spbr-526px  {
    display: none;
}
#thanks p strong {
    letter-spacing: 0.2em;
    text-align: center;
}
#thanks .text {
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 2em;
    letter-spacing: 0.1em;
    padding-right: 5%;
    padding-left: 5%;
}
#thanks .go-to-top {
    margin: 0 auto;
    color: #000;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 50px 12px 50px;
    text-align: center;
}
.copyright  {
    text-align: center;
    padding-bottom: 30px;
}

@media screen and (max-width:1060px){
header .wrap {
    width: 75%;
}
header nav, header .header-contents02{
    display: none;
}
header .logo    {
    display: none;
}
header .logo-sp    {
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
}
header #sp-nav {
    display: block;
}
#top .mainimage .sp-main  {
    display: flex;
    padding-top: 50px;
    justify-content: center;
    width: 100%;
}
#top .mainimage .sp-main img {
    max-width: 100%;
    height: auto;
}
#top .mainimage .sp-main .img-tel {
    padding-right: 10px;
    padding-left: 10px;
}
#top .mainimage .sp-main .img-webcontact {
    padding-left: 10px;
    padding-right: 10px;
}
#top .mainimage .ls-kun img {
    max-width: 100%;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
}
#service {
    padding-top: 60px;
    padding-bottom: 60px;
}
#service .wrap {
    padding: 0px 20px 0px 20px;
    font-size: 1.2rem;
}
h2 {
    padding-top: 50px;
}
h2 img {
    max-width: 100%;
    padding: 0px 20px 0px 20px;
    height: auto;
}
#feature .area01 .flex02 {
    padding-left: 0px;
    margin: 0 auto;
    padding-top: 5%;
}
#feature .area02 .flex01 {
    padding-left: 0px;
    padding-top: 5%;
    width: 100%;
}
#feature .area03 .flex02 {
    padding-left: 0px;
    padding-top: 5%;
}
#procedure .absolute-step {
    padding-left: 0px;
}
#procedure .area     {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
}
#procedure .area img     {
    max-width: 100% ;
    height: auto;
}
#procedure .area .img-two {
    padding-left: 5%;
}
.omakase-text {
    padding-right: 12%;
    padding-left: 12%;
    /* [disabled]font-weight: bold; */
    font-size: 1rem;
}
.omakase-text .br-sp {
    display: block;
}
#contact table {
    border: 3px solid #000000;
    -webkit-box-shadow: 0px 0px 45px #000;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    width: 94%;
}
#contact table th, #contact table td {
    padding-left: 20%;
}
#contact table .goyouken {
    padding-bottom: 0px;
    padding-top: 30px;
}
#contact table .goyouken .input-br {
    display: block;
}
#contact table .radio {
    padding-top: 5px;
    display: block;
    padding-left: 0px;
}
#contact table .radio label {
    margin-left: 0px;
}
#contact table .radio label:nth-of-type(2) ,#contact table .radio label:nth-of-type(3){
    margin-left: 15px;
}
#contact table .textarea800 {
    width: 75%;
}
#contact .area  {
    display: block;
    text-align: center;
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
}
#contact .area .tel-uketuke {
    white-space: normal;
    padding-top: 10px;
}
#contact .area img {
    height: auto;
    max-width: 100%;
}
#company {
    margin-top: 50px;
}
#company .office-front img {
    max-width: 100%;
    height: auto;
}
.omakase-text {
    font-size: 1.2rem;
}
}

@media screen and (max-width:800px){
#procedure {
    padding-bottom: 40px;
}
#procedure h3 {
    margin-top: -15px;
}
#procedure .area   {
    margin: 0 auto;
    text-align: center;
}
#procedure .area .flex01 {
    display: block;
    padding-top: 30px;
}
#procedure .area .flex02 {
    display: block;
}
#procedure .area .img-two {
    padding-left: 0px;
    padding-top: 30px;
}
#procedure .area .flex02 {
    padding-top: 30px;
}
.omakase-text {
    padding-left: 2%;
    padding-right: 2%;
}
#company .wrap {
    padding-right: 3%;
    padding-left: 3%;
    margin: 0 auto;
    width: 80%;
}
#company .wrap .flex01 {
    display: block;
}
#company .flex01 table .col2-2 {
    padding-left: 42px;
}
#company .wrap .flex02 {
    display: block;
    margin-top: 0px;
}
#company .wrap .copyright {
    padding-bottom: 20px;
    padding-top: 50px;
}
}

@media screen and (max-width:692px){
.mainimage {
    width: 100%;
    min-height: 50vh;
    background-image: url(../img/mainimage-sp.png);
    background-attachment: scroll;
}
.mainimage .ls-kun {
    position: absolute;
    top: 30%;
}
#contact table th     {
    font-size: 1.25rem;
}
#contact table td {
    font-size: 1rem;
}
#contact table .goyouken .radio .br-label {
    display: block;
}
#contact table .radio label:nth-of-type(2), #contact table .radio label:nth-of-type(3) {
    
    margin-left: 0px;
}
#contact table .radio input[type=radio] + label::before {
    position: absolute;
    left: 0px;
    top: 4px;
}
#contact table .radio input[type=radio] + label::after {
    position: absolute;
    left: 3px;
    top: 7px;
}
#contact table .textarea-center {
    width: 88%;
    text-align: center;
}
#contact table .textarea-center td {
    padding-left: 0px;
}
#contact table tr .sousinarea {
    padding-bottom: 45px;
}


@media screen and (max-width:526px){
#contact table .center {
    width: 88%;
    text-align: center;
}
#service {
    padding-top: 30px;
}
#service .wrap {
    font-size: 1rem;
}
#service .wrap p:nth-of-type(2), p:nth-of-type(3) {
    padding-top: 20px;
}
#feature {
    padding-bottom: 30px;
}
#feature h3 {
    padding-bottom: 30px;
    padding-top: 20px;
}
#feature h5 {
    padding-top: 10px;
}
#feature .feature-inner .img526-feature {
    display: block;
    padding-top: 15px;
}
#feature .feature-inner .text {
    font-size: 1rem;
    padding-bottom: 10px;
    padding-top: 20px;
    text-shadow: 0px 0px;
}
#feature .area01 {
    background-image: none;
    height: auto;
}
#feature .area01 .flex02 {
    padding-top: 30px;
}
#feature .area02 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: none;
    height: auto;
}
#feature .area02 .flex01 {
    padding-top: 50px;
}
#feature .area03 {
    background-image: none;
    height: auto;
}
#feature .area03 .flex02 {
    padding-top: 50px;
}
.omakase-text {
    font-size: 1rem;
}
#contact input::placeholder,#contact textarea::placeholder {
    font-size: 1rem;
}
#company td {
    font-size: 0.75rem;
}
#company .flex01 table .col1-2 {
    padding-left: 19px;
}
#company .col2-2 .spbr-526px {
    display: block;
}
#thanks {
    font-size: 1.25rem;
}
#thanks .spbr-526px {
    display: block;
}
#thanks .text {
    line-height: 1.5em;
}
#company .wrap .copyright {
    font-size: 0.75rem;
    letter-spacing: 0em;
}
}

@media screen and (max-width:375px){
.omakase-text .sp375 {
    display: block;
}
#company .spbr-375px  , #company .col2-2 .spbr-375px{
    display: block;
}
}
