@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: 'YuMincho';
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}

/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  -moz-text-decoration: underline dotted;
       text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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;
}

a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

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

[type='search'] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

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

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

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
       transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
       transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes zoomOut {
  0% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}

@-moz-keyframes confetti {
  0% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
         transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
         transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
         transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
         transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
         transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}

@-o-keyframes confetti {
  0% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}

@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
       -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
       -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
       -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
       -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
       -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}

@-webkit-keyframes shine1 {
  0% {
    left: -250%;
  }
  100% {
    left: 450%;
  }
}

@-moz-keyframes shine1 {
  0% {
    left: -250%;
  }
  100% {
    left: 450%;
  }
}

@-o-keyframes shine1 {
  0% {
    left: -250%;
  }
  100% {
    left: 450%;
  }
}

@keyframes shine1 {
  0% {
    left: -250%;
  }
  100% {
    left: 450%;
  }
}

@-webkit-keyframes shine2 {
  0% {
    left: -100%;
  }
  100% {
    left: 500%;
  }
}

@-moz-keyframes shine2 {
  0% {
    left: -100%;
  }
  100% {
    left: 500%;
  }
}

@-o-keyframes shine2 {
  0% {
    left: -100%;
  }
  100% {
    left: 500%;
  }
}

@keyframes shine2 {
  0% {
    left: -100%;
  }
  100% {
    left: 500%;
  }
}

.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}

.u-wysiwygArea * + * {
  margin-top: 1.75em;
}

.u-wysiwygArea br + * {
  margin-top: 0;
}

.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}

@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}

.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}

.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}

.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}

.u-wysiwygArea h4::before {
  background: blue;
  content: '';
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}

.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}

.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}

.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}

.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}

.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}

.u-wysiwygArea ul {
  list-style-type: disc;
}

.u-wysiwygArea ol {
  list-style-type: decimal;
}

.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}

.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}

.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}

.u-wysiwygArea hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}

.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}

.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}

.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}

.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}

.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}

.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}

.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}

.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}

