@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
#content header {
  background: url("../images/reamos/mv.png") no-repeat top center;
  height: 730px;
  margin-bottom: 4em;
  text-align: center;
}
#content header h2 {
  margin: 2em 0;
}
#content header h2 + p {
  font-size: 31px;
  letter-spacing: 0.5em;
  color: #E8528D;
}
#content header h2 + p strong {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  display: block;
}
@media screen and (max-width: 767px) {
  #content header {
    height: 350px;
    background-size: 160% auto;
    margin-bottom: 2em;
  }
  #content header h2 {
    margin: 2em 0 1em;
  }
  #content header h2 img {
    width: 60%;
    height: auto;
  }
  #content header h2 + p {
    font-size: 23px;
  }
  #content header h2 + p strong {
    font-size: 18px;
  }
}

#content h3 {
  font-size: 37px;
  font-weight: 400;
  font-family: 'Noto Serif JP', '游明朝', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  margin-bottom: 3em;
  text-align: center;
}
#content h3 br {
  display: none;
}
@media screen and (max-width: 767px) {
  #content h3 {
    font-size: 20px;
  }
  #content h3 br {
    display: block;
  }
}
.ai_life {
  width: 95%;
  margin: 0 auto 2.5em;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
}
#aiseg {
  background-color: rgba(0,97,174,0.1);
  padding-top: 70px;
}
#aiseg h4 {
  display: inline-block;
  background-color: #0061AE;
  border-radius: 10px;
  padding: 10px 50px;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  margin: auto;
}
#aiseg h4 + figure {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto 2em;
  align-items: center;
}
#aiseg h4 + figure figcaption {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  padding-left: 25px;
}

.ai_life h5 {
  font-size: 18px;
  color: #0061AE;
  margin: 0 0 15px;
}
.life_img_blocks {
  display: flex;
}
#aiseg .life_img_blocks:nth-of-type(1) {
  margin-bottom: 20px;
}
#aiseg .life_img_blocks:nth-of-type(2) {
  border-top: 2px dashed #0061AE;
}
.life_img {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}
#aiseg .life_img_blocks .life_img:nth-of-type(2n+1) {
  border-right: 2px dashed #0061AE;
}
#aiseg .life_img_blocks:nth-of-type(2) .life_img {
  margin-top: 20px;
}
.life_img figure {
  margin: 0;
}
.life_img figure img {
  margin-bottom: 10px;
}
.life_img figure figcaption {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .ai_life {
    width: 100%;
    padding: 15px;
  }
  #aiseg h4 {
    font-size: 15px;
    padding: 10px;
    width: 90%;
  }
  #aiseg h4 + figure {
    width: 100%;
    display: block;
    text-align: center;
  }
  #aiseg h4 + figure figcaption {
    text-align: left;
    padding: 0;
  }
  .ai_life h5 {
    font-size: 16px;
  }
  .life_img_blocks {
    display: block;
  }
  .life_img {
    width: 100%;
    padding: 0 0 15px;
    margin-bottom: 15px;
    
  }
  #aiseg .life_img {
    border-bottom: 2px dashed #0061AE !important;
  }
  #aiseg .life_img_blocks:nth-of-type(2),
  #aiseg .life_img_blocks .life_img:nth-of-type(2n+1) {
    border: none;
  }
  #aiseg .life_img:last-child {
    border: none;
  }
}

#googleHome {
  width: 90%;
  border: 2px solid #0061AE;
  border-radius: 10px;
  padding: 35px;
  box-sizing: border-box;
}
#googleHome .life_img_blocks {
  align-items: center;
}
#googleHome .life_img:nth-of-type(1) {
  border-right: 2px dashed #0061AE;
}
@media screen and (max-width: 767px) {
  #googleHome {
    width: 100%;
    padding: 15px;
  }
  #googleHome .life_img:nth-of-type(1) {
    border-right: none;
    border-bottom: 2px dashed #0061AE;
  }
  #googleHome .life_img:last-child {
    padding: 0;
    margin: 0;
  }
}


/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}
/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

