@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*メイン*/
#top_m {
  width: 100%;
  height: 250px;
  background-image: url("../img/info/top_img.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover; }

h1 {
  font-size: 187.5%;
  color: #05143f;
  background-color: #f8f1f1;
  padding: 0.5em 2%;
  text-align: center;
  width: 96%;
  font-family: "Sawarabi Mincho";
  font-weight: normal; }

.philosophy {
  margin: 3em auto 0; }
  .philosophy .inner {
    width: 100%;
    position: relative;
    margin: 0 0 5em; }
    .philosophy .inner figure {
      width: 100%;
      margin: 2em 0 0; }
    .philosophy .inner h2 {
      position: absolute;
      bottom: -1.5em;
      font-size: 187.5%;
      color: #05143f;
      width: 96%;
      font-family: "Sawarabi Mincho";
      font-weight: normal; }
  .philosophy #inner02 {
    width: 100%;
    margin: 5em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .philosophy #inner02 h2 {
      width: 48%; }
    .philosophy #inner02 #innertext {
      width: 48%;
      margin: 0; }
  .philosophy h3 {
    color: #1a466c;
    font-size: 150%;
    border-left: 1em solid #17c79a;
    padding: 0 0 0 5px;
    line-height: 1;
    margin: 1.5em 0 0; }
  .philosophy p {
    margin: 1em 0 0; }
  .philosophy .top_p {
    margin: 3em 0 5em; }
  .philosophy ul {
    background-color: #d4e6ee;
    padding: 1em 2%;
    margin: 1em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .philosophy ul li {
      width: 44%;
      color: #1a466c;
      padding: 1em 2%;
      background-color: #fff;
      box-shadow: 1px 1px 6px 1px #e2eef4; }
      .philosophy ul li:nth-child(n+3) {
        margin: 1em 0 0; }
  .philosophy dl {
    margin: 3em 0 0; }
    .philosophy dl dt {
      font-size: 187.5%;
      color: #05143f;
      width: 96%;
      font-family: "Sawarabi Mincho";
      font-weight: normal;
      margin: 0 0 0.5em; }
    .philosophy dl dd {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .philosophy dl dd figure {
        width: 26%; }
      .philosophy dl dd p {
        width: 70%;
        margin: 0; }

.bottom_b {
  background-color: #1a466c;
  width: 100%;
  padding: 5em 0;
  margin: 5em 0 0; }

#bottom_m {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #bottom_m li {
    width: 48%; }
    #bottom_m li a {
      display: block;
      background-color: #fff;
      color: #1a466c;
      text-decoration: none;
      text-align: center;
      padding: 1.5em 0;
      font-weight: bold;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      #bottom_m li a:hover, #bottom_m li a:active {
        color: #1a466c;
        background-color: rgba(255, 255, 255, 0.7); }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1150px) {
  /*ヘッダー*/
  /*メイン*/
  .philosophy, #bottom_m {
    width: 1100px; }

  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1149px) {
  /*ヘッダー*/
  /*メイン*/
  .philosophy, #bottom_m {
    width: 90%; }

  /*フッター*/ }
/*iPad pro-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media only screen and (min-width: 1024px) and (max-width: 1149px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet1  ------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet以下 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*ヘッダー*/
  /*メイン*/
  h1 {
    font-size: 160%; }

  .philosophy .inner {
    margin: 0 0 2.5em; }
    .philosophy .inner h2 {
      font-size: 160%; }
  .philosophy #inner02 {
    margin: 2.5em 0;
    flex-direction: column; }
    .philosophy #inner02 h2 {
      width: 100%; }
    .philosophy #inner02 #innertext {
      width: 100%;
      margin: 2em 0 0; }
  .philosophy h3 {
    font-size: 130%; }
  .philosophy .top_p {
    margin: 3em 0 2.5em; }
  .philosophy ul {
    flex-direction: column; }
    .philosophy ul li {
      width: 96%; }
      .philosophy ul li:nth-child(n+2) {
        margin: 1em 0 0; }
  .philosophy dl {
    margin: 1.5em 0 0; }
    .philosophy dl dt {
      font-size: 160%; }
    .philosophy dl dd {
      flex-direction: column; }
      .philosophy dl dd figure {
        width: 100%;
        margin: 0 0 1em; }
      .philosophy dl dd p {
        width: 100%; }

  .bottom_b {
    background-color: #1a466c;
    width: 100%;
    padding: 2.5em 0;
    margin: 2.5em 0 0; }

  #bottom_m {
    flex-direction: column; }
    #bottom_m li {
      width: 100%; }
      #bottom_m li:nth-child(n+2) {
        margin: 1em 0 0; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
