@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 500;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
  scroll-behavior: smooth !important;
}

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

mark {
  background-color: transparent;
  color: #000;
  font-style: normal;
  font-weight: normal;
}

#ank0 {
  overflow: hidden;
}

body {
  position: relative;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  /*
  &.moving{
  overflow: hidden;
  position: relative;

      &::after{
      content: '';
      display: block;
      width: 100vw;
      height: 100vw;
      position: fixed;
      z-index: 2147483647;
      overflow: hidden;
      }
  }*/
}
@media (min-width: 801px) {
  body {
    overscroll-behavior: none !important;
  }
}
body.active {
  position: relative;
  overflow: hidden;
}
body main {
  overflow-x: hidden;
}

.sp-ank {
  position: relative;
  padding-top: 40px;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sectop {
  display: block;
  margin: 0 auto;
}

#cvbt {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 99999999;
  width: 50px;
  height: 150px;
  border-radius: 10px 0px 0px 10px;
  background-color: #8299d9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  box-sizing: border-box;
  overflow: hidden;
}
#cvbt:after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: rotate(20deg);
  animation: 1.2s shine3 infinite linear;
}
@keyframes shine3 {
  0% {
    left: -300%;
  }
  80% {
    left: 350%;
  }
  100% {
    left: 350%;
  }
}
#cvbt p {
  writing-mode: vertical-rl;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
  color: #fff;
}
#cvbt img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
#cvbt:hover {
  background-color: #3b476a;
  transition: all 0.3s;
}
#cvbt:hover p {
  color: #fff;
  transition: all 0.3s;
}

#cvbt-sp {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 55px;
  z-index: 99999999;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#cvbt-sp a {
  width: 90%;
  max-width: 300px;
  height: 40px;
  display: block;
  margin: 0 auto;
  background-color: #8299d9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 4px;
}
#cvbt-sp a:after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 210px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: rotate(60deg);
  animation: 3s shine2 infinite linear;
}
@media (max-width: 800px) {
  #cvbt-sp a:after {
    width: 110px;
  }
}
@keyframes shine2 {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
#cvbt-sp a p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
#cvbt-sp a img {
  display: block;
}
#cvbt-sp.on {
  transform: translateY(0px);
  transition: all 0.3s;
}
#cvbt-sp.off {
  transform: translateY(55px);
  transition: all 0.3s;
}

.background {
  position: absolute;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  z-index: -999;
  -o-object-position: top;
     object-position: top;
}

#wrapper01 {
  position: relative;
}
#wrapper01 .background {
  height: 120%;
}
#wrapper01 .wrapborder {
  z-index: 9999;
  width: 100%;
  height: calc(600px + 20vw);
  display: block;
  background-color: #000f3b;
  position: absolute;
  bottom: 0px;
  transform: translateY(20vw);
  z-index: -999;
  clip-path: polygon(0 0, 50% 10vw, 100% 0%, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
}

#wrapper02 {
  position: relative;
}
#wrapper02 .background {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper02 .wrapborder {
  z-index: 9999;
  width: 100%;
  height: calc(60px + 20vw);
  display: block;
  background-color: #000f3b;
  position: absolute;
  top: 0px;
  transform: translateY(-12vw);
  z-index: 0;
  clip-path: polygon(0 0, 50% 10vw, 100% 0%, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
}

