@charset "UTF-8";

.subpage-fv{
    max-width: 1360px;
    margin: auto;
    padding-top: 140px;
}

.subpage-philosophy_title{
  text-align: center;
  margin: 50px auto;
}

.subpage-text {
    max-width: 900px;
    margin: auto;
    line-height: 2;
    padding: 20px;
}

.subpage-sub_title{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
}

.subpage-philosophy_wrap{
  background: url(../img/philosophy-bg.jpg) no-repeat ;
  background-size:cover;
  background-color: #ffffffba;
  background-blend-mode:lighten;
  padding: 1px 0 60px;
  margin-top: 60px;
}

.text_bold{
  font-weight: 700;
}

/*コンタクトボタン*/
.subpsge-contact_btns{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  margin: 50px auto;
  max-width: 900px;
}

.subpsge-contact-tel_btn{
  background-color: #F97D9C;
  font-weight: 600;
  font-size: 20px; 
  color: #fff;
  text-align: center;
  padding: 24px 20px;
  border-radius: 5px;
  line-height: 1.3;
  box-shadow: #AD576D 2px 4px;
}

.subpsge-contact-form_btn{
  background-color: #01A478;
  font-weight: 600;
  font-size: 20px;;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  border-radius: 5px;
  height: 65px;
  box-shadow: #014b38 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subpsge-contact-tel_btn:hover , .subpsge-contact-form_btn:hover{
  box-shadow: unset;
  transform: translateY(4px);
  opacity: 1.0;
}

.subpsge_small-text{
font-size: 14px;
}

.sec-img_wrap{
  margin: auto;
  max-width: 600px;
}

@media screen and (max-width: 768px){
.subpage-sub_title {
  font-size: 26px;
}

.subpage-text {
  padding: 20px;
}


.subpsge-contact_btns {
  display: block;
    max-width: 450px;
}

.subpsge-contact-tel_btn{
  margin-bottom: 20px;
  display: block;
}

.subpsge-contact-form_btn{
  line-height: 1.3;
}

}

@media screen and (max-width: 450px){
.subpage-fv{
  padding-top: 70px;
}
.subpage-text {
    padding: 10px;
}

}