<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&amp;family=Zen+Kaku+Gothic+New:wght@500&amp;display=swap");
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000000;
  font-weight: 500;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  a img {
    opacity: 1;
  }
  a img:hover {
    opacity: 0.68;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header {
    width: 100%;
    min-width: 1270px;
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
  }
  header .inner {
    width: 1270px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
  }
  header .inner h1 {
    width: 198px;
  }
  header .inner .btnArea {
    width: 825px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .inner .btnArea .btn {
    width: 397px;
  }
  .mainArea {
    width: 100%;
    min-width: 1270px;
    background: url(../img/main-bg.png) center top repeat-x;
    margin-bottom: 200px;
  }
  .mainArea .inner {
    width: 1270px;
    height: 1270px;
    margin: 0 auto;
    padding: 60px 0 0 160px;
    position: relative;
  }
  .mainArea .inner h2 {
    width: 626.5px;
  }
  .mainArea .inner .text {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.08em;
  }
  .mainArea .inner .top-img1 {
    width: 519px;
    position: absolute;
    top: 127px;
    right: 70px;
  }
  .mainArea .inner .top-img2 {
    width: 759px;
    position: absolute;
    bottom: 0;
    left: 137px;
  }
  .int-main-title {
    width: 1270px;
    margin: 0 auto;
  }
  .int-main-title .int-img {
    width: 1060px;
    margin: 0 auto 35px;
  }
  .int-main-title .textArea {
    margin-left: 226px;
    margin-bottom: 120px;
  }
  .int-main-title .textArea h3 {
    font-size: 54px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 163%;
    letter-spacing: 0.1em;
    color: #dc001f;
    margin-bottom: 30px;
  }
  .int-main-title .textArea p {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.08em;
  }
  .intArea {
    width: 100%;
    min-width: 1270px;
  }
  .intArea .inner {
    width: 1270px;
    margin: 0 auto;
  }
  .intArea .inner .int-main {
    width: 1238px;
    margin: 0 auto 100px;
  }
  .intArea .inner .re-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .intArea .inner .row {
    margin-left: 224px;
  }
  .intArea .inner .textArea {
    width: 1043px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 100px;
  }
  .intArea .inner .textArea .text {
    width: 530px;
  }
  .intArea .inner .textArea .text h4 {
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 163%;
    letter-spacing: 0.17em;
    margin-bottom: 30px;
  }
  .intArea .inner .textArea .text p {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.08em;
    text-align: justify;
  }
  .intArea .inner .textArea .text p mark {
    background-size: 200% 1em;
    background-position: 0 0.4em;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f199a5));
    background-image: -webkit-linear-gradient(left, transparent 50%, #f199a5 50%);
    background-image: linear-gradient(left, transparent 50%, #f199a5 50%);
    background-repeat: repeat-x;
    background-color: transparent;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .intArea .inner .textArea .text p mark.active {
    background-position: -100% 0.3em;
  }
  .intArea .inner .textArea .photo {
    width: 454px;
  }
  .bg-gray {
    background-color: #f7f7f7;
    padding-top: 145px;
    margin-bottom: 145px;
  }
  .infoArea {
    width: 100%;
    min-width: 1270px;
    background-color: #f7f7f7;
    padding-top: 145px;
  }
  .infoArea .inner {
    width: 1270px;
    margin: 0 auto;
  }
  .infoArea .inner h3 {
    width: 704px;
    margin-left: 226px;
    margin-bottom: 50px;
  }
  .infoArea .inner h4 {
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 163%;
    letter-spacing: 0.17em;
    margin-left: 345px;
    margin-bottom: 80px;
  }
  .infoArea .inner .iconArea {
    width: 850px;
    margin: 0 auto 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .infoArea .inner .iconArea .icon {
    width: 389px;
    text-align: center;
    margin-bottom: 85px;
  }
  .infoArea .inner .iconArea .icon .icon-img {
    margin-bottom: 10px;
  }
  .infoArea .inner .iconArea .icon h5 {
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    letter-spacing: 0.17em;
  }
  .infoArea .inner .iconArea .icon h5 span {
    font-size: 18px;
    display: block;
    margin-top: 5px;
  }
  .btnArea-cont {
    width: 1270px;
    margin: 0 auto;
    padding: 0 0 145px;
  }
  .btnArea-cont .btn {
    width: 533px;
    margin: 0 auto;
  }
  .copyright {
    font-size: 11px;
    letter-spacing: 0.1rem;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  header {
    width: 100%;
    background-color: #ffffff;
  }
  header .inner {
    padding: 2.1333333333vw;
  }
  header .inner h1 {
    width: 33.3333333333vw;
    margin: 0 auto;
  }
  header .inner .btnArea {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  header .inner .btnArea .btn {
    width: 50%;
  }
  .btnArea-cont {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 13.3333333333vw;
  }
  .btnArea-cont .btn {
    width: 80%;
    margin: 0 auto;
  }
  .mainArea {
    width: 100%;
    background: url(../img/main-bg-sp.png) center top repeat-y;
    background-size: cover;
    padding-bottom: 26.6666666667vw;
  }
  .mainArea .inner {
    width: 100%;
    margin: 0 auto;
  }
  .mainArea .inner h2 {
    width: 100%;
  }
  .mainArea .inner .text {
    font-size: 2.9333333333vw;
    line-height: 200%;
    letter-spacing: 0.08em;
    margin-left: 8vw;
    margin-bottom: 6.6666666667vw;
  }
  .mainArea .inner .top-img2 {
    width: 100%;
  }
  .int-main-title {
    width: 100%;
  }
  .int-main-title .int-img {
    width: 100%;
    margin-bottom: 4.6666666667vw;
  }
  .int-main-title .textArea {
    width: 86.6666666667vw;
    margin: 0 auto 16vw;
  }
  .int-main-title .textArea h3 {
    font-size: 7.2vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 163%;
    letter-spacing: 0.1em;
    color: #dc001f;
    margin-bottom: 4vw;
  }
  .int-main-title .textArea p {
    font-size: 2.9333333333vw;
    line-height: 200%;
    letter-spacing: 0.08em;
  }
  .intArea {
    width: 100%;
  }
  .intArea .inner .int-main {
    width: 100%;
    margin: 0 auto 13.3333333333vw;
  }
  .intArea .inner .textArea {
    width: 86.6666666667vw;
    margin: 0 auto 13.3333333333vw;
  }
  .intArea .inner .textArea .text {
    margin-bottom: 10.6666666667vw;
  }
  .intArea .inner .textArea .text h4 {
    font-size: 4.8vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 163%;
    letter-spacing: 0.17em;
    margin-bottom: 4vw;
  }
  .intArea .inner .textArea .text p {
    font-size: 2.9333333333vw;
    line-height: 200%;
    letter-spacing: 0.08em;
    text-align: justify;
  }
  .intArea .inner .textArea .text p mark {
    background-size: 200% 1em;
    background-position: 0 0.4em;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #f199a5));
    background-image: -webkit-linear-gradient(left, transparent 50%, #f199a5 50%);
    background-image: linear-gradient(left, transparent 50%, #f199a5 50%);
    background-repeat: repeat-x;
    background-color: transparent;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  .intArea .inner .textArea .text p mark.active {
    background-position: -100% 0.3em;
  }
  .intArea .inner .textArea .photo {
    width: 100%;
  }
  .bg-gray {
    background-color: #f7f7f7;
    padding-top: 17.3333333333vw;
    margin-bottom: 17.3333333333vw;
  }
  .infoArea {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 16vw;
  }
  .infoArea .inner h3 {
    width: 86.6666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
  .infoArea .inner h4 {
    width: 86.6666666667vw;
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 163%;
    letter-spacing: 0.17em;
    margin: 0 auto 10.6666666667vw;
  }
  .infoArea .inner .iconArea {
    width: 86.6666666667vw;
    margin: 0 auto 16vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .infoArea .inner .iconArea .icon {
    width: 47%;
    text-align: center;
    margin-bottom: 11.3333333333vw;
  }
  .infoArea .inner .iconArea .icon .icon-img {
    margin-bottom: 1.3333333333vw;
  }
  .infoArea .inner .iconArea .icon h5 {
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    letter-spacing: 0.17em;
  }
  .infoArea .inner .iconArea .icon h5 span {
    font-size: 2.4vw;
    display: block;
    margin-top: 5px;
  }
  .copyright {
    font-size: 2.6666666667vw;
    letter-spacing: 0.1rem;
    padding-bottom: 20vw;
    padding-top: 6.6666666667vw;
    text-align: center;
  }
}/*# sourceMappingURL=base.css.map */</pre></body></html>