@charset "UTF-8";
/* 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.25em;
    padding-left: 200px;
  }
  #pageheader h1 span {
    display: block;
    font-size: calc(16em / 42);
    letter-spacing: 0.23em;
    margin-top: 20px;
  }
  #pageheader h1 span.subTitle {
    display: block;
    font-size: calc(22em / 42);
    margin-bottom: 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;
  }
  /* guidance
---------------------------------------------------------------------- */
  .guidanceBox {
    max-width: 980px;
    background-color: #f5f5f5;
    margin: 0 auto 100px;
    padding: 60px 95px;
  }
  .guidanceBox * {
    text-align: center;
  }
  .guidanceBox .guidance__ttl {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 35px;
  }
  .guidanceBox .border {
    border-bottom: 1px solid #666666;
    padding-bottom: 30px;
  }
  .guidanceBox table {
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 2.22222;
    letter-spacing: 0em;
  }
  .guidanceBox table tr th:nth-of-type(2),
  .guidanceBox table tr td:nth-of-type(2) {
    width: 34%;
    text-align: center;
  }
  .guidanceBox table td {
    text-align: left;
  }
  .guidanceBox table h3 {
    font-weight: bold;
  }
  .guidanceBox__txt {
    text-align: left;
    margin-bottom: 20px;
  }
  .guidanceBox__txt a {
    color: #3B4B72;
  }
  .guidanceBox .note:first-of-type {
    margin-bottom: 40px;
  }
  .guidanceBox .note li {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  .guidanceBox .note li::before {
    content: "※";
  }
  /* 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;
    margin-bottom: 40px;
  }
  .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;
  }
  .pdflink1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 65px;
  }
  .pdflink1 i {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
  }
  .pdflink1 a {
    color: #313131;
    position: relative;
  }
  /*---------------------------------------------------------------------- */
  .pet__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;
  }
  .pet__txt {
    padding: 35px 10% 0 0;
    width: 505px;
  }
  .pet__txt p {
    line-height: 2;
  }
  .pet__img {
    width: 49%;
  }
  .pet__ttl {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
  }
  .pet__overview {
    padding: 0 0 140px;
  }
  .pet__overview .pet__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  .pet__overview .pet__img:last-of-type {
    margin-top: 100px;
  }
  .pet__overviewTtl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .pet__overviewTxt {
    margin-left: 100px;
  }
  .pet__overviewTxt dl {
    width: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pet__overviewTxt dl dt {
    width: 22%;
    margin-bottom: 5px;
  }
  .pet__overviewTxt dl dd {
    width: 73%;
  }
}

/* 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.25em;
  }
  #pageheader h1 span {
    display: block;
    text-align: center;
    font-size: calc(15em / 32);
    letter-spacing: 0.23em;
    margin-top: calc(20 / 375 * 100vw);
  }
  #pageheader h1 span.subTitle {
    display: block;
    font-size: calc(18em / 42);
    margin-bottom: 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;
  }
  /* guidance
---------------------------------------------------------------------- */
  .guidanceBox {
    background-color: #f5f5f5;
    padding: calc(25 / 375 * 100vw);
  }
  .guidanceBox * {
    text-align: center;
  }
  .guidanceBox .guidance__ttl {
    font-size: calc(20em / 16);
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .guidanceBox .border {
    border-bottom: 1px solid #666666;
    margin-bottom: calc(35 / 375 * 100vw);
    padding-bottom: calc(25 / 375 * 100vw);
  }
  .guidanceBox table {
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
    margin-bottom: 4vw;
  }
  .guidanceBox table tr th {
    display: block;
    text-align: center;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .guidanceBox table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.8vw 0vw 0.8vw 0vw;
  }
  .guidanceBox table td:not(:last-child) {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .guidanceBox table td:last-child {
    margin-bottom: 2.66667vw;
  }
  .guidanceBox table h3 {
    font-weight: bold;
  }
  .guidanceBox__txt {
    text-align: left;
    margin: 0 auto calc(20 / 375 * 100vw);
    width: 95%;
  }
  .guidanceBox__txt a {
    color: #3B4B72;
  }
  .guidanceBox .note {
    margin: 0 auto calc(30 / 375 * 100vw);
    width: 86%;
  }
  .guidanceBox .note:first-of-type {
    margin-bottom: 9.33333vw;
  }
  .guidanceBox .note li {
    font-size: calc(14em / 16);
    text-align: left;
    line-height: 1.4;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .guidanceBox .note li::before {
    content: "※";
    margin-left: calc(-13 / 375 * 100vw);
  }
  /* 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;
    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;
  }
  .pdflink1 {
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    margin-bottom: 8vw;
  }
  .pdflink1 i {
    font-size: 7.2vw;
    position: absolute;
    top: 30%;
    left: 0;
    -webkit-transform: translate(-140%, -50%);
            transform: translate(-140%, -50%);
  }
  .pdflink1 a {
    color: #313131;
    position: relative;
  }
  /*---------------------------------------------------------------------- */
  .pet__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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 12vw;
  }
  .pet__txt {
    width: 100%;
  }
  .pet__txt p {
    line-height: 2;
  }
  .pet__img {
    width: 100%;
    text-align: center;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .pet__ttl {
    font-size: 4.8vw;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .pet__overview {
    padding-bottom: 9.33333vw;
  }
  .pet__overview .pet__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10.13333vw 0vw 1.33333vw 0vw;
  }
  .pet__overview .pet__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pet__overview .pet__img {
    margin-bottom: 8vw;
  }
  .pet__overviewTtl {
    font-weight: bold;
    margin-bottom: 2.66667vw;
  }
  .pet__overviewTxt dl dt {
    margin-bottom: 1.33333vw;
  }
  .pet__overviewTxt dl dd {
    margin-bottom: 2.66667vw;
  }
}
/*# sourceMappingURL=style.css.map */