/*****************************

message CSS

*****************************/
#main.under_layer {
  padding-bottom: 90px;
}
.under_layer .inner {
  max-width: 1000px;
}
.under_layer .line_ttl {
  margin-bottom: 40px;
}

.under_layer .sec_em {
  font-size: 3rem;
  font-weight: 600;
  color: #002c76;
}

.blue_block_item {
  color: #fff;
  background-color: #002c76;
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
}
.blue_block_item .prefix {
  display: block;
  color: #fff;
  background-color: #002c76;
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  text-indent: 0.8em;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .under_layer .sec_em {
    font-size: 2.6rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .blue_block_item {
    font-size: 1.6rem;
  }
  .blue_block_item .prefix {
    font-size: 1.6rem;
    text-indent: 0.8em;
  }
}
/**------------------------*/
.greeting {
  margin-bottom: 100px;
}
.greeting .sec_em {
  margin-bottom: 40px;
}
.greeting .greet_txt p:not(.greet_name) {
  line-height: 2.2;
  margin-bottom: 1em;
}
.greeting .greet_name {
  padding-top: 20px;
}
.greeting .greet_name span {
  font-weight: 600;
  font-size: 2.4rem;
  color: #002c76;
  letter-spacing: 0.1em;
  margin-left: 0.5em;
}

@media all and (max-width: 600px) {
  .greeting {
    margin-bottom: 100px;
  }

  .greeting .greet_name span {
    font-size: 2rem;
  }
}
/**------------------------*/
.shaze {
  margin-bottom: 90px;
}

.shaze .sec_em {
  margin-bottom: 40px;
  text-align: center;
}
.shaze .sec_comm {
  line-height: 2.1;
  text-align: center;
}

/**------------------------*/
.shakun {
  margin-bottom: 90px;
}
.shakun .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.shakun .shakun_item {
  width: 23%;
  padding: 30px 0 35px;
  line-height: 1.8;
}
.shakun .shakun_item .prefix {
  margin-bottom: 0.5em;
}
@media all and (max-width: 900px) {
  .shakun .shakun_item {
    padding: 20px 0 25px;
  }
}
@media all and (max-width: 600px) {
  .shakun .inner {
    flex-wrap: wrap;
  }
  .shakun .shakun_item {
    width: 48%;
  }
  .shakun .shakun_item:first-of-type,
  .shakun .shakun_item:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
/**------------------------*/
.philosophy {
  margin-bottom: 95px;
}

.philosophy .sec_em {
  letter-spacing: 0.1em;
  text-align: center;
}

@media all and (max-width: 600px) {
  .philosophy .sec_em {
    letter-spacing: 0.1em;
    font-size: 2.4rem;
  }
}
/**------------------------*/

.policy .line_ttl {
  margin-bottom: 60px;
}

.policy .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.policy .policy_item {
  width: 31%;
  padding: 30px 0 35px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.policy .policy_item .prefix {
  margin-bottom: 0.8em;
}
.policy .policy_item .smaller {
  display: inline-block;
  font-size: 0.7em;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .policy .policy_item {
    width: 48%;
    margin-bottom: 15px;
    padding: 15px 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.6;
  }
  .policy .policy_item .prefix {
    margin-bottom: 0.3em;
  }
  .policy .policy_item:last-of-type,
  .policy .policy_item:nth-last-of-type(2) {
    margin-bottom: 15px;
  }
}
