/* PC
---------------------------------------------------------------------- */
@media screen and (min-width: 1001px) {
  /* mv
---------------------------------------------------------------------- */
  #pageheader {
    width: 100%;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 0;
  }
  #pageheader h1 {
    color: #fff;
    font-size: calc(42em / 16);
    letter-spacing: 0.15em;
    padding-left: 200px;
  }
  #pageheader h1 span {
    display: block;
    font-size: calc(16em / 42);
    letter-spacing: 0.23em;
    margin-top: 20px;
  }
  #pageheader img {
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .lead {
    font-size: calc(25em / 16);
    letter-spacing: 0.25em;
    padding: 40px 0 90px 0;
    line-height: 2.2;
    text-align: center;
  }
  .ttl {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 24px;
    line-height: 1.66667;
    letter-spacing: 0.25em;
    padding-bottom: 20px;
    margin: 0 10px 40px;
  }
  /* about
---------------------------------------------------------------------- */
  .memorial__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 100px;
  }
  .memorial__txt {
    align-self: center;
    padding: 0 11% 0 0;
    width: 506px;
  }
  .memorial__txt p {
    margin-bottom: 1em;
    line-height: 2;
  }
  .btn_wrap {
    margin-top: 3em;
    text-align: center;
  }
  .btn_menu {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #a152c4;
    padding: 1em 2em;
    border-radius: 10px;
  }
  .memorial__img {
    width: 49%;
  }
  /* guidance
---------------------------------------------------------------------- */
  .guidanceBox {
    max-width: 980px;
    background-color: #f5f5f5;
    margin: 0 auto 145px;
    padding: 60px 95px;
  }
  .guidanceBox > * {
    text-align: center;
  }
  .guidanceBox .guidance__ttl {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    border-bottom: 1px solid #666666;
    padding-bottom: 30px;
  }
  .guidanceBox p {
    font-weight: bold;
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 35px;
  }
  /* link
---------------------------------------------------------------------- */
  .arrowlink1 {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .arrowlink1:hover {
    opacity: 1;
  }
  .arrowlink1 span {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    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;
  }
  .arrowlink1 span img {
    width: 22px;
  }
  .arrowlink1 span .hover {
    display: none;
  }
  .arrowlink1:hover span {
    background-color: #3b4b72;
    border: 1px solid #3b4b72;
  }
  .arrowlink1:hover span img {
    width: 20px;
  }
  .arrowlink1:hover span .default {
    display: none;
  }
  .arrowlink1:hover span .hover {
    display: block;
  }
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* mv
---------------------------------------------------------------------- */
  #pageheader {
    width: 100%;
    height: calc(300 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 0;
  }
  #pageheader h1 {
    color: #fff;
    font-size: calc(32em / 16);
    letter-spacing: 0.1em;
  }
  #pageheader h1 span {
    display: block;
    text-align: center;
    font-size: calc(15em / 32);
    letter-spacing: 0.23em;
    margin-top: calc(20 / 375 * 100vw);
  }
  #pageheader img {
    width: 100%;
    height: calc(300 / 375 * 100vw);
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .lead {
    font-size: calc(18em / 16);
    letter-spacing: 0.15em;
    padding: calc(35 / 375 * 100vw) 0 calc(40 / 375 * 100vw) 0;
    line-height: 2.2;
    text-align: center;
  }
  /* about
---------------------------------------------------------------------- */
  .memorial__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 12vw;
  }
  .memorial__txt {
    width: 100%;
    line-height: 2;
    text-align: left;
  }
  .memorial__img {
    width: 100%;
    text-align: center;
    padding-bottom: 10.66667vw;
  }
  /* guidance
---------------------------------------------------------------------- */
  .guidanceBox {
    background-color: #f5f5f5;
    padding: calc(25 / 375 * 100vw);
    margin-bottom: 10.66667vw;
  }
  .guidanceBox .guidance__ttl {
    font-size: calc(20em / 16);
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-bottom: calc(25 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
    border-bottom: 1px solid #666666;
  }
  .guidanceBox p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 6.66667vw;
  }
  /* link
---------------------------------------------------------------------- */
  .arrowlink1 {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    margin-bottom: 8vw;
  }
  .arrowlink1:hover {
    opacity: 1;
  }
  .arrowlink1 span {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #000;
    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;
  }
  .arrowlink1 span img {
    width: 22px;
  }
  .arrowlink1 span .hover {
    display: none;
  }
  .arrowlink1:hover span {
    background-color: #3b4b72;
    border: 1px solid #3b4b72;
  }
  .arrowlink1:hover span img {
    width: 20px;
  }
  .arrowlink1:hover span .default {
    display: none;
  }
  .arrowlink1:hover span .hover {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */