@charset "UTF-8";

.foundersphilosoph_wrap .pageTittleWrap .pageTittleImg .wide {
  display: none;
}

.foundersphilosoph_wrap .message_Wrap {
  max-width: 980px;
  padding-top: 0px;
  padding: 70px var(--inner-padding-LR);
}

.foundersphilosoph_wrap .message_box {
  position: relative;
  max-width: 780px;
  margin: auto;
}

.foundersphilosoph_wrap .h2_txt {
  font-size: 40px;
  margin-bottom: 0.5em;
}

.foundersphilosoph_wrap .message_box .txt_box,
.foundersphilosoph_wrap .message_box .txt_box p {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
}

.foundersphilosoph_wrap .message_box p+p,
.foundersphilosoph_wrap .message_box .float_wrap {
  margin-top: 1em;
}

.foundersphilosoph_wrap .message_box .float_wrap {
  flex-direction: row-reverse;
}

.foundersphilosoph_wrap .message_box .float_wrap .float_box {
  width: 27.5%;
  margin-top: 1em;
}

.foundersphilosoph_wrap .message_box .float_wrap .float_txt {
  width: 70%;
  margin-bottom: 1em;
}

.foundersphilosoph_wrap .message_box .sign_wrap {
  margin-top: 1em;
  max-width: 230px;
  margin-left: auto;
  text-align: center;
}

.foundersphilosoph_wrap .message_box .sign_wrap .position {
  font-size: 0.9em;
}

.foundersphilosoph_wrap .message_box .sign_wrap .name {
  font-size: 1.75em;
  margin-top: 0;
  line-height: 1.15;
}



@media only screen and (min-width: 1600px) {}

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

@media only screen and (max-width: 959px) {
  .bg_boderR:last-of-type {
    padding-bottom: 10vw;
  }

  .foundersphilosoph_wrap .message_Wrap {
    padding-bottom: 14vw;
  }

  .foundersphilosoph_wrap .message_box .txt_box,
  .foundersphilosoph_wrap .message_box .txt_box p,
  .ceomessage_wrap .message_box .txt_box,
  .ceomessage_wrap .message_box .txt_box p {
    font-size: 2vw;
  }
}

/*==========================================================================================
ここからSP
==========================================================================================*/
@media only screen and (max-width: 767px) {
  .bg_BlueBL_half::before {
    height: 100vh;
  }


  .foundersphilosoph_wrap .pageTittleWrap {
    padding: 16vw 0px;
    min-height: 56vw;
  }

  .pageTittleWrap .pageTittleImg,
  .pageTittleWrap .pageTittleImg img {
    left: 50vw;
  }

  .foundersphilosoph_wrap .message_Wrap {
    padding: 1vw var(--inner-padding-LR) 7vw;
  }

  .foundersphilosoph_wrap .h2_txt {
    font-size: 5vw;
  }

  .foundersphilosoph_wrap .message_box .txt_box,
  .foundersphilosoph_wrap .message_box .txt_box p {
    font-size: 3.75vw;
  }

  .foundersphilosoph_wrap .message_box .float_wrap {
    flex-direction: column;
  }

  .foundersphilosoph_wrap .message_box .float_wrap .float_box {
    width: 80%;
    margin: auto;
  }

  .foundersphilosoph_wrap .message_box .float_wrap .float_txt {
    width: 100%;
  }

  .foundersphilosoph_wrap .message_box .sign_wrap {
    max-width: unset;
    margin-top: 1em;
    margin-bottom: 2em;
    width: 100%;
  }
}