#KvSec .kv-top {
  width: 1200px;
  height: 400px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#KvSec .kv-top:after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 210px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: rotate(60deg);
  animation: 3s shine2 infinite linear;
}
@media (max-width: 800px) {
  #KvSec .kv-top:after {
    width: 110px;
  }
}
@keyframes shine2 {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@media (max-width: 1200px) {
  #KvSec .kv-top {
    width: 100%;
    height: auto;
  }
}
#KvSec .kv-top .kv-back {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#KvSec .kv-top #kv-txt {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: 99;
  bottom: 30px;
  left: 46px;
}
@media (max-width: 1200px) {
  #KvSec .kv-top #kv-txt {
    left: 5vw;
    bottom: 5vw;
  }
}
@media (max-width: 800px) {
  #KvSec .kv-top #kv-txt {
    bottom: 3vw;
  }
}
#KvSec .kv-top #kv-txt div p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#KvSec .kv-top #kv-txt div p img {
  display: block;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  #KvSec .kv-top #kv-txt div p img {
    zoom: 0.6;
  }
}
@media (max-width: 600px) {
  #KvSec .kv-top #kv-txt div p img {
    zoom: 0.55;
  }
}
@media (max-width: 550px) {
  #KvSec .kv-top #kv-txt div p img {
    zoom: 0.5;
  }
}
@media (max-width: 480px) {
  #KvSec .kv-top #kv-txt div p img {
    zoom: 0.45;
  }
}
@media (max-width: 430px) {
  #KvSec .kv-top #kv-txt div p img {
    zoom: 0.4;
  }
}
@media (max-width: 380px) {
  #KvSec .kv-top #kv-txt div p img {
    zoom: 0.35;
  }
}
#KvSec .kv-top #kv-txt.loaded div p img {
  animation: kv;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
#KvSec .kv-top #kv-txt.loaded div p::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #092987;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  right: initial;
  z-index: 1;
  animation: kvtxt;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes kv {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kvtxt {
  0% {
    width: 0%;
  }
  49% {
    width: 100%;
    right: initial;
    left: 0px;
  }
  50% {
    width: 100%;
    right: 0px;
    left: initial;
  }
  100% {
    width: 0%;
    right: 0px;
    left: initial;
  }
}
#KvSec nav {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  #KvSec nav {
    display: block;
    width: 90%;
    margin-top: 17px;
  }
}
#KvSec nav a {
  display: block;
  width: 192px;
  height: 90px;
  border-radius: 9px;
  background-color: #092987;
  transition: all 0.2s;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1000px) {
  #KvSec nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    border-radius: 5px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.6);
  }
}
@media (min-width: 1001px) {
  #KvSec nav a:hover {
    transition: all 0.2s;
    transform: translateY(7px);
  }
}
#KvSec nav a p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 1.28 !important;
  font-weight: 700;
  margin: 8px 0px 4px 0px;
}
@media (max-width: 1000px) {
  #KvSec nav a p {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  #KvSec nav a p br {
    display: none;
  }
}
#KvSec nav a img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #KvSec nav a img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    left: initial;
    right: 28px;
  }
}

#AboutSec {
  margin: 0 auto;
  margin-top: 90px;
}
@media (max-width: 1000px) {
  #AboutSec {
    margin-top: -13px;
  }
}
@media (max-width: 1000px) {
  #AboutSec .sectop {
    width: 90%;
    max-width: 700px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#AboutSec #AS-exp {
  width: min(900px, 90%);
  margin: 0 auto;
  margin-top: 47px;
  margin-bottom: 137px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1000px) {
  #AboutSec #AS-exp {
    display: block;
    margin-top: 18px;
    margin-bottom: 110px;
    width: min(700px, 90%);
  }
}
#AboutSec #AS-exp .AS-exp--left {
  font-size: 20px;
  font-weight: bold;
  line-height: 2 !important;
  width: 60%;
}
@media (max-width: 1000px) {
  #AboutSec #AS-exp .AS-exp--left {
    font-size: 12px;
    width: 100%;
  }
}
#AboutSec #AS-exp .AS-exp--left span {
  color: #d11302;
  display: inline-block;
  font-weight: bold;
  margin: 0px 5px;
  line-height: 1.4 !important;
  border-bottom: solid 2px #d11302;
  transition: all 0.2s;
}
#AboutSec #AS-exp .AS-exp--left span q {
  display: inline-block;
  text-align: center;
  line-height: 22px;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  color: #f5d11f;
  background-color: #d11302;
  transition: all 0.2s;
}
@media (max-width: 1000px) {
  #AboutSec #AS-exp .AS-exp--left span q {
    line-height: 18px;
    width: 18px;
    height: 18px;
  }
}
#AboutSec #AS-exp .AS-exp--left span:hover {
  color: #999;
  transition: all 0.2s;
  border-bottom: solid 2px #999;
}
#AboutSec #AS-exp .AS-exp--left span:hover q {
  background-color: #999;
  transition: all 0.2s;
}
#AboutSec #AS-exp .AS-exp--right {
  width: 37%;
}
@media (max-width: 1000px) {
  #AboutSec #AS-exp .AS-exp--right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
#AboutSec #AS-exp .AS-exp--right a {
  display: block;
  width: 100%;
  height: auto;
}
#AboutSec #AS-exp .AS-exp--right a img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#AboutSec #AS-exp .AS-exp--right p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: solid 1px #000;
  margin-top: 1em;
}
@media (max-width: 1000px) {
  #AboutSec #AS-exp .AS-exp--right p {
    font-size: 12px;
  }
}
#AboutSec .img07 {
  width: 100vw;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 500px) {
  #AboutSec .img07 {
    margin-top: 10px;
  }
}
#AboutSec .img07 img {
  display: block;
}
#AboutSec .img07 img:first-child {
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1000px) {
  #AboutSec .img07 img:first-child {
    width: 90%;
  }
}
#AboutSec .img07 img:last-child {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
@media (max-width: 1000px) {
  #AboutSec .img07 img:last-child {
    width: 170vw;
    transform: translateX(-35vw);
  }
}