.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - (40px * 2)) / 3);
  width: -moz-calc((100% - (40px * 2)) / 3);
  width: calc((100% - (40px * 2)) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteHeader {
  margin: 0 auto;
  background: #221714;
  width: 100%;
  max-width: 75rem;
  padding: 2.8rem 0 2.1rem;
  /*position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;*/
}

@media print {
  .siteHeader {
    position: relative;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .siteHeader {
    padding: 3.7333vw 0 2.8vw;
    width: 100%;
  }
}

.siteHeader__logo {
  margin: 0 auto;
  display: block;
  max-width: 56.7rem;
}

@media screen and (max-width: 768px) {
  .siteHeader__logo {
    max-width: 75.6vw;
  }
}

/*====================================================================
siteFooter
====================================================================*/
.siteFooter {
  margin: 5rem auto 0;
  background-color: #DCDDDD;
  width: 100%;
  max-width: 75rem;
}

@media screen and (max-width: 768px) {
  .siteFooter {
    margin: 6.6667vw auto 0;
    max-width: 100%;
  }
}

.siteFooter__social {
  padding: 4rem 0 4.4rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .siteFooter__social {
    padding: 6.7226890756vw 0 7.3949579832vw;
  }
}

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

@media screen and (max-width: 768px) {
  .siteFooter__socialItem {
    max-width: 85.0420168067vw;
  }
}

.siteFooter__socialItem:not(:first-child) {
  margin-top: 3.7rem;
}

@media screen and (max-width: 768px) {
  .siteFooter__socialItem:not(:first-child) {
    margin-top: 6.218487395vw;
  }
}

.siteFooter__socialItemLink {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

@media screen and (min-width: 769px) {
  .siteFooter__socialItemLink:hover {
    opacity: 0.6;
  }
}

.siteFooter__copyright {
  margin: 0 auto;
  background: #000000;
  padding: 4rem 0 3.5rem;
}

@media screen and (max-width: 768px) {
  .siteFooter__copyright {
    padding: 5.3333vw 0 4.6667vw;
  }
}

.siteFooter__copyrightImg {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 56.2rem;
}

@media screen and (max-width: 768px) {
  .siteFooter__copyrightImg {
    max-width: 74.9333vw;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: -webkit-calc(10vw / 3.75);
    font-size: -moz-calc(10vw / 3.75);
    font-size: calc(10vw / 3.75);
  }
}

body {
  -webkit-font-feature-settings: 'palt' 1;
     -moz-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  -webkit-print-color-adjust: exact;
}

/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

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

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}

#sliderImage {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  margin: 0 auto;
  width: 100%;
  max-width: 75rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .siteContent {
    width: 100%;
  }
}

.topPage {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 75rem;
}

@media screen and (max-width: 768px) {
  .topPage {
   width: 100%;
  }
}

.backToTop {
  position: fixed;
  max-width: 7.7rem;
  z-index: 10;
  bottom: 2rem;
  right: 2rem;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

@media screen and (min-width: 769px) {
  .backToTop:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .backToTop {
    right: 3.3613445378vw;
    bottom: 3.3613445378vw;
    max-width: 12.9411764706vw;
  }
}

.u-shine {
  position: relative;
  overflow: hidden;
}

.u-shine::after {
  content: '';
  width: 50%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: -50%;
  -webkit-transform: skew(50deg);
     -moz-transform: skew(50deg);
      -ms-transform: skew(50deg);
       -o-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-animation: shine1 4s infinite;
     -moz-animation: shine1 4s infinite;
       -o-animation: shine1 4s infinite;
          animation: shine1 4s infinite;
  -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/*====================================================================
topPageFvSec
====================================================================*/

.secKV {
  margin: 0;
  padding: 0;
}

.secKV02 {
  margin: 0rem auto 0;
  padding: 0;
}

.secKV__figure {
  margin: 0;
  padding: 0;
}

.secKV02__figure {
  margin: 0rem auto 0;
  padding: 0;
}

.secContents {
  padding: 0 0 0rem;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .secContents {
    padding: 0 0 8vw;
  }
}

.secContents__figure{
  margin: 0 auto;
  padding: 3.3rem 0 3rem;
  width: 100%;
  max-width: 53rem;
}

@media screen and (max-width: 768px) {
  .secContents__figure{
    padding: 6vw 0 6.5vw;
    max-width: 85vw;
  }
}

.secContents__figure02{
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 53rem;
}

@media screen and (max-width: 768px) {
  .secContents__figure02{
    margin: 0 auto 3vw;
    max-width: 85vw;
  }
}

.secContents__figure03{
  margin: 0 auto;
  padding: 3rem 0 0;
  width: 100%;
  max-width: 36rem;
}

@media screen and (max-width: 768px) {
  .secContents__figure03{
    padding: 5vw 0 0;
    max-width: 60.5vw;
  }
}

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

@media screen and (max-width: 768px) {
  .secContents__header {
    max-width: 25.7142857143vw;
  }
}

.secContents__button {
  margin: 2rem auto 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 51.8rem;
}

@media screen and (max-width: 768px) {
  .secContents__button {
    margin-top: 4vw;
    max-width: 83vw;
  }
}

.secContents__buttonItem {
  width: 100%;
  max-width: 16.0rem;
}

@media screen and (max-width: 768px) {
  .secContents__buttonItem {
    max-width: 25vw;
  }
}

.secContents__buttonItem.u-fullWidth {
  max-width: 100%;
}

.secContents__buttonItemLink {
  display: block;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}

@media screen and (min-width: 769px) {
  .secContents__buttonItemLink:hover {
    opacity: 0.6;
  }
}

.secKv {
  margin-bottom: 4rem;
  padding: 0rem 0 5rem;
  background-image: url("../images/bg01.png");
  background-size: 100% auto; /* 幅を100%に合わせる */
  background-position: center; /* 画像の中央を基準に配置 */
  background-repeat: repeat-y; /* 繰り返しを防ぐ */
}

.secKv02 {
  margin-bottom: 4rem;
  padding: 0rem 0 5rem;
  background-image: url("../images/bg02.png");
  background-size: 100% auto; /* 幅を100%に合わせる */
  background-position: top; /* 画像の中央を基準に配置 */
  background-repeat: repeat-y; /* 繰り返しを防ぐ */
  height: 93rem;
}

.secKv02_2 {
  margin-bottom: 4rem;
  padding: 0rem 0 5rem;
  background-image: url("../images/bg04.png");
  background-size: 100% auto; /* 幅を100%に合わせる */
  background-position: top; /* 画像の中央を基準に配置 */
  background-repeat: repeat-y; /* 繰り返しを防ぐ */
  height: 224rem;
}

.secKv03 {
  margin-bottom: 2rem;
  padding: 0rem 0 5rem;
  background-color: #C7000B;
}
.secKv04 {
  margin-bottom: 4vw;
  padding: 0rem 0 0vw;
  background-image: url("../images/bg03.png");
  background-size: 100% auto; /* 幅を100%に合わせる */
  background-position: center; /* 画像の中央を基準に配置 */
  background-repeat: repeat-y; /* 繰り返しを防ぐ */
}
.secKv05 {
  margin-bottom: 4vw;
  padding: 0rem 0 0vw;
  background-color: #D6EDF3;
}
/* YouTube動画のスタイル */
.video-container {
    position: relative; /* 絶対位置ではなく相対位置に設定 */
    width: 86%; /* 動画の幅を設定 */
    max-width: 960px; /* 最大幅を960pxに設定 */
/*    top: 60%;  divの上からの位置に配置 */
    left: 50%; /* 水平中央に配置 */
    transform: translateX(-50%); /* 中央揃え */
    padding-bottom: 48.5%; /* アスペクト比 */
    margin-top: -51.0%; /* 上とのスペース */
    height: 0; /* 高さをpadding-bottomで制御 */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
  .secKv {
    padding: 0vw 0 1rem;
    margin-bottom: 2rem;
  }

  .secKv02 {
    padding: 0vw 0 2rem;
    height: 47rem;
    margin-bottom: 2rem;
  }

  .secKv02_2 {
    padding: 0vw 0 2rem;
    height: 110rem;
    margin-bottom: 2rem;
  }

  .secKv03 {
    padding: 0vw 0 2vw;
  }

  .secKv04 {
    padding: 0vw 0 0vw;
  }

  .secKv05 {
    padding: 0vw 0 0vw;
  }

}

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

.secKv02__figure01 {
  margin: 0rem auto 0rem;
  width: 100%;
}
.secKv02__figure02 {
  margin: -10rem auto 0rem;
  width: 100%;
  max-width: 100rem;
}
.secKv04__figure01 {
  margin: -1.7vw auto 0rem;
  width: 100%;
  max-width: 100rem;
}

@media screen and (max-width: 768px) {
/*
  .secKv__figure01 {
    max-width: 92vw;
    margin-bottom: 3.7333vw;
  margin: 0.4rem auto 1rem;
  width: 100%;
  max-width: 67vw;
  }
*/

  .secKv02__figure01 {
  margin: 0rem auto 0em;
  width: 100%;
  max-width: 100vw;
  }
  .secKv02__figure02 {
  margin: -6.5rem auto 0rem;
/*  max-width: 32.5rem;*/
  }
  .secKv04__figure01 {
  margin: -1rem auto 0rem;
  }
}

.secKv__figure02 {
  margin: -39.6rem 0rem 0rem 1rem;
  width: 100%;
  max-width: 71.4rem;
}

@media screen and (max-width: 768px) {
  .secKv__figure02 {
    margin: -19.7rem 0rem 0rem 1rem;
    max-width: 35.2rem;

  }
}

.secKv__figure03 {
  margin: -10rem 0rem 0rem 60.5rem;
  width: 100%;
  max-width: 13rem;
}

@media screen and (max-width: 768px) {
  .secKv__figure03 {
    max-width: 6.5rem;
    margin: -4.8rem 0rem 1rem 30rem;
  }
}

.secKv__figure04 {
  margin: 0 auto -2.5rem;
  width: 100%;
  max-width: 47.8rem;
}
.button {
  margin: 0rem auto 0rem;
  width: 100%;
  max-width: 65rem;
}
.button2 {
  margin: 5rem auto 0rem;
  width: 100%;
  max-width: 65rem;
}
.button3 {
  margin: 0rem auto 1.7rem;
  width: 100%;
  max-width: 65rem;
}

@media screen and (max-width: 768px) {
  .secKv__figure04 {
    max-width: 63.7333vw;
    margin: 0 auto -1rem;
  }
  .button {
  margin: 0.5rem auto 2.5rem;
  max-width: 32.5rem;
  }
  .button2 {
  margin: 2.5rem auto -2rem;
  max-width: 32.5rem;
  }
  .button3 {
  margin: 0rem auto 0.8rem;
  max-width: 32.5rem;
  }
}

.secTtl {
  padding: 2rem 0;
  max-width: 75rem;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .secTtl {
    padding: 2.6667vw 0;
  }
}

.secTtl01 {
  margin: 1rem 0 3rem;
  padding: 0rem 0 2rem;
  max-width: 75rem;
  background-color: #D3EDFB;
}

@media screen and (max-width: 768px) {
  .secTtl01 {
    padding: 0 0 2.6667vw;
  }
}

.secTtl02 {
  margin-bottom: 0.5rem;
  padding: 0rem 0 2rem;
  max-width: 75rem;
  background: #fff586;
}

@media screen and (max-width: 768px) {
  .secTtl02 {
    padding: 0 0 2.6667vw;
  }
}

.secTtl03 {
  margin-bottom: 0.5rem;
  padding: 2rem 0;
  max-width: 75rem;
  background-image: url("../images/03-back.png");
  background-size: 100% auto; /* 幅を100%に合わせる */
  background-position: center; /* 画像の中央を基準に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
}

@media screen and (max-width: 768px) {
  .secTtl03 {
    padding: 4vw 0 2.6667vw;
  }
}

.secTtl06 {
  margin-bottom: 0.5rem;
  padding: 0 0 2rem;
  max-width: 75rem;
  background-image: url("../images/06-back.png");
  background-size: 100% auto; /* 幅を100%に合わせる */
  background-position: center; /* 画像の中央を基準に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
}

@media screen and (max-width: 768px) {
  .secTtl03 {
    padding: 4vw 0 2.6667vw;
  }
}

.secTtl07 {
  margin-top: 2rem;
  padding: 4rem 0 2rem;
  max-width: 75rem;
  background-image: url("../images/07-back.png");
  background-size: 100% auto; /* 幅を100%に合わせる */
  background-position: center; /* 画像の中央を基準に配置 */
  background-repeat: no-repeat; /* 繰り返しを防ぐ */
}

@media screen and (max-width: 768px) {
  .secTtl07 {
    padding: 8vw 0 2.6667vw;
    margin-top: -0.5rem;
  }
}

.secTtl08 {
  margin: 2rem 0 4rem;
  padding: 0rem 0 2rem;
  max-width: 75rem;
  background: #004097;
}

@media screen and (max-width: 768px) {
  .secTtl08 {
    padding: 0vw 0 2.6667vw;
    margin: 1rem 0 0rem;
  }
}

.secTtl09 {
  margin-bottom: 0.5rem;
  padding: 0rem 0 2rem;
  max-width: 75rem;
  background: #efefef;
}

@media screen and (max-width: 768px) {
  .secTtl09 {
    padding: 0 0 2.6667vw;
  }
}

.secTtl__figure01 {
  margin: 0 auto;
  width: 100%;
  /*max-width: 75rem;*/
}

/*
@media screen and (max-width: 768px) {
  .secTtl__figure01 {
    max-width: 85.3333vw;
  }
}*/

.sec01 {
  padding: 0rem 0 0;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 6.6667vw 0 0;
  }
}

.sec01__figure01 {
  margin: 0 auto 1rem;
  width: 100%;
/*  max-width: 64rem;*/
}

@media screen and (max-width: 768px) {
  .sec01__figure01 {
    max-width: 85.3333vw;
    margin: 0 auto 1.3333vw;
  }
}

.sec01__figure02 {
  margin: 0rem auto 1.5rem;
  width: 100%;
  max-width: 80rem;
}

@media screen and (max-width: 768px) {
  .sec01__figure02 {
    max-width: 100vw;
    margin: 0rem auto 2vw;
  }
}

.sec01__figure03 {
  margin: 0 auto 2.5rem;
/*  padding-bottom: 4.5rem;*/
  width: 100%;
  max-width: 64rem;
/*  border-bottom: 2px solid #b0b0b0;*/
}

.sec01 .sec01__figure03:last-child {
  margin: 0 auto;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .sec01__figure03 {
    max-width: 85.3333vw;
    margin: 0 auto 3vw;
    padding-bottom:1vw;
  }
}

.sec01__figure03-1 {
  margin: 300rem auto 3rem;
/*  padding-bottom: 4.5rem;*/
  width: 100%;
  max-width: 64rem;
}

@media screen and (max-width: 768px) {
  .sec01__figure03-1 {
    max-width: 85.3333vw;
    margin: 0 auto 6vw;
/*    padding-bottom:6vw;*/
  }
}

.sec01__figure03-2 {
  margin: 3rem auto 0rem;
/*  padding-bottom: 4.5rem;*/
  width: 100%;
  max-width: 64rem;
}

@media screen and (max-width: 768px) {
  .sec01__figure03-2 {
    max-width: 85.3333vw;
    margin: 3vw auto 0vw;
/*    padding-bottom:6vw;*/
  }
}

.sec02 {
  padding: 5rem 0 0;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 6.6667vw 0 0;
  }
}

.sec02__figure01 {
  margin: 0 auto 4rem;
  width: 100%;
  max-width: 64rem;
}

@media screen and (max-width: 768px) {
  .sec02__figure01 {
    max-width: 85.3333vw;
    margin: 0 auto 5.3333vw;
  }
}

.anchor_link {
  display: block;
  position: relative;
  top: -7.5rem;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .anchor_link {
    top: -12.5vw;
  }
}

.dropshadow {
  -webkit-filter:drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.6));
  -moz-filter:drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.6));
  -ms-filter:drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.6));
  filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 1.0));
}

.slideBox { position:relative; width: 100%; }

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 1rem 10px !important;
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
	  width: 10px;
	  height: 10px;
	  margin: 0rem 5px !important;
	}
.swiper-button-next::after, .swiper-button-prev::after {
	  font-size: 2rem;
	  color: #000;
	}
}

.parent-element {
  overflow: visible;  /* 親要素が隠されないようにする */
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait;
  /* 横の場合はlandscape */
  margin: 0mm;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */