/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* base
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  font-family: sans-serif;
}

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

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

/* header
----------------------------------------------------*/
.lead {
  position: relative;
  width: 90%;
  margin: 10% auto 0;
  padding: 5%;
  border-radius: 5px;
  background: rgba(0, 96, 175, 0.7);
  color: #fff;
}
.lead p + p {
  margin-top: 5%;
}

/* main
----------------------------------------------------*/
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #0060af;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
.ss {
  margin: 50px 5% 0;
  font-size: 30px;
  font-size: 3rem;
  font-family: Impact, sans-serif;
  text-align: center;
}
.ss img {
  width: auto;
  height: 30px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.number {
  display: flex;
  justify-content: center;
  margin: 50px 5% 100px;
  font-size: 0;
}
.number span {
  width: 22%;
  margin: 0 1%;
  border: 5px solid #0060af;
  font-size: 50px;
  font-size: 5rem;
  color: #0060af;
  text-align: center;
}

.main, section {
  padding: 0 15px;
}
.main p, section p {
  margin: 0 0 1.5em 0;
}

.main {
  position: relative;
  margin: 20px 0 50px;
}

.sub {
  font-size: 12px;
  font-size: 1.2rem;
}

.btn_wrap {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

a.btn {
  position: relative;
  display: block;
  margin: 25px 0 10px 0;
  padding: 0 10px 0 0;
  background: #0060af;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 60px;
  text-decoration: none;
}
a.btn.en {
  font-size: 15px;
  font-size: 1.5rem;
}
a.btn:after {
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  content: "";
  width: 22px;
  height: 22px;
  margin: -11px 0 0 0;
  background: url(../images/arrow.svg) no-repeat;
  background-size: 100% 100%;
}

/* sectoin
----------------------------------------------------*/
section {
  text-align: center;
}
section p {
  text-align: left;
}
section section {
  padding: 0;
  text-align: left;
}

h2 {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #0060af;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

h3 {
  margin: 0 0 15px 0;
  padding: 10px 10px 8px;
  background: #b2cfe7;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

ol {
  margin: 0 0 0 1.5em;
  text-align: left;
}
ol li {
  list-style-type: decimal;
  margin: 0 0 0.8em 0;
}

/* footer
----------------------------------------------------*/
footer {
  margin: 50px 0 0 0;
  padding: 25px 15px;
  background: #b2cfe7;
  font-size: 12px;
  font-size: 1.2rem;
}
footer p + p {
  margin-top: 15px;
}
