@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
400
*/
/*
font-family: $font-en2;
400
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include font-en2();*/
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css);
* {
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

/*
*,
::before,
::after {
  box-sizing: inherit;
}
*/
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal; }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

ul,
ol {
  list-style: none; }

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  /*-moz-appearance: none;*/
  /* Firefox 36+ */
  /* -webkit-appearance: none;*/
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

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

ul {
  letter-spacing: -.4em; }
  ul li {
    letter-spacing: normal; }

/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
  margin-top: 0 !important; }

body {
  background: #FFF;
  color: #020202;
  font-family: "Zen Kaku Gothic New", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  overflow-x: hidden;
  /*
  min-width: 1200px;
  */ }

p, li, th, td, dl, dt, dd {
  line-height: 2;
  letter-spacing: 0.06em;
  letter-spacing: 0.06em; }

a, a:link, a:hover, a:focus {
  transition: 0.3s;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }

a:hover {
  text-decoration: none; }

img {
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transform: translateZ(0); }

img[src$=".svg"] {
  width: 100%; }

*:focus {
  outline: none; }

::selection {
  background-color: rgba(0, 0, 0, 0.03);
  color: #382853;
  /* Safari */ }

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.03);
  color: #382853;
  /* Firefox */ }

/* clearFIx
   ==================================== */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

/* TopControl
   ==================================== */
/* TopControl
   ==================================== */
