<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@400;700&amp;display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #29293F;
  font-weight: 400;
}

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

img {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .wrapper {
    width: 100%;
    min-width: 1270px;
  }
  .header {
    width: 100%;
    min-width: 1270px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999999;
  }
  .header .inner {
    width: 1270px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 16px;
    padding-left: 16px;
    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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .inner h1 {
    width: 182px;
  }
  .header .inner .BtnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header .inner .BtnArea a {
    color: #fff;
  }
  .header .inner .BtnArea a div {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-color: #1b00e8;
    text-align: center;
    font-size: 20px;
  }
  .header .inner .BtnArea a .Btn-01 {
    width: 287px;
    margin-right: 32px;
  }
  .header .inner .BtnArea a .Btn-02 {
    width: 534px;
  }
  .footer {
    width: 1270px;
    margin: 60px auto 0;
  }
  .footer .address {
    font-size: 16px;
    line-height: 185%;
    text-align: center;
    padding-bottom: 50px;
  }
  .footer .copyright {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.1rem;
    margin-bottom: 50px;
  }
  .main {
    background: url(../img/bg-1.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .main .inner {
    width: 1270px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
    color: #fff;
  }
  .main .inner h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 178%;
    text-align: center;
    margin-bottom: 50px;
  }
  .main .inner h3 span {
    font-size: 12px;
    display: block;
    letter-spacing: 0.1rem;
  }
  .main .inner .movieArea {
    width: 1040px;
    margin: 0 auto;
  }
  .main .inner .movieArea .fukidashi-up {
    width: 962px;
    margin: 0 auto;
  }
  .main .inner .movieArea .fukidashi-under {
    width: 476px;
    margin-top: 30px;
    margin-left: 200px;
  }
  .main .inner .movieArea video {
    width: 576px;
    margin-left: 232px;
  }
  .main .inner .movieArea .attention {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.08rem;
  }
  .contentArea-blue {
    width: 100%;
    background: url(../img/bg-2.png) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 150px;
  }
  .contentArea-blue .inner {
    width: 816px;
    margin: 0 auto;
    padding-top: 65px;
  }
  .contentArea-blue .inner .article {
    margin-bottom: 85px;
  }
  .contentArea-blue .inner h4 {
    display: inline-block;
    font-size: 20px;
    color: #1b00e8;
    font-weight: 700;
    letter-spacing: 0.16em;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .contentArea-blue .inner h3 {
    border-bottom: #ffffff 4px solid;
    margin-bottom: 40px;
  }
  .contentArea-blue .inner h3 img {
    width: 596px;
    padding-bottom: 10px;
  }
  .contentArea-blue .inner .text-title {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    line-height: 200%;
  }
  .contentArea-blue .inner .text-title a {
    text-decoration: underline;
  }
  .contentArea-blue .inner .mb {
    margin-bottom: 40px;
  }
  .contentArea-blue .inner h5 {
    width: 180px;
    margin: 0 auto 30px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-bottom: #ffffff 4px solid;
  }
  .contentArea-blue .inner table th {
    width: 212px;
    font-weight: 700;
  }
  .contentArea-blue .inner table td {
    padding-bottom: 30px;
  }
  .contentArea-green {
    width: 100%;
    background: url(../img/bg-3.png) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 80px;
  }
  .contentArea-green .inner {
    width: 1270px;
    margin: 0 auto;
    padding-top: 65px;
  }
  .contentArea-green .inner h2 {
    font-size: 40px;
    line-height: 157%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-align: center;
    margin-bottom: 50px;
  }
  .contentArea-green .inner .btnArea-blur {
    width: 818px;
    margin: 0 auto;
  }
  .contentArea-green .inner .btnArea-blur a {
    display: block;
    margin-bottom: 40px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .contentArea-green .inner .btnArea-blur a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    width: 100%;
  }
  .header {
    width: 100%;
    background-color: #fff;
  }
  .header .inner {
    width: 92vw;
    margin: 0 auto;
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
  .header .inner h1 {
    width: 24.2666666667vw;
    margin: 0 auto;
  }
  .footer {
    width: 92vw;
    margin: 10.6666666667vw auto 0;
  }
  .footer .address {
    font-size: 3.2vw;
    line-height: 185%;
    text-align: center;
    padding-bottom: 6.6666666667vw;
  }
  .footer .copyright {
    text-align: center;
    font-size: 2.6666666667vw;
    letter-spacing: 0.1rem;
    margin-bottom: 6.6666666667vw;
  }
  .BtnArea {
    position: -webkit-sticky;
    position: sticky;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    z-index: 99999;
    width: 100%;
    padding-top: 2.6666666667vw;
  }
  .BtnArea a {
    color: #fff;
  }
  .BtnArea a div {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 92vw;
    margin: 0 auto;
    background-color: #1b00e8;
    text-align: center;
    font-size: 3.6vw;
  }
  .BtnArea a .Btn-01 {
    margin-bottom: 1.3333333333vw;
  }
  .main {
    background: url(../img/bg-1.jpg) 0 0 no-repeat;
    background-size: cover;
  }
  .main .inner {
    width: 92vw;
    margin: 0 auto;
    padding-top: 6.6666666667vw;
    padding-bottom: 8vw;
    color: #fff;
  }
  .main .inner h3 {
    font-size: 6.6666666667vw;
    font-weight: 700;
    line-height: 178%;
    text-align: center;
    margin-bottom: 4.6666666667vw;
  }
  .main .inner h3 span {
    font-size: 2.6666666667vw;
    display: block;
    letter-spacing: 0.1rem;
  }
  .main .inner .movieArea {
    width: 100%;
    margin: 0 auto;
  }
  .main .inner .movieArea .fukidashi-up {
    width: 91.2vw;
    margin: 0 auto 4vw;
  }
  .main .inner .movieArea .fukidashi-under {
    width: 77.8666666667vw;
    margin-top: 4vw;
    margin-left: 4vw;
  }
  .main .inner .movieArea video {
    width: 90%;
    margin-left: 5%;
  }
  .main .inner .movieArea .attention {
    text-align: center;
    font-size: 2.6666666667vw;
    letter-spacing: 0.08rem;
  }
  .contentArea-blue {
    width: 100%;
    background: url(../img/bg-2.png) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 20vw;
  }
  .contentArea-blue .inner {
    width: 92vw;
    margin: 0 auto;
    padding-top: 8.6666666667vw;
  }
  .contentArea-blue .inner .article {
    margin-bottom: 11.3333333333vw;
  }
  .contentArea-blue .inner h4 {
    display: inline-block;
    font-size: 4.2666666667vw;
    line-height: 200%;
    color: #1b00e8;
    font-weight: 700;
    letter-spacing: 0.16em;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
  }
  .contentArea-blue .inner h3 {
    width: 100%;
    border-bottom: #ffffff 4px solid;
    margin-bottom: 5.3333333333vw;
  }
  .contentArea-blue .inner h3 img {
    width: 79.4666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .contentArea-blue .inner .text-title {
    color: #fff;
    margin: 0 auto;
    font-size: 4vw;
    line-height: 188%;
  }
  .contentArea-blue .inner .text-title a {
    text-decoration: underline;
  }
  .contentArea-blue .inner .mb {
    margin-bottom: 5.3333333333vw;
  }
  .contentArea-blue .inner h5 {
    display: inline-block;
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 4vw;
    border-bottom: #ffffff 4px solid;
  }
  .contentArea-blue .inner table th {
    display: block;
    padding-bottom: 2.6666666667vw;
    font-weight: 700;
  }
  .contentArea-blue .inner table td {
    display: block;
    padding-bottom: 5.3333333333vw;
  }
  .contentArea-green {
    width: 100%;
    background: url(../img/bg-3.png) 0 0 no-repeat;
    background-size: cover;
    padding-bottom: 10.6666666667vw;
  }
  .contentArea-green .inner {
    width: 84vw;
    margin: 0 auto;
    padding-top: 8.6666666667vw;
  }
  .contentArea-green .inner h2 {
    font-size: 4.5333333333vw;
    line-height: 170%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-align: center;
    margin-bottom: 6.6666666667vw;
  }
  .contentArea-green .inner .btnArea-blur {
    width: 100%;
  }
  .contentArea-green .inner .btnArea-blur a {
    display: block;
    margin-bottom: 5.3333333333vw;
  }
}/*# sourceMappingURL=base.css.map */</pre></body></html>