@charset "UTF-8";

/*
 *  files/css/style.css
 */

/* !index 扉 共通
---------------------------------------------------------- */

.message .content-area {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .message .content-area {
    width: 100%;
  }
}


/* !index 扉 box01------------------ */

.message .h2-area {
  width: 100%;
  height: 108px;
  margin-bottom: 112px;
  padding-top: 92px;
  background: #f3f3f3;
  box-sizing: content-box;
  position: relative;
}

.message .h2-area h2{
  width: 187px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 168px;
}

.message .h2-area h2 img{
  width: 100%;
}


@media screen and (max-width: 480px) {
  .message .h2-area {
    height: 40px;
    margin-bottom: 100px;
  }

  .message .h2-area h2{
    width: 50%;
    height: auto;
    margin: 0 auto;
    top: 112px;
  }
}


/* !box-01
---------------------------------------------------------- */

.message .message-box {
  width: 1024px;
  margin: 0 auto 20px;
}

.message .message-box .message-sec{
  position: relative;
}

.message .message-box .message-sec .message-bg{
  width: 1024px;
  height: 490px;
  background-image: url(../img/message_bg_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.message .message-box .message-sec .message-top-inner{
  position: absolute;
  top: 200px;
  left: 55px;
  padding: 20px 35px;
  background-color: #d50a26;
  color: #ffffff;
  font-weight: bold;
}

.message .message-box .message-sec .message-top-inner .name-area .job{
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.message .message-box .message-sec .message-top-inner .name-area .name{
  width: 210px;
}


@media screen and (max-width: 480px) {
  .message .message-box {
    width: 100%;
    margin: 0 auto;
  }
  .message .message-box .message-sec .message-bg{
    position: static;
    width: 100%;
    height: 215px;
    background-image: url(../img/message_sp_bg_01.png);
    background-size: cover;
    background-position: center;
  }

  .message .message-box .message-sec .message-top-inner{
    position: static;
    padding: 5% 10%;
  }

  .message .message-box .message-sec .message-top-inner .name-area .job {
    margin-bottom: 5px;
  }

  .message .message-box .message-sec .message-top-inner .name-area .name{
    width: 60%;
  }
}



/* !共通
---------------------------------------------------------- */

.message-gray{
  width: 100%;
  background-color: #f3f3f3;
  padding: 60px 0;
  margin-bottom: 40px;
}

.message .message-area {
  padding: 60px 120px;
  position: relative;
  margin:0 auto 20px;
  background-color: #ffffff;
}

.message h3{
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 60px;
}

.message h3 span{
  font-size: 1.8rem;
  display: block;
  color: #d50a26;
}

@media screen and (max-width: 480px) {
  .message-gray{
    padding: 40px 5%;
    margin-bottom: 20px;

  }

  .message .message-area {
    padding: 30px 5%;
  }

  .message h3{
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  .message h3 span{
    font-size: 1.5rem;
  }
}


/* !box-02
---------------------------------------------------------- */

.message .box-02 .message-area h4{
  margin-bottom: 20px;
}

.message .box-02 .message-area .box-02-ttl-01{
  font-size: 2.4rem;
}
.message .box-02 .message-area .box-02-ttl-02{
  font-size: 1.8rem;
  padding-top: 16px;
}

.message .box-02 .message-area p {
  margin-bottom: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
  display: inline-block;
}

.message .box-02 .message-area p.name{
  text-align: right;
  display: block;
  padding-right: 250px;
}

.message .box-02 .photo {
  float: right;
  width: 288px;
  display: inline-block;
  position: absolute;
  bottom: 180px;
  right: 55px;
}

.message .box-02 .message-red{
  padding-top: 40px;
  text-align: center;
  color: #d50a26;
  font-size: 2.6rem;
}

@media screen and (max-width: 480px) {

  .message .box-02 .message-area p {
    margin-bottom: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
    display: inline-block;
  }

  .message .box-02 .message-area p.name{
    text-align: right;
    display: block;
    padding-right: 0;
  }

  .message .box-02 .photo {
    float: none;
    width: 100%;
    position: static;
  }

  .message .box-02 .message-red{
    padding-top: 30px;
  }
}


/* !box-03
---------------------------------------------------------- */

.message .box-03 {
  margin-bottom: 0;
}

.message .box-03 p{
  margin-bottom: 18px;
}

.message .box-03 p.name{
  text-align: right;
}

.message .box-03 .massega-02-box01{
  position: relative;
}

.message .box-03 .photo{
  width: 224px;
  position: absolute;
  right: 0;
  bottom: 32px;
}

.message .box-03 .massega-02-box02{
  margin-top: 80px;
}

.message .box-03 .massega-02-box02 .message02-sec{
  padding-bottom: 36px;
}

.message .box-03 .massega-02-box02 .message02-sec-03{
  padding-bottom: 0;
}

.message .box-03 .massega-02-box02 .message02-sec .message02-photo{
  width: 250px;
  float: left;
}

.message .box-03 .massega-02-box02 .message02-sec .message02-text{
  width: 534px;
  padding-left: 30px;
  float: right;
}

.message .box-03 .massega-02-box02 .message02-sec .message02-text h4{
  font-size: 2.0rem;
  padding-bottom: 16px;
}


@media screen and (max-width: 480px) {
  .message .box-03 .photo{
    width: 100%;
    position: static;
  }

  .message .box-03 .massega-02-box02{
    margin-top: 40px;
  }

  .message .box-03 .massega-02-box02 .message02-sec .message02-photo{
    width: 100%;
    float: none;
  }

  .message .box-03 .massega-02-box02 .message02-sec .message02-text{
    width: 100%;
    padding-left: 0;
    float: none;
  }
}


/* !box-04
---------------------------------------------------------- */
.message .box-04{
  margin-bottom: 0;
}

.message .box-04 .message-area{
  margin-bottom: 0;
}

.message .box-04 .message03-photo{
  width: 393px;
  float: left;
}

.message .box-04 .message03-text-area{
  float: right;
  width: 340px;
}

.message .box-04 .message03-text-area h4{
  background: #e5e5e5;
  line-height: 1;
  padding: 3px 12px;
  display: inline-block;
  margin-bottom: 8px;
}

.message .box-04 .message03-text-area p{
  font-size: 1.3rem;
}

.message .box-04 .message03-summary{
  font-size: 1.3rem;
  background: #eeeeee;
  padding: 20px;
  clear: both;
}

.message .box-04 .message03-summary p{
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .message .box-04 .message03-photo{
    width: 100%;
    float: none;
  }

  .message .box-04 .message03-text-area{
    float: none;
    width: 100%;
  }
}


/* !box-05
---------------------------------------------------------- */
.message .box-05{
  height: 222px;
  width: 1024px;
  margin: 0 auto;
  background: url(../img/message_box02_bottom.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-left: 80px;
}  

.message .box-05 p{
  font-size: 2.6rem;
  color: #d50a26;
  height: 222px;
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 480px) {
  .message .box-05{
    height: 180px;
    width: 100%;
    margin: 0 auto;
    background: url(../img/message_box02_bottom_sp.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 5%;
  }  

  .message .box-05 p{
    height: 100px;
    font-size: 1.6rem;
  }
}