@charset "utf-8";

/* ------- INDEX ---------------------------------------------- */
.message{
  background-color: #EBEAE9;
}
.message #header-area{
  background-color: transparent;
}
@media print, screen and (min-width:781px) {
  .image.main{
    margin-top: 65px;
  }
}
@media screen and (max-width: 780px) {
  .image.main{
    margin-top: 60px;
  }
}




.message-section-heading .en{
  color: #A02B2E;
  line-height: 1.6;
}
.message-section-heading .jp{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.38;
}
.message-section-detail .head-txt{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.66;
}
.message-section-detail > p > b{
  font-weight: 600;
}
@media print, screen and (min-width:781px) {
  .message-wrap{
    display: flex;
    justify-content: space-between;
    padding: 75px 0 120px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 90%;
  }
  .message-wrap + .message-wrap{
    padding-top: 0;
  }
  
  .message-section-heading{
    align-self: flex-start;
    width: 350px;
  }
  .message-section-heading .en{
    font-size: 1.6rem;
  }
  .message-section-heading .jp{
    font-size: 4.2rem;
    margin-top: 15px;
  }
  .message-section-detail{
    align-self: flex-start;
    width: calc(100% - 380px);
  }
  .message-section-detail > p{
    margin-top: 40px;
  }
  .message-section-detail > .image{
    margin-top: 40px;
  }
  .message-section-detail > .head-txt{
    font-size: 3.0rem;
    margin: 0 0 55px;
  }
  
  .photo3{
    margin: 0 auto 0;
    max-width: 1080px;
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .message-wrap{
    padding: 60px 20px;
  }
  .message-wrap + .message-wrap{
    padding-top: 0;
  }
  
  .message-section-heading{
  }
  .message-section-heading .en{
    font-size: 1.4rem;
  }
  .message-section-heading .jp{
    font-size: 2.6rem;
    margin-top: 15px;
  }
  .message-section-detail{
  }
  .message-section-detail > p{
    margin-top: 35px;
  }
  .message-section-detail > .image{
    margin-top: 35px;
  }
  .message-section-detail > .head-txt{
    font-size: 2.2rem;
    margin: 40px 0 0;
  }
  
  .photo3{
    margin: 0 auto 0;
    max-width: 1080px;
    width: 90%;
  }
}


.seeking{
  background-color: #FFF;
}
.seeking h3{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  text-align: center;
}
.seeking ol > li{
  border-top: 1px solid #EBEAE9;
  display: flex;
}
.seeking ol > li:last-child{
  padding-bottom: 0 !important;
}
.seeking ol > li:before{
  color: #A02B2E;
  content: "●";
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}
@media print, screen and (min-width:781px) {
  .seeking{
    padding: 8.57%;
    margin-top: 80px;
  }
  .seeking h3{
    font-size: 2.6rem;
  }
  .seeking ol{
    margin-top: 30px;
  }
  .seeking ol > li{
    font-size: 2.0rem;
    padding: 25px 0;
  }
  .seeking ol > li:before{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 780px) {
  .seeking{
    padding: 40px 20px;
    margin: 60px -20px 0;
  }
  .seeking h3{
    font-size: 2.2rem;
  }
  .seeking ol{
    margin-top: 20px;
  }
  .seeking ol > li{
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .seeking ol > li:before{
    font-size: 1.0rem;
  }
}