@charset "utf-8";
/* CSS Document */
/*-----フォントの設定-----*/
html body{
    font-family: 'Zen Maru Gothic', sans-serif;
}
/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/
html {
    font-size: 62.5%;
    
}
p{
    font-size: 1.6rem;
    font-weight: 500;
}
img{
    max-width: 100%;
}
.btn-text{
    margin-bottom: 1.8rem;
}
.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
.sp { 
    display: none !important;
}
.br-sp{
    display: none;
}
/*-----共通設定ここまで-----*/



/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(FV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html{
  scroll-behavior: smooth;
}

/* ボタン全体 */
#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #f57c3c;
  border-radius: 50%;
  z-index: 1;
  }

  /* Font Awesome */
  #page_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f106'; /*アイコン*/
  font-size: 50px;
  color: rgb(255, 255, 255); /*アイコンの色*/
  position: absolute;
  height: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  
  }


/**/
/**/
/**/
/*first-view<!--FV-->*/
/**/
/**/
/**/
#first-view{
    position: relative; 
}
#first-view .pc{
    width: 100%;
}
#first-view .btn-top {
    position: absolute;
    width: 20%;
    height: auto;
    bottom: 13%;
    right: 28%;
}
.btn-top img{
    max-width: 100%;
}
.btnbase {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50%;
    text-align: center;
}
a.fvcta {
    position: absolute;
    bottom: 24%;
    right: 6%;
    max-width: 40%;
}

/**/
/**/
/**/
/*<!--FVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
#targeting{
    background: url("../img/targeting-bg.png")no-repeat center center / cover;
    text-align: center;
}
.targeting-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.targeting-tittle {
    margin-bottom: 4em;
}
.targeting-box-01{
    margin-bottom: 5.4rem;
}
.targeting-box-02{
    margin: 0 auto;
    margin-bottom: 4.8rem;
}
.targeting-box-02 p{
    text-align: left;
    margin-top: 1.5rem;
    line-height: 1.7;
    text-align: center;
}

/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*pr<!--PR-->*/
/**/
/**/
/**/
#pr {
    text-align: center;
    background-color: #f6f4e4;
    padding-bottom: 8em;
}
.pr-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 7.4rem 1.5rem 0;
}
.pr-tittle{
    margin-bottom: 14.6rem;
}
.pr-box-right, .pr-box-left{
    display: flex;
    justify-content: space-between;
    background-color:#e3f6bf;
    padding: 3.7rem 3.5rem 5.4rem 3.5rem;
    text-align: left;
}
.pr-box-left{
     margin: 11.2rem 0;
}
.pr-img{
    margin-top: -9.4rem;
}

.pr-item{
    max-width: 500px;
}
.pr-text-img{
    margin-bottom: 4.0rem;
    text-align: left;
}
.pr-item p{
    text-align: left;
    line-height: 1.7;
}
.pr-btn{
    margin-top: 10em;
}
/**/
/**/
/**/
/*pr<!--PRここまで-->*/
/**/
/**/
/**/



