@charset "UTF-8";
/*-----------------------
reset
-----------------------*/
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

a:link {
  color: #000;
}

a:active {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*color*/
/*mediaquery*/
/*mixin*/
/* Font系 */
/*-----------------------
common
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  margin-top: 0 !important;
}

body {
  position: relative;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  width: 100%;
  min-width: 100rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.inner {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.clearfix {
  overflow: hidden;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

.mT80 {
  margin-top: 8rem;
}

.mB20 {
  margin-bottom: 2rem;
}

.mB40 {
  margin-bottom: 4rem;
}

.mB60 {
  margin-bottom: 6rem;
}

.mB80 {
  margin-bottom: 8rem;
}

.Bebas {
  font-family: 'Bebas Neue', cursive;
}

/*==================================================
 * Tags
 *================================================*/
/*block*/
/**
 * img
 */
img {
  height: auto;
  max-width: 100%;
}

/**
 * a
 */
a {
  -webkit-transition: .3s;
  transition: .3s;
}

/**
 * blockquote
 */
blockquote {
  font-size: 100%;
}

/**
 * media
 */
embed,
iframe,
object {
  max-width: 100%;
}

.txt-blue {
  color: #263773;
}

.txt-red {
  color: #f42828;
}

.btn-yellow {
  margin-top: 3rem;
  text-align: center;
}

.btn-yellow a {
  width: 56rem;
  padding: 1em 10rem;
  background: #fff33f;
  border: 2px solid #fff;
  border-radius: 4rem;
  -webkit-box-shadow: 0 0.4rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0.4rem 0 rgba(0, 0, 0, .1);
  font-size: 2.6rem;
  font-weight: bold;
  color: #263773;
  line-height: 1;
  position: relative;
}

.btn-yellow a::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .8rem 0 .8rem .8rem;
  border-color: transparent transparent transparent #263773;
  position: absolute;
  left: 3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-yellow a:hover {
  opacity: .6;
}

header {
  width: 100%;
  height: 71rem;
  max-height: 100vh;
  background: url(../img/mv.jpg) no-repeat center/cover;
  position: relative;
}

header::before, header::after {
  content: '';
  width: 100%;
  height: 6rem;
  position: absolute;
  left: 0;
}

header::before {
  height: 5rem;
  background: url(../img/film-top.png) repeat-x left bottom/auto 100%;
  top: 0;
}

header::after {
  background: url(../img/film-bottom.png) repeat-x left bottom/auto 100%;
  bottom: 0;
}

header .inner {
  height: 100%;
  max-width: 120rem;
  position: relative;
}

header .fukui-logo {
  width: 12rem;
  position: absolute;
  top: 0;
  right: 0;
}

header .logo {
  width: 55rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer {
  padding-top: 6rem;
  background: #313131;
  color: #fff;
  text-align: center;
}

footer .logo {
  max-width: 37rem;
  margin: 0 auto;
}

footer .footer-nav {
  margin-top: 5rem;
}

footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-nav ul a {
  color: #fff;
}

footer .footer-nav ul a:hover {
  opacity: .6;
}

footer .footer-nav ul li {
  padding: 0 2em;
}

footer .footer-nav ul li:nth-child(2) {
  border-left: 1px solid #424242;
  border-right: 1px solid #424242;
}

footer .copyright {
  margin-top: 5.5rem;
  padding: 2.4rem 0;
  background: #262626;
  font-size: 1.2rem;
  color: #808080;
}

.award {
  margin-top: -9rem;
  margin-bottom: 6rem;
}

.award .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.award .limit {
  width: 35.2rem;
  height: 35.2rem;
  padding: 6rem;
  background: url(../img/bg-limit.png) no-repeat center/contain;
  text-align: center;
  font-weight: 500;
  font-size: 3rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: -2rem;
}

.award .limit .limit-title {
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px dotted currentcolor;
  line-height: 1;
}

.award .limit .limit-date {
  font-size: 3.6rem;
  line-height: 1.1;
}

.award .limit .limit-date .num {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 5rem;
}

.award .flex {
  width: 64%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.award .award-box {
  width: 29.7%;
  height: 21rem;
  margin-bottom: 4rem;
  padding-top: 6.6rem;
  text-align: center;
}

.award .award-box .award-title {
  width: 13rem;
  margin: 0 auto;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #b2b2b2;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.award .award-box .award-title span {
  font-size: 1.6rem;
  font-weight: normal;
}

.award .award-box .award-title::before {
  content: '';
  width: 3.2rem;
  height: 2.6rem;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: calc(100% + 1.5rem);
  right: 0;
  left: 0;
}

.award .award-box .gold::before {
  background-image: url(../img/gold.png);
}

.award .award-box .silver::before {
  background-image: url(../img/silver.png);
}

.award .award-box .bronze::before {
  background-image: url(../img/bronze.png);
}

.award .award-box .cash-award {
  margin-top: 1.5rem;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 0.8;
}

.award .award-box .cash-award .num {
  font-family: 'Roboto', sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
}

.award .award-box:nth-child(1) {
  background: url(../img/award-gold.png) no-repeat center/100% 100%;
}

.award .award-box:nth-child(2) {
  background: url(../img/award-silver.png) no-repeat center/100% 100%;
}

.award .award-box:nth-child(3) {
  background: url(../img/award-bronze.png) no-repeat center/100% 100%;
}

.content-section {
  padding: 7rem 0 9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.content-section h2 {
  margin: 0 0 5rem;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

.content-section h2 .Bebas {
  color: #263773;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .1em;
  display: block;
}

.content-section .content-box {
  width: 94%;
  margin: 0 auto;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
          box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  color: #383838;
}

.content-section.bg-blue {
  margin-top: -4rem;
  background-image: url(../img/sp-bg-blue.png);
}

.content-section.bg-gray {
  margin-top: -4rem;
  background-image: url(../img/sp-bg-gray.png);
}

.video-theme .marker-yellow {
  margin-top: 0;
  margin-bottom: 5rem;
  line-height: 1;
  position: relative;
}

.video-theme .marker-yellow::before {
  content: '';
  width: 45rem;
  height: 0.77em;
  margin: 0 auto;
  background: #fff33f;
  border-radius: 1rem;
  position: absolute;
  bottom: -0.4em;
  right: 0;
  left: 0;
}

.video-theme .marker-yellow span {
  position: relative;
  z-index: 5;
}

.application-method .txt-blue {
  font-weight: 500;
}

.contact {
  margin-top: -2rem;
  padding-bottom: 16rem;
  background-image: url(../img/bg-blue-l.png), url(../img/bg-section.png);
  background-size: 100% 100%,100% auto;
  background-position: center 49rem,center top;
}

.contact .btn-mail {
  margin-bottom: 12rem;
  text-align: center;
}

.contact .btn-mail a {
  width: 80%;
  margin: 0 auto;
  padding: 2.5rem;
  background: #fff33f;
  border-radius: 2rem;
  font-size: 3.8rem;
  font-weight: normal;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .btn-mail a .icon {
  width: 1em;
  height: 1em;
  margin-right: 1rem;
}

.contact .btn-mail a:hover {
  opacity: .6;
}

.contact .content-box {
  padding: 5rem;
}

.contact .content-box h3 {
  margin-top: 0;
  margin-bottom: 3.7rem;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .content-box h3::before, .contact .content-box h3::after {
  content: '';
  width: 5rem;
  height: .1rem;
  border-bottom: 0.2rem dotted #b2b2b2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.contact .content-box h3 span {
  margin: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .content-box h3 span::before {
  content: '';
  width: 1.5em;
  height: 1em;
  margin-right: 1.5rem;
  background: url(../img/film-icon.png) no-repeat center/contain;
}

.contact .content-box table {
  width: 100%;
  margin-bottom: 6rem;
  border: 1px solid #d2d2d2;
}

.contact .content-box table th, .contact .content-box table td {
  border: 1px solid #d2d2d2;
}

.contact .content-box table th {
  width: 13rem;
  padding-top: 5rem;
  background: #eeeeee;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  vertical-align: top;
}

.contact .content-box table .period {
  padding-top: 2.5rem;
}

.contact .content-box table td {
  width: calc(100% - 13rem);
  padding: 2rem;
  font-size: 1.6rem;
}

.contact .content-box .txt-blue {
  font-weight: 500;
}

.contact .content-box .process-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .content-box .process-box .primary, .contact .content-box .process-box .secondary {
  font-weight: 500;
  word-break: keep-all;
  white-space: nowrap;
}

.contact .content-box .process-box a {
  color: #263773;
  font-weight: 500;
  letter-spacing: 0;
}

.contact .content-box .process-box a:hover {
  text-decoration: underline;
}

.contact .content-box .outline {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #383838;
  letter-spacing: 0;
}

.contact .content-box .outline h4 {
  margin: 0;
  color: #263773;
  font-weight: 500;
  font-size: 1.8rem;
}

.contact .content-box .outline ul {
  margin-bottom: 2em;
}

.contact .content-box .outline ul li {
  padding-left: 1em;
  position: relative;
}

.contact .content-box .outline ul li:before {
  content: '';
  position: absolute;
  top: 0.8em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: .5em;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  background: currentcolor;
}

.contact .content-box .outline .mB0 {
  margin-bottom: 0;
}

.contact .content-box .outline .mB2em {
  margin-bottom: 2em;
}

.sp_none {
  display: none;
}

/*  ここからSP-----------------------------------------------------*/

/* スクロールCSS */
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.load_fade {
  opacity: 0;
  -webkit-transition: all 2s .5s;
  transition: all 2s .5s;
}

.load_fade2 {
  opacity: 0;
  -webkit-transition: all 2s 2s;
  transition: all 2s 2s;
}

.load_fade3 {
  opacity: 0;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.load_fade4 {
  opacity: 0;
  -webkit-transition: all 1s 1.3s;
  transition: all 1s 1.3s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.load_fade5 {
  opacity: 0;
  -webkit-transition: all 1s 1.6s;
  transition: all 1s 1.6s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }
  .tab {
    display: block;
  }
  .pc {
    display: block;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .pc_none {
    -webkit-animation: none 0s ease 0s 1 normal none running;
            animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    -o-border-image: none;
       border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-rule: medium none currentColor;
       -moz-column-rule: medium none currentColor;
            column-rule: medium none currentColor;
    -webkit-column-span: 1;
       -moz-column-span: 1;
            column-span: 1;
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
            perspective: none;
    -webkit-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
      -o-tab-size: 8;
         tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
         text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
            transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    display: none;
  }
  .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  html {
    font-size: 0.13333vw;
  }
  body {
    min-width: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn-yellow {
    margin-top: 30rem;
    text-align: center;
  }
  .btn-yellow a {
    width: 560rem;
    padding: 1em 100rem;
    background: #fff33f;
    border: 2px solid #fff;
    border-radius: 40rem;
    -webkit-box-shadow: 4rem 0 rgba(0, 0, 0, .1);
            box-shadow: 4rem 0 rgba(0, 0, 0, .1);
    font-size: clamp(14px, 26rem, 26rem);
    font-weight: bold;
    color: #263773;
    line-height: 1;
    position: relative;
  }
  .btn-yellow a::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8rem 0 8rem 8rem;
    border-color: transparent transparent transparent #263773;
    position: absolute;
    left: 35rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn-yellow a:hover {
    opacity: .6;
  }
  header {
    position: relative;
    height: 75vh;
    background: url(../img/sp-mv.jpg) no-repeat center/cover;
  }
  header::before, header::after {
    height: 8%;
  }
  header::before {
    height: 7%;
    background: url(../img/sp-film-top.png) repeat-x left bottom/auto 100%;
  }
  header::after {
    background: url(../img/sp-film-bottom.png) repeat-x left bottom/auto 100%;
  }
  header .inner {
    max-width: 100%;
  }
  header .fukui-logo {
    width: 152rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .logo {
    width: 550rem;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .award {
    position: relative;
    z-index: 1;
    margin-top: -50rem;
    margin-bottom: 6rem;
  }
  .award .inner {
    -webkit-animation: none 0s ease 0s 1 normal none running;
            animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    border: medium none currentColor;
    border-collapse: separate;
    -o-border-image: none;
       border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: #000;
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    -webkit-column-rule: medium none currentColor;
       -moz-column-rule: medium none currentColor;
            column-rule: medium none currentColor;
    -webkit-column-span: 1;
       -moz-column-span: 1;
            column-span: 1;
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    height: auto;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    left: auto;
    letter-spacing: normal;
    list-style: disc outside none;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    -webkit-perspective: none;
            perspective: none;
    -webkit-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
    position: static;
    right: auto;
    -moz-tab-size: 8;
      -o-tab-size: 8;
         tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
         text-align-last: auto;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
            transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    all: initial;
    max-width: 100%;
    padding: 0 30rem;
  }
  .award .limit {
    display: none;
  }
  .award .sp_limit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/sp-bg-limit.png) no-repeat center/100%;
    height: 120rem;
    max-height: 90px;
    min-height: 60px;
    padding: 0 7%;
    width: 690rem;
    margin: 0 auto;
  }
  .award .sp-limit-title {
    font-size: 36rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .award .sp-limit-title:after {
    content: "";
    display: inline-block;
    padding-left: 25rem;
    height: 35rem;
    border-right: 2px dotted currentColor;
  }
  .award .sp-limit-date {
    font-size: 35rem;
    line-height: 1.1;
  }
  .award .sp-num {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 45rem;
  }
  .award .flex {
    width: 690rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
  }
  .award .award-box {
    width: 29.7%;
    height: 230rem;
    margin-bottom: 40rem;
    padding-top: 66rem;
    text-align: center;
  }
  .award .award-box .award-title {
    width: 130rem;
    margin: 0 auto;
    padding-bottom: 16rem;
    border-bottom: 1px solid #b2b2b2;
    font-size: clamp(13px, 24rem, 24rem);
    font-weight: 500;
    line-height: 1;
    position: relative;
  }
  .award .award-box .award-title span {
    font-size: clamp(12px, 16rem, 16rem);
    font-weight: normal;
    display: block;
    margin-top: 5px;
  }
  .award .award-box .award-title::before {
    content: '';
    width: 32rem;
    height: 26rem;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: calc(100% + 15rem);
    right: 0;
    left: 0;
  }
  .award .award-box .gold::before {
    background-image: url(../img/gold.png);
  }
  .award .award-box .silver::before {
    background-image: url(../img/silver.png);
  }
  .award .award-box .bronze::before {
    background-image: url(../img/bronze.png);
  }
  .award .award-box .cash-award {
    margin-top: 15rem;
    font-size: 28rem;
    font-weight: 500;
    line-height: 0.8;
  }
  .award .award-box .cash-award .num {
    font-family: 'Roboto', sans-serif;
    font-size: 45rem;
    font-weight: bold;
  }
  .award .award-box:nth-child(1) {
    background: url(../img/award-gold.png) no-repeat center/100% 100%;
  }
  .award .award-box:nth-child(2) {
    background: url(../img/award-silver.png) no-repeat center/100% 100%;
  }
  .award .award-box:nth-child(3) {
    background: url(../img/award-bronze.png) no-repeat center/100% 100%;
  }
  .content-section {
    padding: 70rem 0 90rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .content-section h2 {
    margin: 0 0 50rem;
    font-size: clamp(18px, 36rem, 36rem);
    font-weight: bold;
    text-align: center;
  }
  .content-section h2 .Bebas {
    color: #263773;
    font-size: clamp(12px, 20rem, 20rem);
    line-height: 1;
    font-weight: bold;
    letter-spacing: .2em;
    display: block;
  }
  .content-section .content-box {
    width: 94%;
    margin: 0 auto;
    padding: 40rem 20rem;
    background: #fff;
    border-radius: 20rem;
    -webkit-box-shadow: 0 0 20rem rgba(0, 0, 0, .1);
            box-shadow: 0 0 20rem rgba(0, 0, 0, .1);
    text-align: center;
    font-size: clamp(12px, 18rem, 18rem);
    line-height: 2;
    color: #383838;
  }
  .content-section.bg-blue {
    margin-top: -35rem;
    background-image: url(../img/bg-blue.png);
  }
  .content-section.bg-gray {
    margin-top: -35rem;
    background-image: url(../img/bg-gray.png);
  }
  .video-theme .marker-yellow {
    margin-top: 0;
    margin-bottom: 50rem;
    line-height: 1;
    position: relative;
  }
  .video-theme .marker-yellow::before {
    content: '';
    width: 450rem;
    min-width: 265px;
    height: 0.77em;
    margin: 0 auto;
    background: #fff33f;
    border-radius: 10rem;
    position: absolute;
    bottom: -0.4em;
    right: 0;
    left: 0;
  }
  .video-theme .marker-yellow span {
    position: relative;
    z-index: 5;
  }
  .application-method .txt-blue {
    font-weight: 500;
  }
  .contact {
    margin-top: -20rem;
    padding-bottom: 160rem;
    background-image: url(../img/sp-bg-blue-l.png), url(../img/bg-section.png);
    background-size: 100% 100%,100% auto;
    background-position: center 490rem,center top;
  }
  .contact .btn-mail {
    margin-bottom: 120rem;
    text-align: center;
  }
  .contact .btn-mail a {
    width: 80%;
    margin: 0 auto;
    padding: 30rem;
    background: #fff33f;
    border-radius: 20rem;
    font-size: clamp(14px, 33rem, 35rem);
    font-weight: normal;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact .btn-mail a .icon {
    width: 1em;
    height: 1em;
    margin-right: 10rem;
  }
  .contact .btn-mail a:hover {
    opacity: .6;
  }
  .contact .content-box {
    padding: 50rem;
  }
  .contact .content-box h3 {
    margin-top: 0;
    margin-bottom: 37rem;
    font-size: clamp(13px, 24rem, 24rem);
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .content-box h3::before, .contact .content-box h3::after {
    content: '';
    width: 50rem;
    height: 1rem;
    border-bottom: 2rem dotted #b2b2b2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .contact .content-box h3 span {
    margin: 0 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .content-box h3 span::before {
    content: '';
    width: 1.5em;
    height: 1em;
    margin-right: 15rem;
    background: url(../img/film-icon.png) no-repeat center/contain;
  }
  .contact .content-box table {
    width: 100%;
    margin-bottom: 60rem;
    border: 1px solid #d2d2d2;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  .contact .content-box table th, .contact .content-box table td {
    border: 1px solid #d2d2d2;
    width: 100%;
    display: block;
  }
  .contact .content-box table th {
    width: 100%;
    padding: 10px 0;
    background: #eeeeee;
    font-size: clamp(16px, 18rem, 18rem);
    text-align: center;
    line-height: 1.2;
    vertical-align: top;
  }
  .contact .content-box table .period {
    padding: 10px 0;
  }
  .contact .content-box table td {
    width: 100%;
    padding: 20rem;
    font-size: clamp(12px, 16rem, 16rem);
  }
  .contact .content-box .txt-blue {
    font-weight: 500;
  }
  .contact .content-box .process-box {
    display: block;
  }
  .contact .content-box .process-box .primary, .contact .content-box .process-box .secondary {
    word-break: normal;
    white-space: normal;
    font-weight: 500;
  }
  .contact .content-box .process-box a {
    color: #263773;
    font-weight: 500;
    letter-spacing: 0;
  }
  .contact .content-box .process-box a:hover {
    text-decoration: underline;
  }
  .contact .content-box .outline {
    text-align: left;
    font-size: 15rem;
    line-height: 1.6;
    color: #383838;
    letter-spacing: 0;
  }
  .contact .content-box .outline h4 {
    margin: 0;
    color: #263773;
    font-weight: 500;
    font-size: clamp(14px, 18rem, 18rem);
  }
  .contact .content-box .outline ul {
    margin-bottom: 2em;
  }
  .contact .content-box .outline ul li {
    padding-left: 1em;
    position: relative;
    font-size: clamp(12px, 16rem, 16rem);
  }
  .contact .content-box .outline ul li:before {
    content: '';
    position: absolute;
    top: 0.8em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: .5em;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: currentcolor;
  }
  .contact .content-box .outline p {
    font-size: clamp(12px, 16rem, 16rem);
  }
  .contact .content-box .outline .mB0 {
    margin-bottom: 0;
  }
  .contact .content-box .outline .mB2em {
    margin-bottom: 2em;
  }
  footer {
    padding-top: 60rem;
  }
  footer .logo {
    max-width: 370rem;
    margin: 0 auto;
  }
  footer .footer-nav {
    margin-top: 50rem;
  }
  footer .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-nav ul a {
    color: #fff;
  }
  footer .footer-nav ul a:hover {
    opacity: .6;
  }
  footer .footer-nav ul li {
    width: 100%;
    padding: 0 2em;
    font-size: clamp(14px, 16rem, 16rem);
  }
  footer .footer-nav ul li:nth-child(2) {
    border-left: 1px solid #424242;
    border-right: 1px solid #424242;
  }
  footer .footer-nav ul li:not(:first-of-type) {
    margin-top: 50rem;
  }
  footer .copyright {
    margin-top: 55rem;
    padding: 40rem 0;
    background: #262626;
    font-size: clamp(12px, 12rem, 12rem);
    color: #808080;
  }
  .sp {
    display: none;
  }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none) {
  /* IE11対応 */
  *::-ms-backdrop, .btn-yellow a {
    font-size: 26px !important;
  }
  *::-ms-backdrop, .award-title {
    font-size: 24rem !important;
  }
  *::-ms-backdrop, .award-title span {
    font-size: 16rem !important;
  }
  *::-ms-backdrop, .content-section h2 {
    font-size: 36rem !important;
  }
  *::-ms-backdrop, .content-section .Bebas {
    font-size: 20rem !important;
  }
  *::-ms-backdrop, .content-section .content-box {
    font-size: 18rem !important;
  }
  *::-ms-backdrop, .btn-mail a {
    font-size: 33rem !important;
  }
  *::-ms-backdrop, .content-box h3 {
    font-size: 24rem !important;
  }
  *::-ms-backdrop, table th {
    font-size: 18rem !important;
  }
  *::-ms-backdrop, table td {
    font-size: 16rem !important;
  }
  *::-ms-backdrop, .outline h4 {
    font-size: 18rem !important;
  }
  *::-ms-backdrop, .outline ul li {
    font-size: 16rem !important;
  }
  *::-ms-backdrop, .outline p {
    font-size: 16rem !important;
  }
  *::-ms-backdrop, .footer-nav li {
    font-size: 16rem !important;
  }
  *::-ms-backdrop, .copyright {
    font-size: 12rem !important;
  }
}

/*# sourceMappingURL=maps/style.css.map */
