<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -&gt; 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 01_base
=============================================================*/
#header {
  position: relative;
  text-align: center;
  padding: 14px 0 10px;
  background-color: #fff;
  z-index: 2;
}

#content {
  padding-top: 32px;
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg.jpg") no-repeat top center;
  background-size: cover;
  z-index: -1;
}
#content .bg-cloud1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg_cloud01.png") repeat-x top center;
  background-size: auto;
  -webkit-animation: cloud1 75s linear infinite;
          animation: cloud1 75s linear infinite;
}
@media only screen and (max-width: 768px) {
  #content .bg-cloud1 {
    display: none;
  }
}
#content .bg-cloud2 {
  position: fixed;
  top: 524px;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg_cloud02.png") repeat-x top center;
  background-size: auto;
  -webkit-animation: cloud2 75s linear infinite;
          animation: cloud2 75s linear infinite;
}
@media only screen and (max-width: 768px) {
  #content .bg-cloud2 {
    display: none;
  }
}
#content .bg-deco {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg_deco.png") no-repeat top center;
  background-size: 100% auto;
}
@-webkit-keyframes cloud1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 2600px;
  }
}
@keyframes cloud1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 2600px;
  }
}
@-webkit-keyframes cloud2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -2600px;
  }
}
@keyframes cloud2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -2600px;
  }
}

#campaign {
  margin-bottom: 178px;
}
@media only screen and (max-width: 768px) {
  #campaign {
    margin-bottom: 8.59375vw;
  }
}
#campaign .main-image {
  text-align: center;
  margin-bottom: 94px;
}
@media only screen and (max-width: 768px) {
  #campaign .main-image {
    margin-bottom: 14.0625vw;
  }
}
#campaign .main-image .bnr {
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
  #campaign .main-image .bnr {
    width: 93.75vw;
    margin: 0 auto 0;
  }
}
#campaign .apply {
  width: 1000px;
  margin: 0 auto 100px;
  background: url("../img/bg_line.png") no-repeat bottom center, url("../img/bg_cp.png") no-repeat top center;
  background-size: 100%;
  padding-bottom: 4px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #campaign .apply {
    width: 93.75vw;
    margin: 0 auto 11.875vw;
    background: url("../img/bg_line.png") no-repeat bottom center, url("../img/bg_cp-sp.png") repeat-y top center;
    background-size: 100%;
    padding-bottom: 0.46875vw;
  }
}
#campaign .apply h2 {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply h2 {
    margin-bottom: 2.1875vw;
  }
}
#campaign .apply h2 img {
  margin-top: -72px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply h2 img {
    margin-top: -9.0625vw;
  }
}
#campaign .apply .step-box {
  width: 960px;
  margin: 0 auto;
  padding: 32px 0 0;
  background: url("../img/bg_step.png") no-repeat top center;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box {
    width: 90.15625vw;
    padding: 0.78125vw 0 0;
    background: url("../img/bg_step-sp.png") no-repeat top center;
    background-size: 100%;
  }
}
#campaign .apply .step-box .step {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step {
    margin-left: 0.78125vw;
    margin-right: 1.875vw;
  }
}
#campaign .apply .step-box .step:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -64px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 59px;
  background: url("../img/arrow_step01.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step:not(:last-child)::after {
    width: 7.96875vw;
    height: 8.4375vw;
    bottom: -10vw;
  }
}
#campaign .apply .step-box .step .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step .btn {
    width: 51.09375vw;
  }
}
#campaign .apply .step-box .step.step1 {
  margin-left: 18px;
  margin-bottom: 54px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step.step1 {
    margin-left: 0.78125vw;
    margin-right: -1.875vw;
    margin-bottom: 10.9375vw;
  }
}
#campaign .apply .step-box .step.step1 .btn {
  bottom: 74px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step.step1 .btn {
    bottom: 7.8125vw;
  }
}
#campaign .apply .step-box .step.step2 {
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step.step2 {
    margin-bottom: 8.125vw;
  }
}
#campaign .apply .step-box .step.step3 {
  margin-bottom: 118px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step.step3 {
    margin-bottom: 14.0625vw;
  }
}
#campaign .apply .step-box .step.step3 .btn1 {
  top: 205px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step.step3 .btn1 {
    top: 21.09375vw;
  }
}
#campaign .apply .step-box .step.step3 .btn2 {
  bottom: 548px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step.step3 .btn2 {
    bottom: 98.75vw;
  }
}
#campaign .apply .step-box .step.step3::after {
  bottom: -108px;
  background: url("../img/arrow_step02.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step.step3::after {
    bottom: -13.125vw;
  }
}
#campaign .apply .step-box .step.result .image {
  margin-left: -31px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step.result .image {
    margin: 0 -5vw 0 -3.75vw;
  }
}
#campaign .apply .step-box .step.result .btn {
  bottom: 64px;
}
@media only screen and (max-width: 768px) {
  #campaign .apply .step-box .step.result .btn {
    width: 55.15625vw;
    bottom: 6.5625vw;
  }
}
#campaign .joining {
  width: 1000px;
  margin: 0 auto 100px;
  background: url("../img/bg_line.png") no-repeat bottom center, url("../img/bg_cp.png") no-repeat top center;
  background-size: 100%;
  padding-bottom: 22px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #campaign .joining {
    width: 93.75vw;
    margin: 0 auto 8.90625vw;
    background: url("../img/bg_line.png") no-repeat bottom center, url("../img/bg_cp-sp.png") repeat-y top center;
    background-size: 100%;
  }
}
#campaign .joining h2 {
  text-align: center;
  margin: 0 -4px 15px;
}
@media only screen and (max-width: 768px) {
  #campaign .joining h2 {
    margin: 0 0 2.8125vw;
  }
}
#campaign .joining h2 img {
  margin-top: -74px;
}
@media only screen and (max-width: 768px) {
  #campaign .joining h2 img {
    margin-top: -7.5vw;
  }
}
#campaign .joining .box {
  padding: 64px 0 35px;
  background: url("../img/bg_joining.png") no-repeat top center;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .box {
    width: 90vw;
    margin: 0 auto;
    padding: 5vw 0 4.375vw;
    background: url("../img/bg_joining-sp.png") no-repeat top center;
  }
}
#campaign .joining .list {
  position: relative;
  width: 900px;
  margin: 0 auto 100px;
  background-color: #f8f5b8;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .list {
    width: 84.375vw;
    margin-bottom: 10.9375vw;
  }
}
#campaign .joining .list::after {
  content: "";
  position: absolute;
  bottom: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 88px;
  background: url("../img/arrow_joining.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .list::after {
    width: 12.8125vw;
    height: 8.59375vw;
    bottom: -9.375vw;
  }
}
#campaign .joining .list h3 {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .list h3 {
    width: 86.25vw;
    margin: 0 -0.9375vw 4.375vw;
  }
}
#campaign .joining .list h3 img {
  margin-top: -35px;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .list h3 img {
    margin-top: -1.5625vw;
  }
}
#campaign .joining .list ul {
  display: flex;
  flex-wrap: wrap;
  width: 875px;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .list ul {
    padding-bottom: 1.5625vw;
    width: auto;
    margin: 0 1.25vw;
  }
}
#campaign .joining .list ul li {
  width: 130px;
  position: relative;
  margin: 0 22px 72px;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .list ul li {
    width: 20.3125vw;
    margin: 0 3.4375vw 11.71875vw;
  }
}
#campaign .joining .list ul li .name {
  display: none;
}
#campaign .joining .list ul li .btn {
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .list ul li .btn {
    width: 8.75vw;
    bottom: -7.1875vw;
  }
}
#campaign .joining .list ul li .btn img {
  width: 100%;
}
#campaign .joining .list ul li a:hover .btn {
  bottom: -40px;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .list ul li a:hover .btn {
    bottom: -7.1875vw;
  }
}
#campaign .joining .entry {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #campaign .joining .entry {
    width: 84.375vw;
    margin: 0 auto;
  }
}
#campaign .joining .entry h3 {
  position: relative;
  margin-bottom: -30px;
  z-index: 2;
}
#campaign .joining .entry .btn {
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #campaign .joining .entry .btn {
    width: 51.09375vw;
    bottom: 7.8125vw;
  }
}

#event {
  width: 1000px;
  margin: 0 auto 68px;
  background: url("../img/bg_line.png") no-repeat bottom center, url("../img/bg_cp.png") no-repeat top center;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #event {
    width: 93.75vw;
    margin: 0 auto 10.15625vw;
    padding-bottom: 0.9375vw;
    background: url("../img/bg_line.png") no-repeat bottom center, url("../img/bg_cp-sp.png") no-repeat top center;
    background-size: 100%;
  }
}
#event h2 {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #event h2 {
    margin-bottom: 2.1875vw;
  }
}
#event h2 img {
  margin-top: -136px;
}
@media only screen and (max-width: 768px) {
  #event h2 img {
    margin-top: -7.8125vw;
  }
}
#event .list {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #event .list {
    width: 91.40625vw;
    margin: 0 auto;
  }
}
#event .list ul li {
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #event .list ul li {
    margin-bottom: 2.34375vw;
  }
}