/**/
/**/
/**/
/*merit<!--MR->*/
/**/
/**/
/**/
#merit{
    text-align: center;
}
.merit-in{
    background: url("../img/merit-bg.png")no-repeat center center / cover;
    padding-top: 5em;
    /* clip-path: polygon(50% 0, 100% 30%, 100% 100%, 0 100%, 0 30%); */
}
.merit-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 4rem 1.5rem 10.3rem 1.5rem;
}
.merit-tittle {
    max-width: 930px;
    margin-bottom: 5em;
    padding-top: 17em;
}
.merit-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.6rem;
}
.merit-item{
    max-width: 447px;
    background-color: rgba(255,255,255,0.76);
    padding: 3.0rem 2.0rem;
    text-align: left;
}
.merit-item h2{
    font-size: 2.8rem;
    font-weight: 500;
    background: linear-gradient(transparent 10%, #ffff80 10% 90%, transparent 90%);
    margin-bottom: 1.9rem;
    letter-spacing: -0.04em;
    display: inline-block;
}
.merit-item p{
    text-align: left;
    line-height: 1.7;
}

.merit-text-box>p{
    line-height: 1.7;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    color: #FFF;
}
.merit-text-box{
    position: relative;
    height: 130px;
}
.merit-text-box::before {
    content: url(../img/frame-l.png);
    position: absolute;
    top: 0;
    left: 0;
}
.merit-text-box::after {
    content: url(../img/frame-r.png);
    position: absolute;
    top: 0;
    right: 0;
}


/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*gallery<!--GL-->*/
/**/
/**/
/**/
#gallery{
    background-color: #e3dfd5;
    text-align: center;
    padding-bottom: 8em;
}
.gallery-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 6.7rem 1.5rem 5.8rem 1.5rem;
}
.gallery-tittle{
    display: flex;
    margin-bottom: 7.5rem;
}
.gallery-tittle-box{
    align-self: center;
    text-align: left;
}
.gallery-tittle-box p{
    line-height: 1.7;
}
.gallery-tittle-box img{
    margin-bottom: 4.0rem;
}
.gallery-box{
    display: flex;
    justify-content: space-between;
}
.dotline{
    margin-bottom: 7em;
}
.gallery-box-01{
    margin-bottom: 6.5rem;
}
.gallery-item{
    max-width: 280px;
    padding: 0 1rem;
}
.gallery-item h3{
    font-size: 24px;
    font-weight: 600;
    color: #358b24;
    margin-bottom: 0.5em;
}
.gallery-item h3 span{
    color: #fff;
    background-color: #00a920;
    border-radius: 30px;
    display: block;
    font-size: 14px;
    padding: 10px;
    margin-top: 10px;
}
.sgroup{
    line-height: 2.2;
}
.gallery-item p{
    text-align: center;
    line-height: 1.7;
    font-size: 20px;
}
.tax{
    font-size: 14px;
}
.gallery-item img{
    margin-bottom: 2.8rem;
}
/**/
/**/
/**/
/*gallery<!--GLここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*Q&A<!--QA-->*/
/**/
/**/
/**/
#qa{
    background: url("../img/qa-bg.png")no-repeat center center / cover;
    text-align: center;
}
.qa-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 5.3rem 1.5rem 1.9rem 1.5rem;
}
.qa-tittle {
    margin-bottom: 8.0rem;
    margin-left: 14rem;
    margin-right: -10rem;
}
.qa-tittle img{
    max-width: 80%;
}
.qa-box{
    margin-bottom: 8.0rem;
    position: relative;
}
.qa-box p{
    text-align: left;
}
.qa-item-Q{
    position: absolute;
    top:-10%;
    left:23%;
    display: flex;
    justify-content: center;
    background: linear-gradient(transparent 10%, #ffff80 10% 90%, transparent 90%);
    width: 60%;
    margin: 0 auto;
    
}

.qa-item-Q p{
    align-self: center;
    font-size: 2.0rem;
    
}
.qa-item-Q img{
    margin-top: -10px;
}
.qa-item-A{
    background-color: #ffffff;
    padding: 5.0rem 3.0rem;
    border:2px solid #000000;
    max-width: 890px;
    margin: 0 auto;
}
.qa-item-A p{
    line-height: 1.7;
    letter-spacing: -0.02em
}
.qa-item-A ul {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #f57b0f;
    margin: 1rem;
}
/**/
/**/
/**/
/*Q&A<!--QAここまで-->*/
/**/
/**/
/**/


/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing{
    background: url("../img/closing-bg.png")no-repeat center top / cover;
    text-align: center;
    background-size: auto;
}
.closing-wrapper{
    max-width: 970px;
    margin: 0 auto;
    padding: 7.4rem 1.5rem 1.9rem 1.5rem;
}
img.cl-name {
    margin-top: 18em;
}
.closing-box {
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    padding: 2rem;
    margin: 3em 0;
    justify-content: center;
}
.closing-left{
    margin-right: 7.0rem;
    margin-top: 2rem;
}
.closing-left p{
    text-align: left;
    font-size: 2.0rem;
    font-weight: 600;
}
p.telnum {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0.5em;
    background-color: #00a920;
    padding: 10px 35px;
    border-radius: 45px;
    transition: all ease 0.2s;
}
p.telnum:hover{
    background-color: #0f631f;
}
.address{
    margin: 1.3rem 0;
}
.closing-right {
    max-width: 415px;
}

span.telnum-min {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 7px;
}

p.copyright {
    margin-top: 3em;
    line-height: 1.5;
}
/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/



/* 640px〜959px：タブレット
------------------------------ */
@media screen and (min-width:640px) and (max-width:959px) {
.tb { 
    display: none !important;
}
/*fv*/
a.fvcta {
    position: absolute;
    bottom: calc(78% - 41px);
    right: 1rem;
    max-width: 45%;
}
/*pr*/
.pr-tittle{
    margin-bottom: 7.0rem;
}
.pr-img{
    margin-top: auto;
}
.pr-item {
    margin:0 2.5rem;
}
.pr-box-right, .pr-box-left {
    display: flex;
    justify-content: center;
    background-color: #e3dfd5;
    padding: 3.7rem 3.5rem 5.4rem 3.5rem;
    text-align: left;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
}
/*.pr-box-left {
    margin: 6rem 0 6rem 0;
}*/
.pr-item p{
    margin-bottom: 3.0rem;    
    }
img.pc.pr-img {
    order: 2;
}
/*list*/
.list-wrapper {
    padding: 0rem 1.5rem 8.4rem 1.5rem;
}
/*merit*/
.merit-in {
    clip-path: polygon(50% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
}
.merit-tittle {
    margin-bottom: 3.5rem;
}
.merit-wrapper {
    padding: 12.7rem 1.5rem 4rem 1.5rem;
}
.merit-box {
    display: block;
    margin-bottom: 0;
}
.merit-item {
    max-width: 600px;
    margin: 0 auto 2.5rem auto;
}
.voice-wrapper{
    margin: 4.0rem 3.4rem 4.0rem 2.8rem;
}
/*step*/
#step{
    padding: 20.0rem 0 0 0;
}
/*gallery*/
.gallery-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gallery-item{
    margin-bottom: 3.0rem;
}

.closing-right {
    max-width: 270px;
}

iframe {
    max-width: 270px;
}
/* voice */
.voice-tittle{
    margin-bottom: 6.0rem;
}
}

.block{
    background-color:gray;
    height: 100vh;
    position: relative;
}
.block h1{
    font-size: 6.0rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}
