@charset "UTF-8";
/********** 共通 **********/
.modBloc {
  width: 80%; }
  @media screen and (max-width: 1250px) {
    .modBloc {
      width: 90%; } }

@media screen and (max-width: 800px) {
  .modTtl {
    margin-bottom: 40px; } }

.modBloc p {
  margin-bottom: 20px;
  line-height: 200%; }

.modBloc p:nth-last-of-type(1) {
  margin-bottom: 0; }

.modBloc h3 {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 200%; }
  @media screen and (max-width: 1050px) {
    .modBloc h3 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 800px) {
    .modBloc h3 {
      font-size: 1.2rem; } }

@media screen and (max-width: 800px) {
  .modBloc h3 br {
    display: none; } }

@media screen and (max-width: 800px) {
  .modBloc p br {
    display: none; } }

/********** #purpose **********/
#purpose {
  background: #fff; }

/********** #mission **********/
/********** #vision **********/
#vision {
  background: #fff; }