.chartbox {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 0px 60px 0px;
  position: relative;
}
@media (max-width: 1000px) {
  .chartbox {
    width: 100%;
    padding-bottom: 35px;
  }
}
.chartbox.ver2 {
  padding-top: 0px;
  margin-bottom: 76px;
}
@media (max-width: 1000px) {
  .chartbox.ver2 {
    margin-bottom: 54px;
  }
}
.chartbox.ver3 {
  margin-top: 90px;
  padding-top: 70px;
}
@media (max-width: 1000px) {
  .chartbox.ver3 {
    padding-bottom: 6px;
  }
}
.chartbox.ver4 .chart-top {
  position: initial !important;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .chartbox.ver4 {
    padding-bottom: 50px;
  }
}
.chartbox .chart-top {
  width: 800px;
  height: auto;
  padding: 22px 0px;
  background-color: #d11302;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: initial;
}
@media (max-width: 1000px) {
  .chartbox .chart-top {
    display: block;
    max-width: 500px;
    width: 90%;
    padding: 12px 0px;
  }
}
.chartbox .chart-top.ver1 {
  top: -42px;
}
@media (max-width: 1000px) {
  .chartbox .chart-top.ver1 {
    top: -56px;
  }
  .chartbox .chart-top.ver1.sp {
    top: -26px;
  }
  .chartbox .chart-top.ver1.sp2 {
    top: -42px;
  }
}
.chartbox .chart-top.ver2 {
  top: -41px;
  padding: 12px 0px;
}
.chartbox .chart-top div {
  width: 112px;
  height: 36px;
  border-radius: 36px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .chartbox .chart-top div {
    width: 64px;
    height: 22px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
.chartbox .chart-top div p {
  color: #d11302;
  font-size: 24px;
}
@media (max-width: 1000px) {
  .chartbox .chart-top div p {
    font-size: 16px;
  }
}
.chartbox .chart-top h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  .chartbox .chart-top h1 {
    font-size: 16px !important;
  }
}
.chartbox .chart-top h1 span {
  color: #f5d11f;
  font-weight: bold;
}
.chartbox .chart-grey {
  background-color: #e6e9f3;
  width: 100%;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1000px) {
  .chartbox .chart-grey {
    height: 106px;
    margin-bottom: 20px;
  }
}
.chartbox .chart-grey h1 {
  font-size: 36px !important;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.2;
}
@media (max-width: 1000px) {
  .chartbox .chart-grey h1 {
    text-align: center;
    font-size: 18px !important;
    line-height: 1.7;
    padding-top: 26px;
  }
}
.chartbox .chart-grey h1 span {
  color: #d11302;
  display: inline-block;
  letter-spacing: 0.2;
  margin: 0px 5px;
  line-height: 1.4 !important;
  font-weight: bold;
  font-size: 36px;
  border-bottom: solid 2px #d11302;
  transition: all 0.2s;
}
@media (max-width: 1000px) {
  .chartbox .chart-grey h1 span {
    font-size: 18px;
  }
}
.chartbox .chart-grey h1 span q {
  font-size: 34px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  color: #fff;
  background-color: #d11302;
  transition: all 0.2s;
}
@media (max-width: 1000px) {
  .chartbox .chart-grey h1 span q {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
  }
}
.chartbox .chart-grey h1 span:hover {
  color: #999;
  border-bottom: solid 2px #999;
  transition: all 0.2s;
}
.chartbox .chart-grey h1 span:hover q {
  transition: all 0.2s;
  background-color: #999;
  color: #e6e9f3;
}
.chartbox .chart-grey div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #d11302;
  width: 184px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: initial;
  top: -28px;
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}
@media (max-width: 1000px) {
  .chartbox .chart-grey div {
    width: 130px;
    height: 40px;
    top: -19px;
  }
}
.chartbox .chart-grey div p {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  font-family: Roboto-font;
}
@media (max-width: 1000px) {
  .chartbox .chart-grey div p {
    font-size: 18px;
  }
}
.chartbox .chart-grey div p span {
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .chartbox .chart-grey div p span {
    font-size: 22px;
  }
}
.chartbox .chart-parts {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  background-color: #555555;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 60px;
  border-radius: 40px;
  padding: 1px 18px;
}
@media (max-width: 1000px) {
  .chartbox .chart-parts {
    font-size: 12px;
    padding: 1px 9px;
    margin-top: 30px;
  }
}
.chartbox h2 {
  font-size: 28px !important;
  font-weight: 700;
  text-align: center;
  margin-top: 28px;
  line-height: 2 !important;
}
@media (max-width: 1000px) {
  .chartbox h2 {
    margin-top: 30px;
    font-size: 18px !important;
  }
}
.chartbox h2.ver2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .chartbox h2.ver2 {
    margin-top: 4px;
  }
}
.chartbox h2.ver2 span {
  padding: 0px 10px;
}
.chartbox h2 span {
  background-color: #f5d11f;
  font-weight: 700;
}
.chartbox img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1000px) {
  .chartbox img {
    width: 90%;
    height: auto;
  }
}
.chartbox .chart-caution {
  width: 90%;
  margin: 0 auto;
  margin-top: 52px;
  margin-bottom: 22px;
}
@media (max-width: 1000px) {
  .chartbox .chart-caution.ver1 {
    margin-top: 40px;
  }
}
.chartbox .chart-caution.ver2 {
  margin-top: 42px;
  margin-bottom: 0px;
}
@media (max-width: 1000px) {
  .chartbox .chart-caution.ver3 {
    margin-bottom: -20px;
  }
}
.chartbox .chart-caution p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 5px;
  line-height: 1.8 !important;
  letter-spacing: 0.03em;
}
@media (max-width: 1000px) {
  .chartbox .chart-caution p {
    font-size: 12px;
  }
}
.chartbox .chart-caution p span {
  display: inline-block;
  border: solid 1px #d11302;
  font-size: 14px;
  color: #d11302;
  padding: 0px 3px;
  margin-right: 5px;
}
@media (max-width: 1000px) {
  .chartbox .chart-caution p span {
    font-size: 12px;
  }
}
.chartbox .chart-caution mark {
  display: block;
  margin-top: 20px;
}
.chartbox .chart-caution mark p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0px;
  line-height: 1.8 !important;
}
.chartbox .chart-exp {
  width: 90%;
  margin: 0 auto;
}
.chartbox .chart-exp p {
  color: #555555;
  font-size: 14px;
  line-height: 1.8 !important;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  .chartbox .chart-exp p {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .chartbox .chart-img {
    padding: 10px 0px;
  }
}
.chartbox .chart-q {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-top: 43px;
}
@media (max-width: 1000px) {
  .chartbox .chart-q {
    margin-top: 14px;
  }
}
.chartbox .chart-q div {
  width: 452px;
}
@media (max-width: 1000px) {
  .chartbox .chart-q div {
    max-width: 250px;
    width: 90vw;
  }
}
.chartbox .chart-q div:first-child {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5d11f;
}
@media (max-width: 1000px) {
  .chartbox .chart-q div:first-child {
    height: 30px;
  }
}
.chartbox .chart-q div:first-child p {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .chartbox .chart-q div:first-child p {
    font-size: 16px;
  }
}
.chartbox .chart-q div:last-child {
  background-color: #eeeeee;
  padding: 18px 0px;
}
@media (max-width: 1000px) {
  .chartbox .chart-q div:last-child {
    padding: 12px 0px;
  }
}
.chartbox .chart-q div:last-child q {
  display: block;
  padding: 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #555555;
  color: #fff;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .chartbox .chart-q div:last-child q {
    font-size: 12px;
  }
}
.chartbox .chart-q div:last-child p {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0em;
}
@media (max-width: 1000px) {
  .chartbox .chart-q div:last-child p {
    font-size: 14px;
    margin-top: 4px;
  }
}

