<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  color: #4a3200;
  font: 1.8rem/1 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 15px solid #00bed6;
}

@media (max-width: 768px) {
  body {
    font: 1.6rem/1 'Noto Sans JP', sans-serif;
    border: 7.5px solid #00bed6;
  }
}

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

a {
  text-decoration: none;
  color: #4a3200;
}

a:hover {
  opacity: 0.9;
}

main {
  display: block;
}

/*////////////////////////////
MAIN
////////////////////////////*/
.header {
  position: relative;
  max-height: 711px;
  background: url(../../img/header_bg.jpg);
  background-size: cover;
}

.header_kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.header_kv a:hover {
  opacity: 1;
}

.header_tfm {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 150px;
}

@media (max-width: 768px) {
  .header {
    max-height: inherit;
  }
  .header_kv img {
    width: 100%;
    max-width: 1920px;
  }
  .header_tfm {
    position: absolute;
    top: 5vw;
    left: 5vw;
    width: 150px;
    width: 20vw;
    min-width: 90px;
  }
}

.lead {
  text-align: center;
  padding: 71px 15px 80px;
  background: url(../../img/lead_bg.png);
  background-position: center 0px;
}

.lead_txt {
  margin-bottom: 75px;
  color: #00c73c;
  font-weight: bold;
  font-size: 2.4rem;
}

.lead_note {
  display: block;
  margin-top: 15px;
  font-weight: normal;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .lead {
    margin-bottom: 0;
    padding: 3vw 0 11.6vw;
    background: url(../../img/sp/lead_bg.png);
    background-size: cover;
  }
  .lead_head {
    margin: 0 auto;
    width: 90%;
  }
  .lead_txt {
    margin-bottom: 10vw;
  }
  .product {
    width: 92vw;
    margin: 0 auto;
  }
}

.app {
  position: relative;
  margin: 0 auto 172px;
  padding: 50px 15px 124px;
  text-align: center;
  background-color: #00bed6;
  background-image: url(../../img/app_bg.png);
  background-size: 1366px;
  background-repeat: no-repeat;
  background-position: center top;
}

.app_head {
  margin: 0 auto 40px;
  text-align: center;
}

.app_end p {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 30px;
}

.app_theme {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}

.app_theme &gt; span {
  color: #f4d41d;
}

.app_txt {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.56;
}

.app_sub {
  margin: 0 auto 40px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
}

.app_inner {
  max-width: 694px;
  margin: 40px auto 0;
  padding: 0 0 50px;
  background: #fff;
}

.app_card {
  margin: 0 auto 10px;
}

.app_more {
  margin: 0 auto 30px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
}

.app_tw {
  max-width: 765px;
  margin: 0 auto 40px;
  padding: 30px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.3;
  background: #e3f7ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.app_tw &gt; span {
  font-size: 2.4rem;
}

.app_twHead {
  max-width: 765px;
  margin: 0 auto 25px;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.app_note {
  margin-top: 10px;
  color: #4a3200;
  font-size: 1.3rem;
  font-weight: normal;
}

.app_way {
  margin: 0 auto 30px;
  padding: 0 10px;
  color: #4a3200;
  text-align: center;
}

.app_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 auto 6px;
  width: 510px;
}

.app_tag {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  padding: 3px 18px;
  color: #0000ff;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  background: #fff;
  border: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.app_twBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 110px;
          flex: 0 1 110px;
  margin-left: 7px;
}

.app_twBtn img {
  width: 110px;
}

