@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-profile > .bg {
  background: url(../img/profile_bg_sp.png) left top no-repeat;
  background-size: 100%;
}
#block-profile > .inner {
  padding: 20px 0 60px;
}
#block-profile .photo {
  margin-bottom: 24px;
}
#block-profile .text .name {
  margin: 0 0 24px;
  font-size: 14px;
}
#block-profile .text .name strong {
  font-size: 18px;
}

#block-message > .bg {
  background: url(../img/message_bg1_sp.png) no-repeat;
  background-size: cover;
}
#block-message > .bg:before {
  top: -70px;
  background: url(../img/message_bg2_sp.png) no-repeat;
  background-size: 100%;
}
#block-message > .bg:after {
  top: auto;
  bottom: 0;
  background: url(../img/message_bg3_sp.png) bottom no-repeat;
  background-size: 100%;
}
#block-message > .inner {
  padding: 30px 0 60px;
  color: #fff;
}
#block-message > .inner a {
  color: #fff;
}
#block-message h2 {
  color: #fff;
}

/* 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-profile > .bg {
    background: url(../img/profile_bg.png) center center no-repeat;
    background-size: cover;
  }
  #block-profile > .inner {
    padding: 40px 0 120px;
  }
  #block-profile .photo {
    width: 410px;
    margin: 0 auto 32px;
  }
  #block-profile .text {
    width: 670px;
    margin: 0 auto;
  }
  #block-profile .text .name {
    margin: 0 0 34px;
    font-size: 20px;
  }
  #block-profile .text .name strong {
    font-size: 30px;
  }

  #block-message > .bg {
    background-image: url(../img/message_bg1.png);
  }
  #block-message > .bg:before {
    top: -115px;
    background-image: url(../img/message_bg2.png);
  }
  #block-message > .bg:after {
    background-image: url(../img/message_bg3.png);
  }
  #block-message > .inner {
    padding: 100px 0 110px;
  }
  #block-message .text {
    width: 950px;
    margin: 0 auto;
  }
}
/* 1280px〜：large PC
------------------------------ */
@media screen and (min-width: 1280px) {
  /***************************
      container
  ***************************/
}
/* 1400px〜：largest PC
------------------------------ */
@media screen and (min-width: 1400px) {
  /***************************
      container
  ***************************/
}