#AwardSec {
  display: block;
  margin-top: -90px;
  background-color: #fff;
  padding-top: 10vw;
  padding-bottom: 10vw;
  clip-path: polygon(0 0, 50% 10vw, 100% 0%, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
  -webkit-clip-path: polygon(0 0, 50% 10vw, 100% 0%, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
  -moz--clip-path: polygon(0 0, 50% 10vw, 100% 0%, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
}
@media (max-width: 1480px) {
  #AwardSec {
    margin-top: -60px;
  }
}
@media (max-width: 1140px) {
  #AwardSec {
    margin-top: -30px;
  }
}
@media (max-width: 850px) {
  #AwardSec {
    margin-top: -20px;
  }
}
@media (max-width: 500px) {
  #AwardSec {
    margin-top: -40px;
  }
}
#AwardSec .img08 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#AwardSec .Award-ico {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  #AwardSec .Award-ico {
    width: 100%;
    display: block;
  }
}
#AwardSec .Award-ico div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  #AwardSec .Award-ico div {
    width: 100%;
  }
}
#AwardSec .Award-ico div img {
  display: block;
}
@media (max-width: 1000px) {
  #AwardSec .Award-ico div img {
    zoom: 0.7;
    margin-top: 18px;
  }
}
@media (max-width: 530px) {
  #AwardSec .Award-ico div img {
    height: 70vw;
  }
}
#AwardSec p {
  font-size: 14px;
  color: #555555;
  width: 890px;
  margin: 0 auto;
  line-height: 1.8 !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 1000px) {
  #AwardSec p {
    width: 90%;
    font-size: 12px;
  }
}
#AwardSec .img010 {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  #AwardSec .img010 {
    width: 90%;
    max-width: 305px;
    margin-top: 25px;
  }
}

