@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
#pagettl {
  margin-bottom: clamp(4rem, 7.8125vw, 8rem);
  background: url("/img/message/ttlimg-sp.jpg") center/cover no-repeat; }
  #pagettl .pagettl__txt .pagettl__txt-jp {
    color: #FFF;
    text-shadow: 0 0 5px #000; }

#president {
  margin-bottom: clamp(2rem, 7.8125vw, 6rem); }
  #president .president__img-wp {
    margin-bottom: 15px; }
    #president .president__img-wp .president__img {
      width: 80%;
      margin: 0 auto clamp(0.5rem, 1.3020833333vw, 1.5rem); }
    #president .president__img-wp .president__name {
      font-size: clamp(1.2rem, 1.6927083333vw, 1.6rem);
      text-align: center;
      letter-spacing: 0; }
      #president .president__img-wp .president__name span {
        margin-left: .7em;
        font-size: clamp(1.8rem, 2.6041666667vw, 2.6rem); }
  #president .president__cont .president__ttl {
    margin-bottom: clamp(1rem, 2.6041666667vw, 3rem);
    font-size: clamp(2.2rem, 3.6458333333vw, 3.8rem);
    font-weight: 500;
    font-family: "あおとゴシック B", "Aoto Gothic Bold";
    line-height: 1.5;
    letter-spacing: 0; }
  #president .president__cont .president__txt {
    font-size: clamp(1.3rem, 1.8229166667vw, 1.6rem);
    line-height: 2.18;
    letter-spacing: 0; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #pagettl {
    background: url("/img/message/ttlimg.jpg") center/cover no-repeat; }

  #president .president__wp {
    display: flex;
    justify-content: space-between; }
  #president .president__img-wp {
    width: 34%;
    margin: 0; }
    #president .president__img-wp .president__img {
      width: 100%; }
  #president .president__cont {
    width: 60%; } }
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #president .president__img-wp {
    width: 30%; }
  #president .president__cont {
    width: 64%; } }
/*------------------------------
		1201px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
