@charset "UTF-8";
/*--------------------- .mv ---------------------*/
.mv.about {
  background: url(../img/mv.png) center center no-repeat;
  background-size: cover;
}

/*--------------------- .philosophy ---------------------*/
.philosophy {
  background: url(../img/about_sec_01_bg.png) top left no-repeat #f8ec6c;
  background-size: cover;
}

/*--------------------- .policy ---------------------*/
.policy {
  background: url(../img/about_sec_02_bg.png) top right no-repeat #a2e5ef;
  background-size: cover;
}

.philosophy .inr, .policy .inr {
  width: 92%;
}
.philosophy .read_txt, .policy .read_txt {
  line-height: 2;
  margin: 0 30px;
}

/*--------------------- .greeting ---------------------*/
.greeting {
  background: url(../img/greeting_bg.png) center center no-repeat;
  background-size: cover;
}
.greeting_box {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}
.greeting_img {
  width: 32%;
}
.greeting_txt {
  width: 62%;
}
.greeting_txt .read_txt {
  line-height: 2;
  margin-bottom: 50px;
}

/*--------------------- .name ---------------------*/
.name {
  -js-display: flex;
  display: flex;
  font-size: 20px;
  justify-content: flex-end;
}
.name .name_img {
  margin-left: 30px;
  vertical-align: sub;
}

/*--------------------- .goal ---------------------*/
.flex_box.goal {
  align-items: center;
  margin-bottom: 30px;
}
.goal .flex_img {
  width: 40%;
}
.goal .flex_txt {
  width: 55%;
}
.goal .flex_txt .read_txt {
  line-height: 2.2;
}


/*--------------------- .goal_box ---------------------*/
.goal_box {
  border: 12px solid #e3e4d2;
  margin: 0 auto;
  padding: 30px 40px 40px;
  position: relative;
  width: 850px;
}
.goal_box::after {
  background: url(../img/goal_box_ornament.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 166px;
  position: absolute;
  bottom: 0;
  right: -130px;
  width: 255px;
}
.goal_ttl {
  border-bottom: 2px solid #e3e4d2;
  font-size: 20px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  text-align: center;
}
.box_inr {
  margin: 0 30px;
}


/*--------------------- .info_btn_list ---------------------*/
.info_btn_list {
  display: flex;
  flex-wrap: wrap;
}
.info_btn_list li {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 33.3333%;
}
.info_btn_list li a {
  border: 2px solid #1f449a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 25px;
  position: relative;
}
.info_btn_list li a:hover {
  background-color: #1f449a;
  color: #fff;
}
.info_btn_list li a::after {
  content: "\f1c1";
  display: inline-block;
  font-family: FontAwesome;
}



@media only screen and (max-width: 960px) {
  /*--------------------- .philosophy ---------------------*/
  .philosophy {
    background: url(../img/about_sec_01_bg_sp.png) top left no-repeat #f8ec6c;
    background-size: cover;
  }
  .policy {
    background: url(../img/about_sec_02_bg_sp.png) top right no-repeat #a2e5ef;
    background-size: cover;
  }
  .philosophy .inr, .policy .inr {
    width: 100%;
  }
  .philosophy .read_txt, .policy .read_txt {
    line-height: 1.7;
    margin: 0;
  }
  
  /*--------------------- .greeting ---------------------*/
  .greeting_box {
    display: block;
  }
  .greeting_img {
    margin: 0 auto;
    width: 70%;
  }
  .greeting_txt {
    margin-top: 30px;
    width: 100%;
  }
  .greeting_txt .read_txt {
    line-height: 1.7;
    margin-bottom: 20px;
  }
  
  /*--------------------- .goal ---------------------*/
  .flex_box.goal {
    display: block;
  }
  .goal .flex_img {
    margin: 0 auto;
    width: 70%;
  }
  .goal .flex_txt {
    width: 100%;
  }
  .goal .flex_txt .read_txt {
    line-height: 1.7;
    margin: 30px 0 0;
  }
  
  /*--------------------- .goal_box ---------------------*/
  .goal_box {
    padding: 30px;
    width: 100%;
  }
  .goal_box::after {
    bottom: 15px;
    right: 15px;
    opacity: 0.3;
    z-index: -1;
  }
  .goal_ttl {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .box_inr {
    margin: 0 0 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  /*--------------------- .info_btn_list ---------------------*/
  .info_btn_list li {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 50%;
  }
  .info_btn_list li a {
    padding: 15px;
  }
}

@media only screen and (max-width: 600px) {
  /*--------------------- .info_btn_list ---------------------*/
  .info_btn_list li {
    width: 100%;
  }
}