
@charset "UTF-8";

/*--------------------------------------------------------#sec-phil-----*/

#sec-phil{
  padding: 90px 0 100px;
  position: relative;
}

#sec-phil:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 59%;
    background: #e9f7ff;
    z-index: 0;
}

#sec-phil .secInr{
  position: relative;
  z-index: 1;
}

#sec-phil .cm-head{
  margin-bottom: 60px;
  text-align: center;
}

.flex-phil{
  justify-content: space-between;
  align-items: flex-end;
}

.phil-detail{
  padding-bottom: 8%;
  width: 49%;
}

.phil-detail .head30{
  font-weight: 500;
  margin-bottom: 45px;
}

.phil-img{
  width: 50%;
}

/*--------------------------------------------------------#sec-vision-----*/

#sec-vision .secInr{
  border-bottom: 1px solid #efe8e8;
  padding: 70px 0 90px;
}

#sec-vision .cm-head{
  margin-bottom: 60px;
  text-align: center;
}

#sec-vision .head26{
  font-weight: 500;
  text-align: center;
}

/*--------------------------------------------------------#sec-value-----*/

#sec-value{
  position: relative;
  padding: 70px 0 120px;
}

#sec-value:after{
  content: "";
  position: absolute;
  background: url(../../img/outline/outline_bg.jpg) no-repeat;
  background-size: cover; 
  background-position: bottom;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
  width: 100%;
  height: 550px;
  z-index: 0;
}

#sec-value .secInr{
  position: relative;
  z-index: 1;
}

#sec-value .cm-head{
  margin-bottom: 60px;
  text-align: center;
}

.flex-value{
  justify-content: space-between;
  align-items: center;
}

.value-img{
  width: 50%;
}

.value-detail{
  width: 46%;
}

.value-list li{
  margin-bottom: 35px;
}

.value-list li:last-child{
  margin-bottom: 0;
}

.flex-item{
  justify-content: flex-start;
  align-items: center;
}

.flex-item .item{
  color: #0589e7;
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  margin-right: 20px;
  text-align: center;
  width: 60px;
}

.flex-item .item-desc{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4 !important;
  width: calc(100% - 60px);
}

/*--------------------------------------------------------#sec-message-----*/

#sec-message{
  position: relative;
}

#sec-message:after{
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  width: 95%;
  background: url(../../img/outline/outline_img_03.jpg) no-repeat;
  background-position: center left;
  background-size: cover;
  height: 100%;
  z-index: 0;
}

#sec-message:before{
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  width: 95%;
  background: #e0e7ef;
  height: 100%;
  z-index: 0;
}

.message-wrap{
  position: relative;
  padding: 80px 0;  
  margin-left: 2.5%;
  width: 46%;
  z-index: 1;
}

.message-wrap:after{
  position: absolute;
  content: "“";
  font-family: 'Shippori Mincho', serif;
  color: rgba(255,255,255,0.5);
  line-height: 1;
  left: -20px;
  top: 50px;
}

.message-wrap .cm-head{
  margin-bottom: 50px;
}

.message-wrap .text16{
  font-weight: 500;
  margin-bottom: 50px;
}

.message-wrap .post{
  font-family: 'Shippori Mincho', serif;
  text-align: right;
}

.message-wrap .post .text24{
  margin-left: 20px;
}

/*--------------------------------------------------------#sec-outline-----*/

#sec-outline{
  padding: 120px 0 180px;
}

#sec-outline .cm-head{
  margin-bottom: 60px;
  text-align: center;
}

.outline-tbl{
  margin: 0 auto;
  width: 80%;
}

.outline-tbl th{
  border-bottom: 3px solid #0589e7;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  padding: 30px;
  width: 23%;
}

.outline-tbl td{
  border-bottom: 1px solid #d2cfc8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  padding: 30px;
}

.outline-list li{
  text-indent: -1em;
  padding-left: 1em;
}

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

.phil-detail {
    padding-bottom: 5%;
    width: 49%;
}

.phil-detail .head30 {
    font-weight: 500;
    margin-bottom: 35px;
    font-size: 2.4rem;
}

#sec-message:after {
    background-position: center 50%;
}
}

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

.phil-detail .head30 {
    margin-bottom: 25px;
    font-size: 2.2rem;
}

#sec-phil .cm-head,
#sec-vision .cm-head,
#sec-value .cm-head,
.message-wrap .cm-head,
#sec-outline .cm-head{
    margin-bottom: 30px;
}

.outline-tbl {
    width: 100%;
}

.outline-tbl th, 
.outline-tbl td{
  font-size: 1.6rem;
    padding: 20px;
}
}

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

#sec-phil{
    padding: 60px 0 60px;
}

.flex-phil {
    display: block;
}

.phil-detail {
    padding-bottom: 25px;
    width: 100%;
}

.phil-detail .head30 {
    margin-bottom: 25px;
    font-size: 2rem;
}

.phil-img {
    width: 100%;
}

#sec-vision .secInr {
    padding: 60px 0 60px;
}

.flex-value {
    display: block;
}

.value-img {
    width: 100%;
    margin-bottom: 25px;
}

.value-detail {
    width: 100%;
}

.value-list li {
    margin-bottom: 15px;
}

#sec-message:after {
    height: 300px;
}

.message-wrap {
    position: relative;
    padding: 230px 0 80px;
    margin-left: 2.5%;
    width: 100%;
    z-index: 1;
}

#sec-outline {
    padding: 60px 0 80px;
}

.outline-tbl th, .outline-tbl td {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    font-size: 1.4rem;
}

.outline-tbl th{
  background: #f2f7fd;
  border-bottom: 1px solid #0589e7;
  border-top: 1px solid #0589e7;
  padding: 2.5% ;
}

.outline-tbl td{
  border-bottom: none;
  padding: 2.5% 2.5% 4% 2.5%;
}

}

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

.phil-detail .head30 {
    margin-bottom: 25px;
    font-size: 1.9rem;
}

#sec-message:after {
    height: 210px;
}

.message-wrap {
    padding: 140px 0 60px;
    margin-left: 2.5%;
}

.message-wrap .text16 {
    margin-bottom: 30px;
}

.message-wrap .post .text24 {
    margin-left: 15px;
    font-size: 2rem;
}

#sec-vision .head26{
  text-align: left;
    font-size: 2rem;
}

.flex-item .item-desc {
    font-size: 1.5rem;
}

}






