#app-info {
  position: relative;
  padding: 28px 0 44px;
  text-align: center;
  background: url("../img/bg_app_line.png") repeat-x, url("../img/bg_app.png");
}
@media only screen and (max-width: 768px) {
  #app-info {
    padding: 4.6875vw 0;
  }
}
@media only screen and (max-width: 768px) {
  #app-info img {
    width: 100%;
  }
}
#app-info p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #app-info p {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 1.875vw;
  }
}
#app-info .bnr {
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  #app-info .bnr {
    width: 49.21875vw;
    margin: 0 auto 6.5625vw;
  }
}
#app-info .detail {
  width: 505px;
  margin: 0 auto 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #app-info .detail {
    width: 78.90625vw;
    margin: 0 auto 5.46875vw;
  }
}
#app-info .detail .image {
  width: 154px;
}
@media only screen and (max-width: 768px) {
  #app-info .detail .image {
    width: 24.0625vw;
  }
}
#app-info .detail dl {
  width: 334px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #app-info .detail dl {
    width: 52.1875vw;
  }
}
#app-info .detail dl dt {
  display: inline-block;
  width: 106px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-align: center;
  padding: 8px 0;
  border-radius: 10px;
  background-color: #fff;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  #app-info .detail dl dt {
    font-size: 16px;
    font-size: 2.5vw;
    width: 16.5625vw;
    padding: 1.25vw 0;
    border-radius: 1.5625vw;
    margin-bottom: 1.25vw;
    margin-right: 0.78125vw;
  }
}
#app-info .detail dl dd {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #app-info .detail dl dd {
    font-size: 16px;
    font-size: 2.5vw;
    margin-bottom: 1.25vw;
  }
}
#app-info .btn-list ul {
  width: 464px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #app-info .btn-list ul {
    width: 61.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #app-info .btn-list ul li {
    width: 28.90625vw;
  }
}

#modal-block {
  background-color: rgba(0, 0, 0, 0.5);
}
#modal-block .agreement-box {
  display: none;
  position: relative;
  width: 1057px;
  border: 1px solid #fad81b;
  margin: 100px auto;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box {
    width: 85%;
  }
}
#modal-block .agreement-box .inner {
  padding: 42px 0 78px;
  margin: 0 52px;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  #modal-block .agreement-box .inner {
    padding: 5% 0 8%;
    margin: 0 6%;
  }
}
#modal-block .agreement-box h3 {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  background-color: #fad81b;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box h3 {
    font-size: 6.25vw;
    padding: 3.5% 0;
  }
}
#modal-block .agreement-box h4 {
  font-size: 28px;
  font-weight: bold;
  color: #253e64;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box h4 {
    font-size: 4.5vw;
    margin-bottom: 1.4%;
  }
}
#modal-block .agreement-box p {
  font-size: 18px;
  color: #253e64;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box p {
    font-size: 3.2vw;
  }
}
#modal-block .agreement-box .mb24 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box .mb24 {
    margin-bottom: 5%;
  }
}
#modal-block .agreement-box dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #253e64;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box dl dt {
    font-size: 3.2vw;
    padding-top: 5%;
  }
}
#modal-block .agreement-box dl dd {
  font-size: 18px;
  line-height: 1.5;
  color: #253e64;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box dl dd {
    font-size: 3.2vw;
  }
}

#footer {
  position: relative;
  padding: 30px 0 68px;
  background: url("../img/bg_footer.png") repeat-y top center;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 5.9375vw 0 4.0625vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer img {
    width: 100%;
  }
}
#footer #pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #footer #pagetop {
    width: 14.0625vw;
    bottom: 4.6875vw;
    right: 4.6875vw;
  }
}
#footer .sns {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #footer .sns {
    margin-bottom: 3.125vw;
  }
}
#footer .sns ul {
  width: 162px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #footer .sns ul {
    width: 17.96875vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .sns ul li {
    width: 5vw;
  }
}
#footer .copy {
  font-size: 14px;
  color: #253e64;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    font-size: 14px;
    font-size: 2.1875vw;
  }
}</pre></body></html>