#topcontrol {
  z-index: 1; }
  #topcontrol a {
    background: url(/uka2024/assets/js/scrolltop/scrollup.png) center center no-repeat;
    background: url(/uka2024/assets/js/scrolltop/scrollup.gif) center center no-repeat\9 ;
    /* IE8 and below */
    *background: url(/uka2024/assets/js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE7 and below */
    _background: url(/uka2024/assets/js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE6 */
    background-size: 40px 40px;
    font-size: 0;
    text-decoration: none;
    display: block;
    height: 38px;
    width: 38px;
    opacity: 0.7;
    /*
    border-radius: 38px;
    */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    #topcontrol a:hover {
      background-size: 54px 54px;
      opacity: 1;
      height: 50px;
      width: 50px; }

/* compo
   ==================================== */
.wrap {
  position: relative; }

header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #34bae3;
  margin-left: 0;
  width: 25%;
  max-width: 300px; }
  header h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    padding: 20px 0 0; }
    header h1 svg, header h1 img {
      height: auto;
      width: 100%;
      max-width: 220px; }
  header nav {
    padding: 30px; }
    header nav ul li {
      margin-bottom: 12px; }
      header nav ul li a {
        color: #FFF;
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 2;
        line-height: 1.7;
        letter-spacing: 0.02em;
        font-weight: 600;
        text-decoration: none !important; }
        @media only screen and (max-width: 960px) {
          header nav ul li a {
            font-size: 13px;
            font-size: 1.3rem; } }
        header nav ul li a:before {
          background: #FFF;
          content: '';
          display: inline-block;
          margin-right: 8px;
          vertical-align: 4px;
          height: 1px;
          width: 8px; }
        header nav ul li a:hover {
          color: #FFF;
          text-decoration: underline !important; }
  header .entryBtn {
    padding: 0 30px;
    text-align: center; }
    header .entryBtn a {
      background: #e6e665;
      background: #f59d22;
      background: linear-gradient(90deg, #e6e665 0%, #f59d22 100%);
      border: 2px solid #FFF;
      border-radius: 45px;
      box-shadow: 0 0 12px rgba(255, 255, 255, 0.25);
      color: #FFF;
      font-size: 20px;
      font-size: 2rem;
      line-height: 2;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      letter-spacing: 0.02em;
      line-height: 1.2;
      margin: 0 auto;
      max-width: 100%;
      padding: 16px 10px;
      text-align: center;
      text-decoration: none;
      transition: 0.2s; }
      @media only screen and (max-width: 960px) {
        header .entryBtn a {
          font-size: 17px;
          font-size: 1.7rem; } }
      header .entryBtn a:hover {
        opacity: 0.7; }
  header small {
    color: #FFF;
    font-size: 11px;
    letter-spacing: 0.1em;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px; }

.contents {
  margin-left: 300px; }

section {
  width: 100%; }
  section .secInr {
    max-width: 1200px; }

.mvArea {
  position: relative;
  padding: 33vw 100px 120px; }
  .mvArea .mv {
    background: url("../img/mv.png") center top no-repeat;
    background-size: cover;
    height: 37vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .mvArea h2 {
    margin-bottom: 3.5vw;
    padding: 0;
    text-align: center; }
    .mvArea h2 img {
      max-width: 700px;
      width: 100%; }
  .mvArea h3 {
    border: 6px solid #43479c;
    color: #43479c;
    display: flex;
    justify-content: center;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 2;
    line-height: 1.8;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 30px;
    margin: 0 auto;
    max-width: 900px;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      .mvArea h3 {
        font-size: 27px;
        font-size: 2.7rem; } }
    .mvArea h3 .date {
      font-size: 60px;
      font-size: 6rem;
      line-height: 2;
      line-height: 1.8;
      letter-spacing: 0.04em;
      line-height: 1;
      font-weight: 600;
      margin-right: 10px; }
      @media only screen and (max-width: 960px) {
        .mvArea h3 .date {
          font-size: 51px;
          font-size: 5.1rem; } }
    .mvArea h3 .yobi {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 2;
      line-height: 1.8;
      letter-spacing: 0.04em;
      line-height: 1;
      font-weight: 600;
      margin: 0 4px; }
      @media only screen and (max-width: 960px) {
        .mvArea h3 .yobi {
          font-size: 27px;
          font-size: 2.7rem; } }
    .mvArea h3 .place {
      display: block;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 2;
      line-height: 1.8;
      letter-spacing: 0.015em;
      line-height: 1;
      font-weight: 600; }
      @media only screen and (max-width: 960px) {
        .mvArea h3 .place {
          font-size: 24px;
          font-size: 2.4rem; } }
  .mvArea .data {
    text-align: center; }
    .mvArea .data img {
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
      max-width: 800px;
      width: 100%; }

.aboutArea {
  /*
  background: #F2F8F8;
  background: url("../img/bg01.png") center center no-repeat #FFF fixed;
  background-size: cover;
  */
  background: #ECF8F9;
  /*
  background: url("../img/bg_dot.png") center center repeat fixed;
  background-size: 12px;
  */
  padding: 120px 60px 120px 100px; }
  .aboutArea .about {
    display: inline-block;
    /*
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.03) 0%);
    */
    color: #382853;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 2;
    line-height: 1.8;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 4px 12px; }
    @media only screen and (max-width: 960px) {
      .aboutArea .about {
        font-size: 22px;
        font-size: 2.2rem; } }
    .aboutArea .about .en {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      margin-right: 10px; }
  .aboutArea dl dt {
    margin-bottom: 24px; }
    .aboutArea dl dt h2 {
      color: #ffde08;
      color: green;
      color: blue;
      background: -webkit-linear-gradient(0deg, yellow, green, blue);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 44px;
      font-size: 4.4rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.06em;
      line-height: 1.6; }
      @media only screen and (max-width: 960px) {
        .aboutArea dl dt h2 {
          font-size: 37px;
          font-size: 3.7rem; } }
  .aboutArea dl dd {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    line-height: 2.8; }
    @media only screen and (max-width: 960px) {
      .aboutArea dl dd {
        font-size: 17px;
        font-size: 1.7rem; } }

.requireArea {
  background: #FFF;
  padding: 100px 60px 120px 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .requireArea a {
    color: #fac534; }
  .requireArea h2 {
    background: #fac534;
    color: #FFF;
    display: inline-block;
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 2;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.2;
    padding: 6px 12px 8px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 960px) {
      .requireArea h2 {
        font-size: 37px;
        font-size: 3.7rem; } }
  .requireArea .block {
    color: #43479c;
    margin-bottom: 80px; }
    .requireArea .block.btm0 {
      margin-bottom: 0; }
    .requireArea .block h3 {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 600;
      letter-spacing: 0.08em;
      line-height: 1.1;
      margin-bottom: 16px;
      padding-top: 20px; }
      @media only screen and (max-width: 960px) {
        .requireArea .block h3 {
          font-size: 31px;
          font-size: 3.1rem; } }
      .requireArea .block h3 .mini {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        line-height: 1.1;
        letter-spacing: 0.04em; }
        @media only screen and (max-width: 960px) {
          .requireArea .block h3 .mini {
            font-size: 14px;
            font-size: 1.4rem; } }
    .requireArea .block p {
      font-size: 20px;
      font-size: 2rem;
      line-height: 2;
      line-height: 1.7;
      font-weight: 500; }
      @media only screen and (max-width: 960px) {
        .requireArea .block p {
          font-size: 17px;
          font-size: 1.7rem; } }
    .requireArea .block .entryList {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .requireArea .block .entryList li {
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
        margin: 30px 0 0;
        padding: 16px;
        width: calc(50% - 15px); }
        .requireArea .block .entryList li h4 {
          background: #e83849;
          background: #fff;
          background: linear-gradient(90deg, #e83849 0%, #f5e38c 80%, #a9d6ae 100%);
          color: #FFF;
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 2;
          line-height: 1.8;
          font-weight: 600;
          letter-spacing: 0.02em;
          line-height: 1.2;
          padding: 16px;
          text-align: center; }
          @media only screen and (max-width: 960px) {
            .requireArea .block .entryList li h4 {
              font-size: 19px;
              font-size: 1.9rem; } }
        .requireArea .block .entryList li p {
          color: #333;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2;
          line-height: 1.7;
          font-weight: 500;
          padding: 16px 16px 8px; }
          @media only screen and (max-width: 960px) {
            .requireArea .block .entryList li p {
              font-size: 14px;
              font-size: 1.4rem; } }
    .requireArea .block .ouboLimit {
      font-size: 30px;
      font-size: 3rem;
      line-height: 2;
      line-height: 1.8;
      line-height: 1.4;
      font-weight: 600; }
      @media only screen and (max-width: 960px) {
        .requireArea .block .ouboLimit {
          font-size: 26px;
          font-size: 2.6rem; } }
      .requireArea .block .ouboLimit span {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 2;
        line-height: 1.8;
        letter-spacing: 0.08em;
        margin: 0 4px; }
        @media only screen and (max-width: 960px) {
          .requireArea .block .ouboLimit span {
            font-size: 31px;
            font-size: 3.1rem; } }
        .requireArea .block .ouboLimit span.num {
          font-family: "Roboto", sans-serif;
          font-size: 46px;
          font-size: 4.6rem;
          line-height: 2;
          line-height: 1.8; }
          @media only screen and (max-width: 960px) {
            .requireArea .block .ouboLimit span.num {
              font-size: 39px;
              font-size: 3.9rem; } }
    .requireArea .block .flowList {
      display: flex;
      border: 1px solid #DDD;
      margin-top: 30px; }
      .requireArea .block .flowList li {
        border-left: 1px solid #DDD;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        text-align: center;
        position: relative;
        width: 25%; }
        @media only screen and (min-width: 960px) {
          .requireArea .block .flowList li:before {
            content: "";
            position: absolute;
            top: 50%;
            right: -24px;
            margin-top: -12px;
            border: 12px solid transparent;
            border-left: 12px solid #FFF;
            z-index: 2; }
          .requireArea .block .flowList li:after {
            content: "";
            position: absolute;
            top: 50%;
            right: -27px;
            margin-top: -13px;
            border: 13px solid transparent;
            border-left: 13px solid #DDD;
            z-index: 1; }
          .requireArea .block .flowList li p {
            font-size: 20px;
            font-size: 2rem;
            line-height: 2;
            line-height: 1.4;
            font-weight: 500;
            padding: 0 20px; } }
  @media only screen and (min-width: 960px) and (max-width: 960px) {
    .requireArea .block .flowList li p {
      font-size: 17px;
      font-size: 1.7rem; } }
        @media only screen and (min-width: 960px) {
            .requireArea .block .flowList li p .mini {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 2;
              line-height: 1; } }
    @media only screen and (min-width: 960px) and (max-width: 960px) {
      .requireArea .block .flowList li p .mini {
        font-size: 14px;
        font-size: 1.4rem; } }
        @media only screen and (min-width: 960px) {
          .requireArea .block .flowList li:nth-child(1) {
            background: #FFF;
            border-left: none;
            z-index: 4; }
          .requireArea .block .flowList li:nth-child(2) {
            background: #F6F6F7;
            z-index: 3; }
            .requireArea .block .flowList li:nth-child(2):before {
              border-left: 12px solid #F6F6F7; }
          .requireArea .block .flowList li:nth-child(3) {
            background: #EEEEEE;
            z-index: 2; }
            .requireArea .block .flowList li:nth-child(3):before {
              border-left: 12px solid #EEEEEE; }
          .requireArea .block .flowList li:nth-child(4) {
            background: #fac534;
            color: #FFF;
            z-index: 1; }
            .requireArea .block .flowList li:nth-child(4):before, .requireArea .block .flowList li:nth-child(4):after {
              display: none; }
            .requireArea .block .flowList li:nth-child(4) p {
              font-size: 22px;
              font-size: 2.2rem;
              line-height: 2;
              line-height: 1.8; } }
    @media only screen and (min-width: 960px) and (max-width: 960px) {
      .requireArea .block .flowList li:nth-child(4) p {
        font-size: 19px;
        font-size: 1.9rem; } }
        @media only screen and (min-width: 960px) {
              .requireArea .block .flowList li:nth-child(4) p .big {
                font-size: 30px;
                font-size: 3rem;
                line-height: 2;
                line-height: 1.8;
                font-weight: 600;
                line-height: 1; } }
      @media only screen and (min-width: 960px) and (max-width: 960px) {
        .requireArea .block .flowList li:nth-child(4) p .big {
          font-size: 26px;
          font-size: 2.6rem; } }

    .requireArea .block .scheList {
      margin-top: 30px;
      /*
      background: #F1EFED;
      */ }
      .requireArea .block .scheList li {
        background: #ECF8F9;
        border-radius: 12px;
        box-shadow: 0px 6px #34bae3;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        padding: 16px 24px; }
        .requireArea .block .scheList li .date {
          padding-right: 40px;
          width: 240px; }
          .requireArea .block .scheList li .date p {
            font-size: 20px;
            font-size: 2rem;
            line-height: 2;
            letter-spacing: 0.08em;
            line-height: 1;
            margin: 0 0 8px;
            text-align: right;
            width: 100%; }
            @media only screen and (max-width: 960px) {
              .requireArea .block .scheList li .date p {
                font-size: 17px;
                font-size: 1.7rem; } }
            .requireArea .block .scheList li .date p span {
              font-size: 40px;
              font-size: 4rem;
              line-height: 2;
              line-height: 1.8;
              letter-spacing: 0.08em;
              line-height: 1;
              font-weight: 600;
              margin: 0 2px 0 4px; }
              @media only screen and (max-width: 960px) {
                .requireArea .block .scheList li .date p span {
                  font-size: 34px;
                  font-size: 3.4rem; } }
        .requireArea .block .scheList li .name {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 2;
          line-height: 1.8;
          letter-spacing: 0.08em;
          line-height: 1.5;
          font-weight: 600;
          width: calc(100% - 530px); }
          @media only screen and (max-width: 960px) {
            .requireArea .block .scheList li .name {
              font-size: 22px;
              font-size: 2.2rem; } }
        .requireArea .block .scheList li .place {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 2;
          font-weight: 500;
          letter-spacing: -0.02em;
          text-align: right;
          width: 290px; }
          @media only screen and (max-width: 960px) {
            .requireArea .block .scheList li .place {
              font-size: 15px;
              font-size: 1.5rem; } }
        .requireArea .block .scheList li.honban {
          background: #fac534;
          box-shadow: 0px 6px #ed652b;
          color: #FFF;
          min-height: 140px; }
    .requireArea .block .shinsaDl {
      display: flex;
      justify-content: space-between;
      margin-top: 30px; }
      .requireArea .block .shinsaDl dt {
        background: #ECF8F9;
        border-radius: 12px;
        box-shadow: 0px 6px #34bae3;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-size: 2rem;
        line-height: 2;
        line-height: 1.7;
        font-weight: 500;
        padding: 16px;
        text-align: center;
        width: 220px; }
        @media only screen and (max-width: 960px) {
          .requireArea .block .shinsaDl dt {
            font-size: 17px;
            font-size: 1.7rem; } }
        .requireArea .block .shinsaDl dt.honban {
          background: #fac534;
          box-shadow: 0px 6px #ed652b;
          color: #FFF; }
      .requireArea .block .shinsaDl dd {
        padding: 12px 0 12px 36px;
        width: calc(100% - 220px); }
        .requireArea .block .shinsaDl dd p {
          margin-top: 16px; }
        .requireArea .block .shinsaDl dd .miniList {
          margin: 12px 0 8px; }
          .requireArea .block .shinsaDl dd .miniList li {
            color: #000;
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 2;
            letter-spacing: 0;
            line-height: 1.6;
            font-weight: 400;
            text-indent: -1em;
            padding-left: 1em; }
            @media only screen and (max-width: 960px) {
              .requireArea .block .shinsaDl dd .miniList li {
                font-size: 13px;
                font-size: 1.3rem; } }
    .requireArea .block .award {
      font-size: 20px;
      font-size: 2rem;
      line-height: 2;
      letter-spacing: 0.04em;
      line-height: 1.7;
      font-weight: 600; }
      @media only screen and (max-width: 960px) {
        .requireArea .block .award {
          font-size: 17px;
          font-size: 1.7rem; } }
      .requireArea .block .award span {
        font-size: 30px;
        font-size: 3rem;
        line-height: 2;
        line-height: 1.8;
        margin-right: 12px;
        background: linear-gradient(transparent 60%, #ffff66 60%); }
        @media only screen and (max-width: 960px) {
          .requireArea .block .award span {
            font-size: 26px;
            font-size: 2.6rem; } }
      .requireArea .block .award:before {
        background: #382853;
        content: '';
        display: inline-block;
        margin-right: 12px;
        vertical-align: 8px;
        height: 3px;
        width: 20px; }
    .requireArea .block .attentionList {
      background: url("../img/bg_dot.png") center center repeat fixed;
      background-size: 12px;
      border: 6px solid #F7F7F7;
      margin: 30px 0 80px;
      padding: 40px 40px 30px; }
      .requireArea .block .attentionList li {
        color: #000;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 2;
        font-weight: 600;
        letter-spacing: 0.06em;
        line-height: 1.8;
        margin-bottom: 20px;
        padding-left: 1em;
        text-indent: -1em; }
        @media only screen and (max-width: 960px) {
          .requireArea .block .attentionList li {
            font-size: 13px;
            font-size: 1.3rem; } }
    .requireArea .block .entryBtn {
      text-align: center; }
      .requireArea .block .entryBtn a {
        background: #e6e665;
        background: #f59d22;
        background: linear-gradient(90deg, #e6e665 0%, #f59d22 100%);
        border: 2px solid #FFF;
        border-radius: 60px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
        color: #FFF;
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 2;
        line-height: 1.8;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        letter-spacing: -0.02em;
        line-height: 1.2;
        margin: 0 auto;
        max-width: 600px;
        min-height: 120px;
        padding: 16px;
        text-align: center;
        text-decoration: none;
        transition: 0.2s; }
        @media only screen and (max-width: 960px) {
          .requireArea .block .entryBtn a {
            font-size: 29px;
            font-size: 2.9rem; } }
        .requireArea .block .entryBtn a:hover {
          opacity: 0.7; }

footer {
  background: #F1F2F3;
  padding: 40px 30px; }
  footer .logoList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px; }
    footer .logoList li {
      width: 15%; }
      footer .logoList li a {
        display: block;
        padding: 24px 12px;
        transition: 0.2s; }
        footer .logoList li a:hover {
          opacity: 0.7; }
      footer .logoList li img, footer .logoList li svg {
        height: auto;
        width: 100%; }
      footer .logoList li:nth-child(1) {
        border-bottom: 1px solid #DDD;
        text-align: center;
        width: 100%; }
        footer .logoList li:nth-child(1) img {
          max-width: 200px; }
  footer small {
    display: none; }

@media only screen and (max-width: 1240px) {
  .contents {
    margin-left: 25%; }

  .aboutArea {
    padding-left: 60px;
    padding-right: 20px; }

  .requireArea {
    padding-left: 60px;
    padding-right: 30px; } }
@media only screen and (max-width: 1100px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: 0 40px;
    position: static;
    z-index: 10;
    height: auto;
    width: 100%; }
    header h1 {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      padding: 0; }
      header h1 svg, header h1 img {
        height: auto;
        width: 100%;
        max-width: 290px; }
    header nav {
      display: none;
      padding: 0; }
      header nav ul {
        display: flex;
        justify-content: flex-end; }
        header nav ul li {
          margin: 0 0 0 16px; }
          header nav ul li a {
            color: #FFF;
            display: block;
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 2;
            line-height: 1.7;
            letter-spacing: 0.02em;
            font-weight: 600;
            text-decoration: none !important; } }
          @media only screen and (max-width: 1100px) and (max-width: 960px) {
            header nav ul li a {
              font-size: 10px;
              font-size: 1rem; } }
@media only screen and (max-width: 1100px) {
            header nav ul li a:before {
              background: none;
              content: '・';
              display: inline-block;
              margin-right: 4px;
              vertical-align: 0;
              height: auto;
              width: auto; }
            header nav ul li a:hover {
              color: #FFF;
              text-decoration: underline !important; }
    header .entryBtn {
      padding: 0;
      text-align: center; }
      header .entryBtn a {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 2;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1.2;
        margin: 0 auto;
        min-width: 240px;
        padding: 16px 10px; } }
      @media only screen and (max-width: 1100px) and (max-width: 960px) {
        header .entryBtn a {
          font-size: 14px;
          font-size: 1.4rem; } }
@media only screen and (max-width: 1100px) {
    header small {
      display: none; }

  .mvArea {
    position: relative;
    padding: 40vw 100px 120px; }
    .mvArea .mv {
      background: url("../img/mv.png") center top no-repeat;
      background-size: cover;
      height: 46vw;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .mvArea h2 {
      margin-bottom: 3.5vw;
      padding: 0;
      text-align: center; }
      .mvArea h2 img {
        max-width: 700px;
        width: 100%; }

  .contents {
    margin-left: 0; }

  .aboutArea {
    padding-left: 60px;
    padding-right: 60px; }

  .requireArea {
    padding-left: 60px;
    padding-right: 60px; }

  footer {
    padding: 30px 5vw 50px; }
    footer small {
      color: #333;
      display: block;
      font-size: 10px;
      letter-spacing: 0.1em;
      display: block;
      padding: 30px 0 0;
      text-align: center; } }
@media only screen and (max-width: 960px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    padding-bottom: 0;
    min-width: auto; }

  p, li, th, td, dl, dt, dd {
    line-height: 1.7;
    letter-spacing: 0; }

  #topcontrol {
    bottom: 25px !important;
    right: 20px !important;
    z-index: 8; }

  body.open #topcontrol {
    opacity: 0 !important;
    transition: 0.5s; }

  .wrap {
    padding: 0; }

  header {
    height: 80px;
    padding: 0; }
    header h1 {
      height: 80px;
      padding: 0;
      width: 100%; }
      header h1 svg, header h1 img {
        height: auto;
        width: 100%;
        max-width: 280px; }
    header .entryBtn {
      display: none; }

  .contents {
    padding: 0; }

  section {
    max-width: 100%;
    padding: 0; }

  .mvArea {
    padding: 64vw 7.5vw 40px; }
    .mvArea .mv {
      background: url("../img/mv.png") center top no-repeat;
      background-size: 150% auto;
      height: 70vw; }
    .mvArea h2 {
      margin-bottom: 30px;
      padding: 0 2.5vw; }
      .mvArea h2 img {
        max-width: 100%; }
    .mvArea h3 {
      border: 2px solid #382853;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 16px;
      margin: 0;
      max-width: 100%; }
      .mvArea h3 .date {
        font-size: 7vw;
        letter-spacing: 0.04em;
        line-height: 1.2;
        font-weight: 600;
        margin-right: 10px; }
      .mvArea h3 .yobi {
        font-size: 5vw;
        letter-spacing: 0.04em;
        line-height: 1.2;
        font-weight: 600;
        margin: 0 4px; }
      .mvArea h3 .place {
        display: block;
        font-size: 4.5vw;
        letter-spacing: 0.01em;
        line-height: 1.4;
        font-weight: 600; }
    .mvArea .data {
      text-align: center; }
      .mvArea .data img {
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
        max-width: 800px;
        width: 100%; }

  .aboutArea {
    padding: 60px 7.5vw; }
    .aboutArea .about {
      color: #382853;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.04em;
      line-height: 1.2;
      font-weight: 500;
      margin-bottom: 20px;
      padding: 0; }
      .aboutArea .about .en {
        margin-right: 4px; }
    .aboutArea dl dt {
      margin-bottom: 20px; }
      .aboutArea dl dt h2 {
        font-size: 8.5vw;
        line-height: 1.6; }
    .aboutArea dl dd {
      font-size: 17px;
      font-size: 1.7rem;
      letter-spacing: 0.05em;
      line-height: 2.4; }

  .requireArea {
    background: #FFF;
    padding: 40px 7.5vw 80px; }
    .requireArea h2 {
      display: block;
      font-size: 20px;
      margin-bottom: 20px;
      padding: 12px;
      text-align: center; }
    .requireArea .block {
      margin-bottom: 50px; }
      .requireArea .block.btm0 {
        margin-bottom: 0; }
      .requireArea .block h3 {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0.06em;
        line-height: 1.1;
        margin-bottom: 16px; }
        .requireArea .block h3 .mini {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2;
          line-height: 1.1;
          letter-spacing: 0.04em; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .requireArea .block h3 .mini {
            font-size: 14px;
            font-size: 1.4rem; } }
@media only screen and (max-width: 960px) {
      .requireArea .block p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.7; }
      .requireArea .block .entryList {
        display: block; }
        .requireArea .block .entryList li {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          margin: 20px 0 0;
          padding: 0;
          width: 100%; }
          .requireArea .block .entryList li h4 {
            font-size: 18px;
            line-height: 1.2;
            padding: 16px; }
          .requireArea .block .entryList li p {
            color: #333;
            font-size: 15px;
            line-height: 1.7;
            font-weight: 500;
            padding: 16px; }
      .requireArea .block .ouboLimit {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600; }
        .requireArea .block .ouboLimit span {
          font-size: 26px;
          line-height: 1.3;
          letter-spacing: 0.04em;
          margin: 0 4px; }
          .requireArea .block .ouboLimit span.num {
            font-size: 32px;
            letter-spacing: 0.04em;
            line-height: 1.3; }
      .requireArea .block .flowList {
        border-bottom: none;
        display: block;
        margin-top: 20px; }
        .requireArea .block .flowList li {
          border-left: none;
          border-bottom: 1px solid #DDD;
          color: #333;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 30px 0;
          text-align: center;
          position: relative;
          width: 100%; }
          .requireArea .block .flowList li:before {
            content: "";
            position: absolute;
            bottom: -24px;
            left: 50%;
            margin-left: -15px;
            border: 12px solid transparent;
            border-top: 12px solid #FFF;
            z-index: 2; }
          .requireArea .block .flowList li:after {
            content: "";
            position: absolute;
            bottom: -26px;
            left: 50%;
            margin-left: -16px;
            border: 13px solid transparent;
            border-top: 13px solid #DDD;
            z-index: 1; }
          .requireArea .block .flowList li p {
            font-size: 20px;
            font-size: 2rem;
            line-height: 2;
            line-height: 1.4;
            font-weight: 500;
            padding: 0 20px; } }
          @media only screen and (max-width: 960px) and (max-width: 960px) {
            .requireArea .block .flowList li p {
              font-size: 17px;
              font-size: 1.7rem; } }
@media only screen and (max-width: 960px) {
            .requireArea .block .flowList li p .mini {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 2;
              line-height: 1; } }
            @media only screen and (max-width: 960px) and (max-width: 960px) {
              .requireArea .block .flowList li p .mini {
                font-size: 14px;
                font-size: 1.4rem; } }
@media only screen and (max-width: 960px) {
          .requireArea .block .flowList li:nth-child(1) {
            background: #FFF;
            z-index: 4; }
          .requireArea .block .flowList li:nth-child(2) {
            background: #F7F6F7;
            z-index: 3; }
            .requireArea .block .flowList li:nth-child(2):before {
              border-top: 12px solid #F7F6F7; }
          .requireArea .block .flowList li:nth-child(3) {
            background: #EEEEEE;
            z-index: 2; }
            .requireArea .block .flowList li:nth-child(3):before {
              border-top: 12px solid #EEEEEE; }
          .requireArea .block .flowList li:nth-child(4) {
            background: #422D66;
            color: #FFF;
            z-index: 1; }
            .requireArea .block .flowList li:nth-child(4):before, .requireArea .block .flowList li:nth-child(4):after {
              display: none; }
            .requireArea .block .flowList li:nth-child(4) p {
              font-size: 22px;
              font-size: 2.2rem;
              line-height: 2;
              line-height: 1.8; } }
            @media only screen and (max-width: 960px) and (max-width: 960px) {
              .requireArea .block .flowList li:nth-child(4) p {
                font-size: 19px;
                font-size: 1.9rem; } }
@media only screen and (max-width: 960px) {
              .requireArea .block .flowList li:nth-child(4) p .big {
                font-size: 30px;
                font-size: 3rem;
                line-height: 2;
                line-height: 1.8;
                font-weight: 600;
                line-height: 1; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .requireArea .block .flowList li:nth-child(4) p .big {
                  font-size: 26px;
                  font-size: 2.6rem; } }
@media only screen and (max-width: 960px) {
      .requireArea .block .scheList {
        margin-top: 20px; }
        .requireArea .block .scheList li {
          border-radius: 10px;
          display: block;
          margin-bottom: 20px;
          padding: 24px; }
          .requireArea .block .scheList li .date {
            margin-bottom: 12px;
            padding-right: 0;
            width: 100%; }
            .requireArea .block .scheList li .date p {
              display: inline-block;
              font-size: 12px;
              letter-spacing: -0.02em;
              line-height: 1;
              margin: 0;
              text-align: left;
              width: auto; }
              .requireArea .block .scheList li .date p span {
                font-size: 24px;
                letter-spacing: 0.02em;
                margin: 0 2px; }
              .requireArea .block .scheList li .date p:before {
                content: "・"; }
              .requireArea .block .scheList li .date p:first-child:before {
                display: none; }
          .requireArea .block .scheList li .name {
            font-size: 22px;
            letter-spacing: 0.05em;
            line-height: 1.6;
            margin-bottom: 12px;
            text-align: center;
            width: 100%; }
          .requireArea .block .scheList li .place {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 500;
            letter-spacing: 0.05em;
            width: 100%; }
          .requireArea .block .scheList li.honban {
            background: #382853;
            color: #FFF;
            min-height: 140px; }
      .requireArea .block .shinsaDl {
        display: block;
        margin-top: 20px; }
        .requireArea .block .shinsaDl dt {
          font-size: 18px;
          line-height: 1.7;
          font-weight: 600;
          padding: 16px;
          text-align: center;
          width: 100%; }
        .requireArea .block .shinsaDl dd {
          padding: 0 16px 16px;
          width: 100%; }
          .requireArea .block .shinsaDl dd p {
            margin-top: 24px; }
          .requireArea .block .shinsaDl dd .miniList {
            margin: 12px 0 0; }
            .requireArea .block .shinsaDl dd .miniList li {
              font-size: 13px;
              line-height: 1.8; }
      .requireArea .block .award {
        font-size: 15px;
        letter-spacing: 0.04em;
        line-height: 1.7;
        font-weight: 600;
        margin-top: 16px; }
        .requireArea .block .award span {
          font-size: 20px;
          margin-right: 12px;
          background: linear-gradient(transparent 60%, #ffff66 60%); }
        .requireArea .block .award:before {
          background: #382853;
          content: '';
          display: inline-block;
          margin-right: 12px;
          vertical-align: 8px;
          height: 2px;
          width: 10px; }
      .requireArea .block .attentionList {
        background: url("../img/bg_dot.png") center center repeat fixed;
        background-size: 8px;
        border: 2px solid #F7F7F7;
        margin: 20px 0 60px;
        padding: 24px 5vw; }
        .requireArea .block .attentionList li {
          color: #000;
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 0.04em;
          line-height: 1.7;
          margin-bottom: 20px;
          padding-left: 1em;
          text-indent: -1em; }
      .requireArea .block .entryBtn a {
        border: 2px solid #FFF;
        border-radius: 50px;
        font-size: 22px;
        letter-spacing: 0.02em;
        line-height: 1.2;
        margin: 0;
        max-width: 100%;
        min-height: auto;
        padding: 24px;
        text-align: center;
        text-decoration: none;
        transition: 0; }
        .requireArea .block .entryBtn a:hover {
          opacity: 1; }

  footer {
    padding: 30px 5vw 30px; }
    footer .logoList {
      width: 100%; }
      footer .logoList li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30%; }
        footer .logoList li a {
          display: block;
          padding: 12px;
          transition: 0;
          width: 100%; }
          footer .logoList li a:hover {
            opacity: 1; }
        footer .logoList li img, footer .logoList li svg {
          height: auto;
          width: 100%; }
        footer .logoList li:nth-child(1) {
          border-bottom: 1px solid #DDD;
          margin-bottom: 12px;
          padding-bottom: 12px;
          text-align: center;
          width: 100%; }
          footer .logoList li:nth-child(1) img {
            max-width: 120px; } }
/* Animation Setting */
.mvArea,
footer {
  opacity: 0; }

.mvArea h2,
.mvArea h3,
.aboutArea .about,
.aboutArea dt,
.aboutArea dd,
.requireArea h2,
.requireArea .block,
.entryBtn {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  transform: translate(0px, 25px); }

header h1,
header .anchor li,
header .entryBtn,
header.action small {
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0); }

header.action h1 {
  -webkit-animation: fadeInLK 0.6s ease 0s 1 forwards;
  animation: fadeInLK 0.6s ease 0s 1 forwards; }

header.action .anchor li:nth-child(1) {
  -webkit-animation: fadeInLK 0.6s ease 0.2s 1 forwards;
  animation: fadeInLK 0.6s ease 0.2s 1 forwards; }

header.action .anchor li:nth-child(2) {
  -webkit-animation: fadeInLK 0.6s ease 0.3s 1 forwards;
  animation: fadeInLK 0.6s ease 0.3s 1 forwards; }

header.action .anchor li:nth-child(3) {
  -webkit-animation: fadeInLK 0.6s ease 0.4s 1 forwards;
  animation: fadeInLK 0.6s ease 0.4s 1 forwards; }

header.action .anchor li:nth-child(4) {
  -webkit-animation: fadeInLK 0.6s ease 0.5s 1 forwards;
  animation: fadeInLK 0.6s ease 0.5s 1 forwards; }

header.action .entryBtn {
  -webkit-animation: fadeInLK 0.6s ease 0.7s 1 forwards;
  animation: fadeInLK 0.6s ease 0.7s 1 forwards; }

header.action small {
  -webkit-animation: fadeInLK 0.6s ease 1s 1 forwards;
  animation: fadeInLK 0.6s ease 1s 1 forwards; }

.mvArea.action {
  -webkit-animation: fadeInK 0.6s ease 0s 1 forwards;
  animation: fadeInK 0.6s ease 0s 1 forwards; }

.mvArea.action h2 {
  -webkit-animation: fadeInUpK 0.6s ease 0.3s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.3s 1 forwards; }

.mvArea.action h3 {
  -webkit-animation: fadeInUpK 0.6s ease 0.5s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.5s 1 forwards; }

.aboutArea.action .about {
  -webkit-animation: fadeInUpK 0.6s ease 0.4s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.4s 1 forwards; }

.aboutArea.action dt {
  -webkit-animation: fadeInUpK 0.6s ease 0.7s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.7s 1 forwards; }

.aboutArea.action dd {
  -webkit-animation: fadeInUpK 0.6s ease 1s 1 forwards;
  animation: fadeInUpK 0.6s ease 1s 1 forwards; }

.requireArea h2.action {
  -webkit-animation: fadeInUpK 0.6s ease 0.3s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.3s 1 forwards; }

.requireArea .block.action {
  -webkit-animation: fadeInUpK 0.8s ease 0.4s 1 forwards;
  animation: fadeInUpK 0.8s ease 0.4s 1 forwards; }

.entryBtn.action {
  -webkit-animation: fadeInUpK 0.6s ease 0.4s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.4s 1 forwards; }

footer.action {
  -webkit-animation: fadeInK 0.6s ease 0.4s 1 forwards;
  animation: fadeInK 0.6s ease 0.4s 1 forwards; }

@-webkit-keyframes fadeInK {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInK {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInUpK {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transform: translate(0px, 25px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInUpK {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transform: translate(0px, 25px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes fadeInLK {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInLK {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
/* Basic
   ==================================== */
.font10 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font10 {
      font-size: 10px;
      font-size: 1rem; } }

.font11 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font11 {
      font-size: 10px;
      font-size: 1rem; } }

.font12 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font12 {
      font-size: 10px;
      font-size: 1rem; } }

.font13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font13 {
      font-size: 10px;
      font-size: 1rem; } }

.font14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font14 {
      font-size: 12px;
      font-size: 1.2rem; } }

.font15 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font15 {
      font-size: 13px;
      font-size: 1.3rem; } }

.font16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font16 {
      font-size: 14px;
      font-size: 1.4rem; } }

.font17 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font17 {
      font-size: 14px;
      font-size: 1.4rem; } }

.font18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font18 {
      font-size: 15px;
      font-size: 1.5rem; } }

.font19 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font19 {
      font-size: 16px;
      font-size: 1.6rem; } }

.font20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2; }
  @media only screen and (max-width: 960px) {
    .font20 {
      font-size: 17px;
      font-size: 1.7rem; } }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.center {
  text-align: center; }

@media only screen and (min-width: 960px) {
  .spHide {
    display: inline-block; }

  .spDisp {
    display: none; }

  .cmnAnc {
    display: inline-block;
    height: 1px; }

  .graySmall {
    color: #757575;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 500; } }
  @media only screen and (min-width: 960px) and (max-width: 960px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (min-width: 960px) {
  .hvBtn, .hvBtns a {
    transition: 0.2s; }

  .hvBtn:hover, .hvBtns a:hover {
    opacity: 0.7; }

  .bscImg {
    height: auto;
    max-width: 100%; }

  .vAT {
    vertical-align: top !important; }

  .vAM {
    vertical-align: middle !important; }

  .vAB {
    vertical-align: bottom !important; }

  .red {
    color: red; }

  .bold {
    font-weight: bold; }

  .normal {
    font-weight: normal; }

  .icon {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -1px; }

  .top0 {
    margin-top: 0 !important; }

  .top5 {
    margin-top: 5px !important; }

  .top10 {
    margin-top: 10px !important; }

  .top15 {
    margin-top: 15px !important; }

  .top20 {
    margin-top: 20px !important; }

  .top25 {
    margin-top: 25px !important; }

  .top30 {
    margin-top: 30px !important; }

  .top35 {
    margin-top: 35px !important; }

  .top40 {
    margin-top: 40px !important; }

  .top45 {
    margin-top: 40px !important; }

  .top50 {
    margin-top: 40px !important; }

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5, .btm05 {
    margin-bottom: 5px !important; }

  .btm10 {
    margin-bottom: 10px !important; }

  .btm15 {
    margin-bottom: 15px !important; }

  .btm20 {
    margin-bottom: 20px !important; }

  .btm25 {
    margin-bottom: 25px !important; }

  .btm30 {
    margin-bottom: 30px !important; }

  .btm35 {
    margin-bottom: 35px !important; }

  .btm40 {
    margin-bottom: 40px !important; }

  .btm45 {
    margin-bottom: 45px !important; }

  .btm50 {
    margin-bottom: 50px !important; }

  .btm55 {
    margin-bottom: 55px !important; }

  .btm60 {
    margin-bottom: 60px !important; }

  .btm65 {
    margin-bottom: 65px !important; }

  .btm70 {
    margin-bottom: 70px !important; }

  .btm75 {
    margin-bottom: 75px !important; }

  .btm80 {
    margin-bottom: 80px !important; }

  .btm85 {
    margin-bottom: 85px !important; }

  .btm90 {
    margin-bottom: 90px !important; }

  .btm95 {
    margin-bottom: 95px !important; }

  .btm100 {
    margin-bottom: 100px !important; }

  .btm110 {
    margin-bottom: 110px !important; }

  .btm120 {
    margin-bottom: 120px !important; }

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

  .pT10 {
    padding-top: 10px !important; }

  .pT15 {
    padding-top: 15px !important; }

  .pT20 {
    padding-top: 20px !important; }

  .pT25 {
    padding-top: 25px !important; }

  .pT30 {
    padding-top: 30px !important; }

  .pT35 {
    padding-top: 35px !important; }

  .pT40 {
    padding-top: 40px !important; }

  .pT45 {
    padding-top: 45px !important; }

  .pT50 {
    padding-top: 50px !important; }

  .pT55 {
    padding-top: 55px !important; }

  .pT60 {
    padding-top: 60px !important; }

  .pT65 {
    padding-top: 65px !important; }

  .pT70 {
    padding-top: 70px !important; }

  .pT75 {
    padding-top: 75px !important; }

  .pT80 {
    padding-top: 80px !important; }

  .pT85 {
    padding-top: 85px !important; }

  .pT90 {
    padding-top: 90px !important; }

  .pT95 {
    padding-top: 95px !important; }

  .pT100 {
    padding-top: 100px !important; }

  .pB0 {
    padding-bottom: 0 !important; }

  .pB5 {
    padding-bottom: 5px !important; }

  .pB10 {
    padding-bottom: 10px !important; }

  .pB15 {
    padding-bottom: 15px !important; }

  .pB20 {
    padding-bottom: 20px !important; }

  .pB30 {
    padding-bottom: 30px !important; }

  .pB40 {
    padding-bottom: 40px !important; }

  .lm5 {
    margin-left: 5px !important; }

  .lm10 {
    margin-left: 10px !important; }

  .lm15 {
    margin-left: 15px !important; }

  .lm20 {
    margin-left: 20px !important; }

  .lm50 {
    margin-left: 50px !important; }

  .lm60 {
    margin-left: 60px !important; }

  .lm70 {
    margin-left: 70px !important; }

  .rm5 {
    margin-right: 5px !important; }

  .rm10 {
    margin-right: 10px !important; }

  .rm15 {
    margin-right: 15px !important; }

  .rm20 {
    margin-right: 20px !important; }

  .w5 {
    width: 5% !important; }

  .w10 {
    width: 10% !important; }

  .w15 {
    width: 15% !important; }

  .w18 {
    width: 18% !important; }

  .w20 {
    width: 20% !important; }

  .w25 {
    width: 25% !important; }

  .w30 {
    width: 30% !important; }

  .w35 {
    width: 35% !important; }

  .w40 {
    width: 40% !important; }

  .w41 {
    width: 41% !important; }

  .w42 {
    width: 42% !important; }

  .w43 {
    width: 43% !important; }

  .w44 {
    width: 44% !important; }

  .w45 {
    width: 45% !important; }

  .w46 {
    width: 46% !important; }

  .w47 {
    width: 47% !important; }

  .w48 {
    width: 48% !important; }

  .w49 {
    width: 49% !important; }

  .w50 {
    width: 50% !important; }

  .w51 {
    width: 51% !important; }

  .w52 {
    width: 52% !important; }

  .w53 {
    width: 53% !important; }

  .w54 {
    width: 54% !important; }

  .w55 {
    width: 55% !important; }

  .w60 {
    width: 60% !important; }

  .w65 {
    width: 65% !important; }

  .w70 {
    width: 70% !important; }

  .w75 {
    width: 75% !important; }

  .w80 {
    width: 80% !important; }

  .w85 {
    width: 85% !important; }

  .w90 {
    width: 90% !important; }

  .w95 {
    width: 95% !important; }

  .wfull {
    width: 100% !important; }

  .w100 {
    width: 100px; }

  .w150 {
    width: 150px; }

  .w200 {
    width: 200px; }

  .w250 {
    width: 250px; }

  .w300 {
    width: 300px; }

  .w350 {
    width: 350px; }

  .w400 {
    width: 400px; }

  .w450 {
    width: 450px; }

  .w500 {
    width: 500px; }

  .w550 {
    width: 550px; }

  .w600 {
    width: 600px; } }
@media only screen and (max-width: 960px) {
  /*
  .cmnAnc {
  display: inline;
  padding-top: 60px;
  margin-top: -60px;
  }
  */
  .graySmall {
    color: #999;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    font-weight: 600; } }
  @media only screen and (max-width: 960px) and (max-width: 960px) {
    .graySmall {
      font-size: 10px;
      font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  .spImg {
    height: auto;
    width: 100%; }

  .spCenter {
    text-align: center; }

  .spLeft {
    text-align: left !important; }

  .top10 {
    margin-top: 5px !important; }

  .top15 {
    margin-top: 5px !important; }

  .top20 {
    margin-top: 10px !important; }

  .top25 {
    margin-top: 10px !important; }

  .top30 {
    margin-top: 15px !important; }

  .top35 {
    margin-top: 15px !important; }

  .top40 {
    margin-top: 20px !important; }

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5 {
    margin-bottom: 5px !important; }

  .btm10 {
    margin-bottom: 5px !important; }

  .btm15 {
    margin-bottom: 10px !important; }

  .btm20 {
    margin-bottom: 15px !important; }

  .btm25 {
    margin-bottom: 20px !important; }

  .btm30 {
    margin-bottom: 20px !important; }

  .btm35 {
    margin-bottom: 20px !important; }

  .btm40 {
    margin-bottom: 30px !important; }

  .btm45 {
    margin-bottom: 30px !important; }

  .btm50 {
    margin-bottom: 30px !important; }

  .btm55 {
    margin-bottom: 30px !important; }

  .btm60 {
    margin-bottom: 30px !important; }

  .btm65 {
    margin-bottom: 30px !important; }

  .btm70 {
    margin-bottom: 35px !important; }

  .btm75 {
    margin-bottom: 35px !important; }

  .btm80 {
    margin-bottom: 40px !important; }

  .btm85 {
    margin-bottom: 40px !important; }

  .btm90 {
    margin-bottom: 50px !important; }

  .btm95 {
    margin-bottom: 50px !important; }

  .btm100 {
    margin-bottom: 50px !important; }

  .btm110 {
    margin-bottom: 55px !important; }

  .btm120 {
    margin-bottom: 60px !important; }

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

  .pT10 {
    padding-top: 5px !important; }

  .pT15 {
    padding-top: 10px !important; }

  .pT20 {
    padding-top: 10px !important; }

  .pT25 {
    padding-top: 15px !important; }

  .pT30 {
    padding-top: 15px !important; }

  .pT35 {
    padding-top: 15px !important; }

  .pT40 {
    padding-top: 20px !important; }

  .pT45 {
    padding-top: 20px !important; }

  .pT50 {
    padding-top: 25px !important; }

  .pT55 {
    padding-top: 25px !important; }

  .pT60 {
    padding-top: 30px !important; }

  .pT65 {
    padding-top: 30px !important; }

  .pT70 {
    padding-top: 35px !important; }

  .pT75 {
    padding-top: 35px !important; }

  .pT80 {
    padding-top: 40px !important; }

  .pT85 {
    padding-top: 40px !important; }

  .pT90 {
    padding-top: 50px !important; }

  .pT95 {
    padding-top: 50px !important; }

  .pT100 {
    padding-top: 50px !important; }

  .pB0 {
    padding-bottom: 0 !important; }

  .pB5 {
    padding-bottom: 5px !important; }

  .pB10 {
    padding-bottom: 5px !important; }

  .pB15 {
    padding-bottom: 5px !important; }

  .pB20 {
    padding-bottom: 10px !important; }

  .pB30 {
    padding-bottom: 10px !important; }

  .pB40 {
    padding-bottom: 10px !important; }

  .lm5 {
    margin-left: 5px !important; }

  .lm10 {
    margin-left: 5px !important; }

  .lm15 {
    margin-left: 5px !important; }

  .lm20 {
    margin-left: 10px !important; }

  .lm50 {
    margin-left: 20px !important; }

  .lm60 {
    margin-left: 30px !important; }

  .lm70 {
    margin-left: 30px !important; }

  .rm5 {
    margin-right: 5px !important; }

  .rm10 {
    margin-right: 5px !important; }

  .rm15 {
    margin-right: 5px !important; }

  .rm20 {
    margin-right: 10px !important; }

  .spBtm0 {
    margin-bottom: 0 !important; }

  .spBtm5 {
    margin-bottom: 5px !important; }

  .spBtm10 {
    margin-bottom: 10px !important; }

  .spBtm15 {
    margin-bottom: 15px !important; }

  .spBtm20 {
    margin-bottom: 20px !important; }

  .spBtm25 {
    margin-bottom: 25px !important; }

  .spBtm30 {
    margin-bottom: 30px !important; }

  .spBtm35 {
    margin-bottom: 35px !important; }

  .spBtm40 {
    margin-bottom: 40px !important; }

  .spBtm45 {
    margin-bottom: 45px !important; }

  .spBtm50 {
    margin-bottom: 50px !important; }

  .spBtm60 {
    margin-bottom: 60px !important; }

  .spBtm70 {
    margin-bottom: 70px !important; }

  .spBtm80 {
    margin-bottom: 80px !important; }

  .spBtm90 {
    margin-bottom: 90px !important; }

  .spBtm100 {
    margin-bottom: 100px !important; }

  .spW100 {
    width: 100% !important; }

  .spHide {
    display: none; }

  .spDisp {
    display: inline-block; } }
