@charset "UTF-8";

/*////////////////////////

commmon
///////////////////////*/

@import url('https://fonts.googleapis.com/css2?family=Murecho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

.murecho{
    font-family: 'Murecho', sans-serif;
}
.m1c{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

body{
    background-color: #fdf5e6;
}

.wrap{
    padding: 5% 5% 3% 5%;
}

p{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

h2 {
    background: #E83823; 
    padding: 1em;
    color: white;
    border-radius: 1.5em;
    display: inline;
    font-size: 2em;
    letter-spacing: .1em;
  }

.ttl{
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}
.yellow{
    color: #FFF100;
}


@media screen and (max-width:900px) {
    h2 {
        font-size: 1.6em;
      }

      .wrap{
        padding: 10% 3%;
    }
}
/*////////////////////////

hero
///////////////////////*/

.logo{
    width: 180px;
    height: auto;
}

.hero{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 3% 0;
}

.hero_img {
    position: relative;
    }
  
  .hero_img h1{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    font-size: 10em;
    font-weight: bold;
    line-height: .6em;
    letter-spacing: .1em;
    text-shadow: 5px 5px 5px #E83823;
    color: #fff;
    }

    .hero_img h1 span{
        font-size: .5em;
    }
  
  .hero_img img {
    width: 100%;
    height: auto;
    }


    @media screen and (max-width:900px) {
        .logo{
            width: 150px;
            height: auto;
        }
    
        .hero_img h1{
            font-size: 3em;
            }
    }

/*////////////////////////

worries
///////////////////////*/

ul.wr_list {
    padding: 0;
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  
  ul li.check {
    color: white;
    background: #9DC814;
    line-height: 1.5em;
    padding: 1em 1em 1em 2em;
    border-bottom: 2px solid white;
    list-style-type: none!important;
    font-weight: bold;
    font-size: 1.6em;
    letter-spacing: .1em;
  }
  
  ul li.check:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    position: absolute;
    left : 0.5em; 
    color: white; 
  }

  @media screen and (max-width:900px) {

ul.wr_list {
    width: 100%;
  }
  ul li.check {
    color: white;
    background: #9DC814;
    line-height: 1.5;
    padding: 0.5em 0.5em 0.5em 2em;
    border-bottom: 2px solid white;
    list-style-type: none!important;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: .1em;
  }
  }

  /*////////////////////////

structure
///////////////////////*/

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.flex_cont{
    width: 50%;
    height: auto;
    padding: 20px;
}
.flex_cont img{
    width: 100%;
    height: auto;
}
.flex_cont p{
    font-size: 1.6em;
    line-height: 1.8em;
    letter-spacing: .1em;
    font-weight: bold;
}

.red_txt{
    color: #E83823;
    font-weight: bold;
    font-size: 1.3em;
    padding: 20px 0 30px 0;
    text-align: center;
}

.red_txt span{
    font-size: 2em;
    font-weight: bold;
}

@media screen and (max-width:900px) {
    .flex{
        flex-direction: column;
    }
    .flex_cont{
        width: 100%;
        padding: 10px;
    }
    .flex_cont p{
        font-size: 1.4em;
    }
    .item1{
        order: 0;
    }
    .item2{
        order: 1;
    }

    .red_txt{
        font-size: 1.2em;
    }
    .red_txt span{
        font-size: 1.6em;
    }
}

/*////////////////////////

service
///////////////////////*/

dl {
    display: flex;
    flex-wrap: wrap;
  }

dt{
    width: 10%;
      height: auto;
  }

  
  dd{
    width: 80%;
    padding: 0 20px;
    margin-bottom: 10px;
  }

  .service_ttl{
      font-size: 1.8em;
      line-height: 1.8em;
      letter-spacing: .1em;
      color: #E83823;
      font-weight: bold;
  }
  .service_ttl span{
      color: #000;
      font-size: .8em;
  }

  @media screen and (max-width:900px) {

    dl {
        padding-top: 30px;
      }
      .service_ttl{
        font-size: 1.4em;
    }

    .service_ttl span{
        font-size: .9em;
    }

    dt{
        width: 10%;
          height: auto;
      }
      dd{
        width: 75%;
        padding: 0 20px;
      }


  }
/*////////////////////////

flow
///////////////////////*/

.flow_box{
    padding: 2em;
    margin: 40px auto;
    color: #fff;
    background: #9DC814;
    border-bottom: solid 6px #718b1c;
    border-radius: 9px;
    width: 50%;
    display: flex;
    align-items: center;
}
.flow_box p.box_txt {
    margin: 0; 
    padding: 0 0 0 20px;
    font-size: 1.8em;
    line-height: 1.8em;
    letter-spacing: .1em;
    width: 70%;
}
.box_txt_bold{
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF100;
}
.circle{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #FFF100;
    text-align:center;
    line-height: 80px;
    font-size: 5em;
    color: #E83823;
  }

  @media screen and (max-width:900px) {

    .flow_box{
        width: 90%;
        margin: 30px auto;
    }
    .flow_box p.box_txt {
        font-size: 1.2em;
    }
    .circle{
        width: 50px;
    height: 50px;
        font-size: 3em;
        line-height: 50px;
      }
  }

  /*////////////////////////

area
///////////////////////*/

.area_img{
    margin: 0 auto;
    text-align: center;
}

.area_img img{
    width: 50%;
    border-radius: 10px;
    padding: 20px;
}
.area_img h3{
font-size: 2em;
line-height: 1.8em;
letter-spacing: .1em;
padding: 20px;
}

.profile{
    text-align: center;
    padding: 30px 0;
}
.contact,.openclose{
    font-size: 3em;
    font-weight: bold;
    padding: 10px;
}
.info{
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: .1em;
}
a{
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #000;
}
a:hover{
    color: #E83823;
}

@media screen and (max-width:900px) {
    .area_img img{
        width: 90%;
    }
    .area_img h3{
        font-size: 1.6em;
        }

        .contact,.openclose{
            font-size: 1.6em;
        }
        .info{
            font-size: 1.2em;
        }
        .profile{
            padding: 10px 0;
        }

}

/*////////////////////////

ページアップ
///////////////////////*/

.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #9DC814;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}

/*////////////////////////

footer
///////////////////////*/

footer{
    background-color: #E9537D;
    padding: 5%;
    text-align: center;
}

.company{
    font-size: 1.8em;
    line-height: 1.8em;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width:900px) {

    .company{
        font-size: 1.2em;
    }

}

/*////////////////////////

pc_sp
///////////////////////*/

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 900px) {

.pc { display: none !important; }
.sp { display: block !important; }

}