#ResSec .Res-txt {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 70px;
  letter-spacing: 0.052em;
}
@media (max-width: 1000px) {
  #ResSec .Res-txt {
    font-size: 20px;
    margin-bottom: 9vw;
  }
}
#ResSec .Res-txt span {
  font-weight: bold;
  color: #d11302;
}
#ResSec .Res-deta {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  #ResSec .Res-deta {
    width: 90%;
    display: block;
  }
}
#ResSec .Res-deta section {
  width: 50%;
}
@media (max-width: 1000px) {
  #ResSec .Res-deta section {
    width: 100%;
  }
}
#ResSec .Res-deta section div:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  width: 410px;
  height: 140px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  #ResSec .Res-deta section div:first-child {
    width: 290px;
    height: 90px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
#ResSec .Res-deta section div:first-child p {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0em;
  font-weight: bold;
}
@media (max-width: 1000px) {
  #ResSec .Res-deta section div:first-child p {
    font-size: 16px;
  }
}
#ResSec .Res-deta section div:first-child p b {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  padding: 3px 10px;
  background-color: #706f01;
  border-radius: 40px;
  color: #fff;
}
@media (max-width: 1000px) {
  #ResSec .Res-deta section div:first-child p b {
    font-weight: lighter;
    font-size: 12px;
  }
}
#ResSec .Res-deta section div:last-child {
  width: 300px;
  height: 300px;
  background-color: #d11302;
  border-radius: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  #ResSec .Res-deta section div:last-child {
    width: 170px;
    height: 170px;
  }
}
#ResSec .Res-deta section div:last-child p {
  font-size: 72px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1000px) {
  #ResSec .Res-deta section div:last-child p {
    font-size: 36px;
  }
}
#ResSec .Res-deta section div:last-child p span {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  #ResSec .Res-deta section div:last-child p span {
    font-size: 28px;
  }
}
#ResSec .Res-exp {
  width: 900px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  #ResSec .Res-exp {
    width: 90%;
    margin-bottom: 0px;
  }
}
#ResSec .Res-exp p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8 !important;
}
@media (max-width: 1000px) {
  #ResSec .Res-exp p {
    font-size: 12px;
  }
}