.app_btn {
  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: 507px;
  max-width: 90%;
  min-height: 40px;
  margin: 0 auto 7px;
  padding: 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.9rem;
  background: #1a2e6e;
  border-radius: 9999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.app_btnNote {
  margin: 0 auto;
  max-width: 90%;
}

.app_people {
  position: absolute;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto 0;
  text-align: center;
  overflow: hidden;
}

.app_people img {
  width: 1367px;
  max-width: 1367px;
}

@media (max-width: 768px) {
  .app {
    margin: 0 auto 25vw;
    padding: 9vw 0 13vw;
    background-image: url(../../img/sp/app_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .app_head {
    width: 46vw;
    margin: 0 auto 9vw;
  }
  .app_head img {
    width: 100%;
  }
  .app_theme {
    width: 83.6vw;
    margin: 0 auto 5vw;
  }
  .app_txt {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .app_sub {
    margin: 0 auto 5vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .app_inner {
    max-width: 694px;
    margin: 0 auto;
    padding: 0 0 30px;
    background: #fff;
  }
  .app_card {
    margin: 0 auto 2vw;
  }
  .app_more {
    width: 100%;
    margin: 0 auto 25px;
    font-size: 1.6rem;
    background: #00acee;
  }
  .app_more img {
    width: 100%;
  }
  .app_way {
    padding: 0 20px;
  }
  .app_twHead {
    margin: 0 auto 15px;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .app_tw {
    margin: 0 auto 30px;
    padding: 15px;
    font-size: 1.6rem;
  }
  .app_tw &gt; span {
    font-size: 1.4rem;
  }
  .app_note {
    font-size: 1.2rem;
  }
  .app_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .app_tag {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .app_twBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .app_btn {
    width: 81vw;
    min-height: 45px;
  }
  .app_people {
    margin: 3vw auto 0px;
  }
  .app_people img {
    max-width: 100%;
  }
}

.per {
  margin: 0 auto 110px;
  padding: 55px 0;
  text-align: center;
  background: url(../../img/app_bg.png);
}

.per_head {
  margin: 0 auto 65px;
}

.per_container {
  position: relative;
}

.per_box {
  position: relative;
  width: 329px;
  height: 100%;
  padding: 30px;
  background: #ffffff;
  border: 5px solid #d7bb66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.per_box:after {
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0px;
  width: calc(100% - 24px);
  height: auto;
  border: 2px solid #d7bb66;
  content: '';
  margin: 0 auto 6px;
}

.per_img {
  display: block;
  width: 209px;
  margin: 0 auto 17px;
}

.per_name {
  margin: 0 auto 12px;
  color: #4a3200;
  font-weight: bold;
  font-size: 1.8rem;
}

.per_program {
  margin-bottom: 20px;
  color: #4a3200;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
}

.per_txt {
  color: #4a3200;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
}

.per_pager {
  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;
  position: relative;
}

@media (max-width: 768px) {
  .per {
    margin: 0 auto 30px;
    padding: 40px 0;
    background-size: 30px;
  }
  .per_head {
    width: 180px;
    max-width: 50vw;
    margin-bottom: 25px;
  }
  .per_box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border: 5px solid #d7bb66;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .per_box:after {
    display: block;
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: calc(100% - 18px);
    height: auto;
    border: 2px solid #d7bb66;
    content: '';
    margin: 0 auto 6px;
  }
}

@media (max-width: 480px) {
  .per_box {
    width: 100%;
    padding: 20px;
  }
  .per_box:after {
    top: 6px;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: calc(100% - 18px);
    height: auto;
    border: 2px solid #d7bb66;
    content: '';
    margin: 0 auto 6px;
  }
}

.tl_head {
  margin: 0 auto 20px;
  text-align: center;
}

.tl_illust {
  display: block;
  margin: 110px auto 80px;
}

@media (max-width: 768px) {
  .tl_head {
    width: 450px;
    max-width: 90%;
    margin: 0 auto 20px;
  }
  .tl_illust {
    max-width: 100%;
    margin: 30px auto 30px;
  }
}

.footer {
  padding: 150px 0;
  background: #00bed6;
}

.footer_inner {
  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;
}

.footer_tfm {
  width: 196px;
}

.footer_x {
  margin: 0 25px;
}

.footer_kirin {
  width: 162px;
}

@media (max-width: 768px) {
  .footer {
    padding: 22vw 0 35vw;
  }
  .footer_tfm {
    width: 26vw;
  }
  .footer_x {
    width: 5.6vw;
    margin: 0 3vw;
  }
  .footer_kirin {
    width: 21.6vw;
  }
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}

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

.spDetail {
  display: none;
}

@media (max-width: 768px) {
  .pcDetail {
    display: none;
  }
  .spDetail {
    display: block;
  }
}
</pre></body></html>