@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/greeting/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* massage
-----------------------------------------------------------------*/
.massage{
  padding: 80px 0 100px;
}
.page-ttl+section{
  background: url(../image/greeting/bg_content_pc.svg) center bottom no-repeat,#fff;
  background-size: 100%;
}
.massage .flexbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.massage .greeting-wrap{
  width: 58%;
  max-width: 800px;
  margin-bottom: 100px;
}
.massage .greeting-wrap .en{
  margin-bottom: 7px;
  color: #F4D7DE;
  font-size: 2.0rem;
  letter-spacing: .35rem;
}
.massage .greeting-wrap .policy{
  color: #F55267;
  font-size: 4.6rem;
  line-height: 1.4;
  letter-spacing: .15rem;
  text-indent: -2.8rem;
}
.massage .greeting-wrap .txt{
  margin-top: 40px;
  font-size: 1.5rem;
  letter-spacing: .15rem;
}
.massage .greeting-wrap .name{
  margin-top: 20px;
  font-size: 2.5rem;
}
.massage .greeting-wrap .name span{
  margin-right: 12px;
  font-size: 1.8rem;
}
.massage .pic{
  width: 24%;
  max-width: 280px;
  margin-left: 60px;
}
.massage .massage-wrap .massage-box{
  max-width: 1420px;
  margin: 0 auto;
  padding: 30px 50px 35px;
  background: url(../image/greeting/pattern_border.jpg) top left;
  border: 4px solid #F55267;
  background-size: 27px;
  border-radius: 20px;
}
.massage .massage-box h3{
  color: #F55267;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.massage .massage-box .txt{
  margin-top: 10px;
  font-size: 1.6rem;
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    background:url(../image/greeting/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }    


/* message
-----------------------------------------------------------------*/
  .massage{
    padding: 40px 0 0;
  }
  .page-ttl+section{
    background: #fff;
    background-size: 100%;
  }
  .massage .inner{
    padding: 0;
  }
  .massage .flexbox {
    display: block;
    padding: 0 15px;
    background: url(../image/greeting/bg_content_sp.svg) center bottom no-repeat;
    position: relative;
  }
  .massage .greeting-wrap{
    width: 100%;
    margin-bottom: 10px;
  }
  .massage .greeting-wrap .en{
    margin-bottom: 7px;
    font-size: 1.4rem;
    letter-spacing: .15rem;
    text-align: center;
  }
  .massage .greeting-wrap .policy{
    font-size: 2.8rem;
    letter-spacing: .10rem;
    text-indent: 0;
    text-align: center;
  }
  .massage .greeting-wrap .txt{
    margin-top: 20px;
    font-size: 1.5rem;
    letter-spacing: .05rem;
  }
  .massage .greeting-wrap .name{
    width: 80%;
    margin-top: 20px;
    font-size: 2.4rem;
    border-bottom: 1px solid #333;
    position: absolute;
    bottom: 25px;
  }
  .massage .greeting-wrap .name span{
    margin-right: 12px;
    font-size: 1.6rem;
  }
  .massage .pic{
    width: 45%;
    max-width: 320px;
    margin-left: auto;
    margin-right: 15px;
  }
  .massage .massage-wrap{
    padding: 0 15px 60px;
    background: #fcefed;
  }
  .massage .massage-wrap .massage-box{
    padding: 20px 5% 25px;
    border: 4px solid #F55267;
    background-size: 27px;
    border-radius: 20px;
  }
  .massage .massage-box h3{
    color: #F55267;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
  }
  .massage .massage-box .txt{
    margin-top: 10px;
    font-size: 1.4rem;
  }
}



/* outline
-----------------------------------------------------------------*/
.outline{
  padding: 80px 0;  
}
.outline .inner{  
  max-width: 1110px;
}
.outline h2{
  margin-bottom: 20px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #f55267;
  font-weight: 800;
  letter-spacing:2px;
  text-align: center;
}
.outline .txt{
  margin-bottom: 80px;
  font-size: 1.8rem;
  text-align: center;   
}
.outline a{
  color: #f55267;
}
.outline a:hover{
  text-decoration: underline;  
}

.outline .outline-list{
  border: 1px solid #9A9A9A;
  font-size: 1.8rem;  
}
.outline .outline-list div{
  display: flex;
}
.outline .outline-list div+div{
  border-top: 1px solid #CDCDCD;  
}
.outline .outline-list dt{
  padding: 15px 15px 15px 25px;
  width: 23.15%;
  background: #edebeb;  
}
.outline .outline-list dd{
  padding: 15px 15px 15px 25px;
  width: 76.85%; 
}

.open-info{
  margin-top: 60px;
}




/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/* outline
-----------------------------------------------------------------*/
  .outline{
    padding: 60px 0;  
  }
  .outline .inner{  
    max-width: initial;
  }
  .outline h2{
    margin-bottom: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .outline .txt{
    margin-bottom: 40px;
    font-size: 1.4rem;
    text-align: left;   
  }
  
  .outline .outline-list{
    border: none;
    font-size: 1.4rem;  
  }
  .outline .outline-list div{
    display: block;
  }
  .outline .outline-list div+div{
    border-top: none;  
  }
  .outline .outline-list dt{
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px;
  }
  .outline .outline-list dd{
    padding: 12px 13px;
    width: 100%; 
  }
  .open-info{
    margin-top: 40px;
  }
  .open-info .txt{
    text-align: center;
  }
}