#GraphSec {
  margin-top: 120px;
}
@media (max-width: 1000px) {
  #GraphSec {
    width: 100%;
    margin-top: 80px;
  }
}
#GraphSec .Graph-title {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 80px;
  margin-bottom: 57px;
}
@media (max-width: 1000px) {
  #GraphSec .Graph-title {
    width: 90vw;
    max-width: 700px;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  #GraphSec .Graph-title.ver2 {
    margin-top: -50px;
    margin-bottom: -20px;
  }
}

#ListSec {
  width: 1000px;
  margin: 0 auto;
  margin-top: 82px;
}
@media (max-width: 1000px) {
  #ListSec {
    width: 90%;
    margin-top: 0px;
  }
}
#ListSec img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #ListSec img {
    width: 100%;
  }
}
#ListSec .list-top {
  font-size: 18px;
  text-align: right;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  #ListSec .list-top {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
#ListSec ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}
@media (max-width: 1000px) {
  #ListSec ul li {
    gap: 3px;
    align-items: flex-start;
    padding: 10px 0px;
  }
}
#ListSec ul li p {
  font-size: 18px;
}
@media (max-width: 1000px) {
  #ListSec ul li p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #ListSec ul li p {
    font-size: 14px;
  }
}
#ListSec ul li p span {
  display: inline-block;
  padding-right: 9px;
  font-weight: bolder;
}
@media (max-width: 1000px) {
  #ListSec ul li p span {
    padding-right: 2vw;
    white-space: nowrap;
    padding-bottom: 2px;
  }
}
@media (max-width: 500px) {
  #ListSec ul li p span {
    font-size: 14px;
  }
}
#ListSec ul li p span.one {
  padding-left: 0.5em;
}
#ListSec ul li p:nth-child(1) {
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 1000px) {
  #ListSec ul li p:nth-child(1) {
    padding-left: 2vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-items: flex-start;
  }
}
#ListSec ul li p:nth-child(2) {
  width: 18%;
}
#ListSec ul li p:nth-child(3) {
  width: 10%;
}
#ListSec ul li p:nth-child(4) {
  width: 16%;
}
#ListSec ul li:first-child {
  padding: 20px 0px;
}
@media (max-width: 1000px) {
  #ListSec ul li:first-child {
    align-items: center;
  }
}
#ListSec ul li:first-child p {
  text-align: center;
  color: #d11302;
  font-weight: bold;
  font-size: 20px;
  padding-left: 0px;
}
@media (max-width: 1000px) {
  #ListSec ul li:first-child p {
    font-size: 14px;
    display: block;
    line-height: 1 !important;
  }
}
#ListSec ul li:first-child p span {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background-color: #555555;
  border-radius: 30px;
  font-weight: initial;
  padding: 2px 18px;
  margin-bottom: 4px;
}
@media (max-width: 1000px) {
  #ListSec ul li:first-child p span {
    font-size: 12px;
    padding: 2px 2px;
  }
}
#ListSec ul li:nth-child(odd) {
  background-color: #f8dcd9;
}
#ListSec ul li:nth-child(even) {
  background-color: #fff;
}
#ListSec .list-last {
  margin-top: 25px;
}
#ListSec .list-last p {
  color: #000f3b;
  font-size: 14px;
  line-height: 1.7 !important;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 1000px) {
  #ListSec .list-last p {
    font-size: 12px;
  }
}

#CvSec {
  background-color: #fff;
  clip-path: polygon(0 0, 50% 10vw, 100% 0%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 50% 10vw, 100% 0%, 100% 100%, 0 100%);
  padding-top: 10vw;
  padding-bottom: 64px;
}
#CvSec .cv-inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #CvSec .cv-inner {
    width: 90%;
  }
}
#CvSec .cv-inner h1 {
  font-size: 48px !important;
  text-align: center;
  font-weight: bold;
  color: #012eb2;
  margin-top: 30px;
  margin-bottom: 28px;
  line-height: 1.3 !important;
  letter-spacing: 0.1em;
}
@media (max-width: 1000px) {
  #CvSec .cv-inner h1 {
    font-size: 28px !important;
  }
}
@media (max-width: 600px) {
  #CvSec .cv-inner h1 {
    font-size: 22px !important;
  }
}
#CvSec .cv-inner .cv-a {
  display: block;
  width: 600px;
  height: 120px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 0px #e6e6e6;
}
@media (max-width: 1000px) {
  #CvSec .cv-inner .cv-a {
    max-width: 600px;
    width: 100%;
    height: 80px;
  }
}
#CvSec .cv-inner .cv-a.shiny:after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 70px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  transform: rotate(60deg);
  animation: 3s shine infinite linear;
}
@keyframes shine {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
#CvSec .cv-inner .cv-a div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#CvSec .cv-inner .cv-a p {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media (max-width: 1000px) {
  #CvSec .cv-inner .cv-a p {
    font-size: 20px;
  }
}
#CvSec .cv-inner .cv-a img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  #CvSec .cv-inner .cv-a img {
    zoom: 0.7;
  }
}
#CvSec .cv-inner .cv-a::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, #8299d9 0%, #8299d9 50%, #6884d3 50%, #6884d3 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
#CvSec .cv-inner .cv-a:hover {
  box-shadow: -10px 10px 0px #e6e6e6;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
#CvSec .cv-inner .img021 {
  display: block;
  margin: 0 auto;
  margin-top: 81px;
  margin-bottom: 27px;
}
@media (max-width: 1000px) {
  #CvSec .cv-inner .img021 {
    width: 100%;
    max-width: 700px;
    margin-top: 18px;
  }
}
#CvSec .cv-inner section h2 {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  border-bottom: solid 1px #555555;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 20px;
  color: #555555;
}
@media (max-width: 1000px) {
  #CvSec .cv-inner section h2 {
    font-size: 14px !important;
  }
}
#CvSec .cv-inner section h2 q {
  font-size: 12px;
  position: absolute;
  right: 0px;
  bottom: 10px;
  color: #555555;
}
@media (max-width: 1000px) {
  #CvSec .cv-inner section h2 q {
    font-size: 10px;
    bottom: -18px;
  }
}
#CvSec .cv-inner section p {
  font-size: 16px;
  line-height: 1.7 !important;
  color: #555555;
  margin-top: 22px;
  margin-bottom: 45px;
}
@media (max-width: 1000px) {
  #CvSec .cv-inner section p {
    font-size: 12px;
  }
}
#CvSec .cv-inner section p span {
  color: #d11302;
  font-weight: bold;
}
#CvSec .cv-inner section p a {
  color: #092987;
  text-decoration: underline;
}
#CvSec .cv-inner section .cv-indent {
  margin-top: -20px;
  margin-bottom: 45px;
}
#CvSec .cv-inner section .cv-indent.ver2 {
  margin-top: 22px;
  margin-bottom: 0px;
}
#CvSec .cv-inner section .cv-indent p {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
}
#CvSec .cv-inner section .cv-indent p a {
  color: #092987;
  text-decoration: underline;
}

#overlay {
  width: 100%;
  height: 100%;
  background-color: #000f3b;
  position: fixed;
  z-index: 9999;
  opacity: 0.95;
  top: 0px;
  bottom: 0px;
  margin: auto;
  display: none;
}
#overlay.active {
  display: block;
}

