@charset "UTF-8";
/*==========================
    - 〜479px      ：SP portrait
    - 480px〜599px ：SP landscape
    - 600px〜959px ：tablet
    - 960px〜1279px：small PC
    - 1280px〜     ：large PC
    - 1400px〜     ：largest PC
==========================*/
/* 〜479px：SP portrait
------------------------------ */
/***************************
    container
***************************/
#title-bar {
  background-image: url(../img/h1_sp.png); }

#block-intro > .bg {
  background: #fff url(../img/intro_bg_sp.png) center top no-repeat;
  background-size: cover; }
#block-intro > .inner {
  padding: 17px 0 65px; }
#block-intro .lead {
  margin: 0 0 30px; }

#block-feature > .bg {
  background: #005fa3 url(../img/feature_bg1_sp.png) center top no-repeat;
  background-size: cover; }
  #block-feature > .bg:before {
    top: -38px;
    height: calc(100% + 38px);
    background: url(../img/feature_bg2_sp.png) no-repeat;
    background-size: 100%; }
#block-feature > .inner {
  padding: 35px 0 60px;
  color: #fff; }
#block-feature h2 {
  margin: 0 0 30px;
  color: #fff; }
#block-feature .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px; }
  #block-feature .box li {
    width: 100%; }
    #block-feature .box li + li {
      margin: 35px 0 0; }
    #block-feature .box li .photo {
      margin: 0 0 12px; }
#block-feature .caption {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 16px;
  font-size: 10px; }

#block-conform > .bg {
  background: #f9f8f0; }
#block-conform > .inner {
  padding: 40px 0 60px; }
#block-conform h2 {
  margin: 0 0 35px; }
#block-conform .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 35px; }
  #block-conform .box .item {
    width: 100%; }
    #block-conform .box .item .image {
      margin: 0 auto 18px; }
    #block-conform .box .item .text {
      text-align: center; }
    #block-conform .box .item.item1 .image {
      width: 56.61764705882353%; }
    #block-conform .box .item.item2 .image {
      width: 56.61764705882353%; }
  #block-conform .box .or {
    margin: 30px 0;
    font-size: 35px;
    text-align: center;
    color: #005fa3; }

/* 480px〜599px：SP landscape
------------------------------ */
@media screen and (min-width: 414px) {
  /***************************
      container
  ***************************/ }
/* 600px〜959px：tablet
------------------------------ */
@media screen and (min-width: 600px) {
  /***************************
      container
  ***************************/ }
/* 960px〜1279px：small PC
------------------------------ */
@media screen and (min-width: 960px) {
  /***************************
      container
  ***************************/
  #title-bar {
    background-image: url(../img/h1_pc.png); }

  #block-intro > .bg {
    background: #fff url(../img/intro_bg_pc.png) center top no-repeat;
    background-size: cover; }
  #block-intro > .inner {
    padding: 40px 0 120px; }
  #block-intro .lead {
    margin: 0 0 40px; }
  #block-intro .photo {
    width: 950px;
    margin: 0 auto; }

  #block-feature > .bg {
    background: #005fa3 url(../img/feature_bg1_pc.png) center top no-repeat;
    background-size: cover; }
    #block-feature > .bg:before {
      top: -64px;
      height: calc(100% + 64px);
      background: url(../img/feature_bg2_pc.png) no-repeat;
      background-size: 100%; }
  #block-feature > .inner {
    padding: 55px 0 120px; }
  #block-feature h2 {
    margin: 0 0 76px; }
  #block-feature .box {
    width: 950px;
    margin: 0 auto 24px; }
    #block-feature .box li {
      width: 283px; }
      #block-feature .box li + li {
        margin: 0; }
      #block-feature .box li .photo {
        margin: 0 0 22px; }
  #block-feature .caption {
    margin-left: 0;
    text-indent: 0;
    font-size: 10px;
    text-align: center; }

  #block-conform > .inner {
    padding: 96px 0 120px; }
  #block-conform h2 {
    margin: 0 0 76px; }
  #block-conform .box {
    margin: 0 0 50px; }
    #block-conform .box .item {
      width: 270px; }
      #block-conform .box .item .image {
        margin: 0 auto 24px; }
      #block-conform .box .item.item1 .image {
        width: 100%; }
      #block-conform .box .item.item2 .image {
        width: 100%; }
    #block-conform .box .or {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 270px;
      margin: 0;
      font-size: 38px; } }
/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  /***************************
      container
  ***************************/ }
/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {
  /***************************
      container
  ***************************/ }

/*# sourceMappingURL=index.css.map */
