<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  color: #171717;
  font: 1.8rem/1 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #171717;
}

a:hover {
  opacity: .9;
}

main {
  display: block;
}

/*////////////////////////////
.header
////////////////////////////*/
.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1492px;
  height: 74px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_logo {
  width: 149px;
}

.header_anniv {
  color: #148bc9;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: right;
}

.header_anniv &gt; span {
  font-weight: 700;
}

.header_kv {
  text-align: center;
  background: #148bc9;
}

.header_kv img {
  display: inline-block;
  padding: 0 0 0 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .header_top {
    height: 65px;
  }
  .header_logo {
    width: 95px;
    margin: 0 10px 0 0;
  }
  .header_anniv {
    font-size: 1.5rem;
  }
  .header_kv img {
    padding: 0 0 0 15px;
  }
}

/*////////////////////////////
.lead
////////////////////////////*/
.lead {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 43px;
  padding: 42px 15px 0;
  line-height: 2.67;
  text-align: center;
}

.lead &gt; span {
  color: #148bc9;
  font-weight: 700;
}

.lead_piano {
  position: absolute;
  top: 24px;
  left: 14px;
}

.lead_murakami {
  position: absolute;
  bottom: -20px;
  right: 19px;
}

.lead_illust {
  display: none;
}

@media (max-width: 1200px) {
  .lead_piano, .lead_murakami {
    display: none;
  }
  .lead_illust {
    display: block;
    width: 420px;
    max-width: 70%;
    margin: 30px auto 0;
  }
}

@media (max-width: 768px) {
  .lead {
    padding: 30px 15px 0;
    margin: 0 auto 30px;
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: left;
  }
  .lead &gt; br {
    display: none;
  }
  .lead_illust {
    display: block;
    width: 420px;
    max-width: 70%;
    margin: 15px auto 0;
  }
}

/*////////////////////////////
.bnr
////////////////////////////*/
.bnr {
  margin: 0 0 100px;
  padding: 0 0 20px 0 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .bnr {
    margin: 0 auto 40px;
    padding: 0 15px;
  }
}

/*////////////////////////////
.comment
////////////////////////////*/
.comment {
  max-width: 1000px;
  margin: 0 auto 66px;
  padding: 0 15px;
}

.comment_head {
  margin: 0 0 31px;
  color: #148bc9;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.comment_txt {
  margin: 0 auto 14px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.67;
}

.comment_name {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
}

.comment_name &gt; span {
  display: block;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .comment {
    margin: 0 auto 40px;
  }
  .comment_head {
    margin: 0 0 20px;
    font-size: 2rem;
  }
  .comment_txt {
    margin: 0 auto 20px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

/*////////////////////////////
.msg
////////////////////////////*/
.msg {
  margin: 0 auto 80px;
  padding: 43px 0 95px;
  background: url(../../img/msg_bg.jpg) repeat;
}

.msg_icon {
  display: block;
  margin: 0 auto 14px;
}

.msg_lead {
  margin: 0 auto 32px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

.msg_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
}

.msg_box {
  display: block;
  max-width: 480px;
  width: 49%;
  margin: 0 0 40px;
  background: #fff;
}

.msg_box:nth-child(odd) {
  margin: 0 auto 40px 0;
}

.msg_txt {
  padding: 30px;
  font-size: 1.6rem;
  line-height: 2.25;
}

.msg_name {
  margin: 0 auto 10px;
  padding: 0 30px 0 0;
  font-weight: 700;
  text-align: right;
}

.msg_link {
  margin: 0 auto 20px;
  padding: 0 30px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: right;
}

.msg_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  max-width: 96%;
  height: 65px;
  margin: 0 auto;
  background: #e53028;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-shadow: 0 6px #b61f18;
          box-shadow: 0 6px #b61f18;
  cursor: pointer;
}

.msg_btn:after {
  content: '';
  position: absolute;
  top: 29px;
  right: 23px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.msg_btn:hover {
  top: 2px;
  -webkit-box-shadow: 0 3px #b61f18;
          box-shadow: 0 3px #b61f18;
}

@media (max-width: 768px) {
  .msg {
    margin: 0 auto 50px;
    padding: 30px 0 50px;
    background: url(../../img/msg_bg.jpg) repeat;
    background-size: 50%;
  }
  .msg_lead {
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 0 15px;
    font-size: 2rem;
    text-align: left;
  }
  .msg_lead &gt; br {
    display: none;
  }
  .msg_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 20px;
  }
  .msg_box {
    max-width: 600px;
    width: 98%;
    margin: 0 auto 4%;
  }
  .msg_box:nth-child(odd) {
    margin: 0 auto 4%;
  }
  .msg_txt {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

/*////////////////////////////
.end
////////////////////////////*/
.end {
  margin: 0 0 34px;
  padding: 0 0 50px;
  border-bottom: 9px solid #148bc9;
}

.end_head {
  margin: 0 auto 60px;
  color: #148bc9;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.end_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.end_poster {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0 60px 0 0;
}

.end_note {
  padding: 20px 0 0;
  color: #148bc9;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.end_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: -9px 0 0 0;
}

.end_txt {
  margin: 0 0 24px;
  font-size: 1.8rem;
  line-height: 2.67;
  font-weight: 700;
}

.end_name {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
}

.end_illust {
  padding: 14px 50px 0px 0px;
  text-align: center;
}

@media (max-width: 768px) {
  .end_head {
    margin: 0 auto 30px;
    font-size: 2rem;
  }
  .end_container {
    display: block;
    margin: 0 auto 10px;
    padding: 0 30px;
  }
  .end_poster {
    margin: 0 auto 30px;
    text-align: center;
  }
  .end_poster img {
    width: 322px;
  }
  .end_note {
    padding: 15px 0 0;
    font-size: 1.4rem;
  }
  .end_box {
    margin: 0;
  }
  .end_txt {
    margin: 0 0 20px;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .end_illust {
    padding: 0;
  }
  .end_illust img {
    width: 432px;
    max-width: 75%;
  }
}

/*////////////////////////////
.footer
////////////////////////////*/
.footer {
  padding: 0 0 35px;
}

.footer_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0 auto 30px;
  padding: 0 15px;
  text-align: center;
}

.footer_interview {
  margin: 0 auto 30px;
}

.footer_credit {
  margin: 0 auto 30px;
  font-size: 1.6rem;
  text-align: center;
}

.footer_copy {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

@media (max-width: 768px) {
  .footer {
    padding: 0 0 35px;
  }
  .footer_salesforce {
    width: 160px;
  }
  .footer_credit {
    line-height: 1.5;
  }
  .footer_credit img {
    vertical-align: middle;
  }
}

/*////////////////////////////
pagetop
////////////////////////////*/
.pagetop {
  position: fixed;
  right: 60px;
  bottom: 30px;
}

.pagetop:hover {
  opacity: 0.7;
}

.pagetop &gt; img {
  width: 60px;
  height: 60px;
}

@media (max-width: 768px) {
  .pagetop {
    right: 15px;
    bottom: 15px;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>