@keyframes overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
.bunner {
  background-color: #fff;
}
.bunner .bn-wrapper {
  padding: 50px 0px;
  width: 1200px;
  position: relative;
}
@media (max-width: 1250px) {
  .bunner .bn-wrapper {
    width: 90vw;
    max-width: 700px;
  }
}
.bunner.ver2 .bn-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 800px;
  padding: 20px;
}
@media (max-width: 900px) {
  .bunner.ver2 .bn-wrapper {
    width: calc(90vw - 40px);
  }
}
.bunner.ver2 .bn-wrapper iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.bunner .bn-title {
  width: 1000px;
  height: 72px;
  background-color: #092987;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(1% 0, 100% 0, 99% 100%, 0 100%);
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1250px) {
  .bunner .bn-title {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .bunner .bn-title {
    height: 42px;
  }
}
.bunner .bn-title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1000px) {
  .bunner .bn-title h1 {
    font-size: 18px !important;
  }
}
.bunner p {
  letter-spacing: 0.1em;
  line-height: 1.8 !important;
}
.bunner .bn-contents {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1250px) {
  .bunner .bn-contents {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .bunner .bn-contents {
    display: block;
  }
}
.bunner .bn-contents p {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .bunner .bn-contents p {
    font-size: 14px;
  }
}
.bunner .bn-contents p q {
  color: #092987;
}
.bunner .bn-contents p span {
  font-weight: bold;
  color: #d11302;
}
.bunner .bn-contents div p {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 1000px) {
  .bunner .bn-contents img {
    width: 90%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 370px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.bunner .bn-exp {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .bunner .bn-exp {
    width: 90%;
  }
}
.bunner .bn-exp p {
  font-size: 12px;
}
.bunner .bn-close {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #f5d11f;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  right: -30px;
  transition: all 0.2s;
}
@media (max-width: 1000px) {
  .bunner .bn-close {
    width: 25px;
    height: 25px;
    top: -12.5px;
    right: -12.5px;
  }
  .bunner .bn-close img {
    zoom: 0.5;
  }
}
.bunner .bn-close:hover {
  background-color: #999;
  transition: all 0.2s;
}

.popOpen, .popClose, a {
  cursor: pointer !important;
}

.pop {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  display: none;
  z-index: 9999999999;
  visibility: hidden;
}
.pop.active {
  display: block;
  visibility: visible;
}

.x.type1 {
  opacity: 0;
  transition: all 0.5s ease-out;
  transition-delay: 0.2;
  transform: translateY(60px) scale(0.9);
  will-change: transform;
}
.x.type2 {
  opacity: 0;
  transition: all 0.4s;
  transform: scale(0.2);
}
.x.type3 {
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(0px);
}
.x.animate.type1 {
  opacity: 1;
  transition: all 0.5s ease-out;
  transform: none;
  transition-delay: 0.2;
  will-change: transform;
}
.x.animate.type2 {
  opacity: 1;
  transition: all 0.4s;
  transform: scale(1);
}
.x.animate.type3 {
  opacity: 1;
  transition: all 0.3s;
  transform: none;
}
.x.animate.type4 {
  animation: round;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.footer .corporate-footer .footer-container {
  align-items: center;
}
@media (max-width: 1000px) {
  .footer .corporate-footer .footer-container {
    padding-bottom: 60px;
  }
}

.footer-page-top a {
  color: #fff;
}

@media (max-width: 1000px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .pc-off {
    display: none !important;
  }
}
/*飯山追加*/
@media (max-width: 1000px) {
  .sp-ank {
    padding-top: 30px;
  }
}
@media (max-width: 1000px) {
  #AboutSec #AS-exp p {
    letter-spacing: 0.6px;
  }
}
@media (max-width: 1000px) {
  #CvSec {
    padding-bottom: 30px;
  }
}
@media (max-width: 1000px) {
  footer a, button {
    width: 100% !important;
  }
}
@media (max-width: 1000px) {
  #CvSec .cv-inner section p {
    margin-bottom: 25px;
  }
}
@media (max-width: 1000px) {
  #CvSec .cv-inner section .cv-indent {
    margin-bottom: 25px;
  }
}
@media (max-width: 1000px) {
  #CvSec .cv-inner h1 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=index.css.map */