@charset "UTF-8";

/* common */
#wpadminbar {
  display: none;
}

body {
  color: #fff;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #030046;
}

a {
  color: #fff;
}

.eng {
  font-family: roboto, sans-serif;
  text-transform: capitalize;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.js-scroll-animation {
  opacity: 0;
}

.js-scroll-animation.is-animated {
  animation: animationBottom 0.3s linear forwards;
  animation-delay: 0.6s;
}

.js-scroll-animation.animation-right.is-animated {
  animation: animationRight 0.3s linear forwards;
  animation-delay: 0.6s;
}

.js-scroll-animation.animation-left.is-animated {
  animation: animationLeft 0.3s linear forwards;
  animation-delay: 0.6s;
}

.in-page-link {
  position: relative;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1279px) {
  .pc-large {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .pc-small {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .pc-small {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

svg {
  display: block;
  /* fill: #333; */
}

/* .icon svg {
  fill: #0098ac;
} */

/* .invert .icon svg {
  fill: #fff;
} */

/* .txt-red {
  color: #cc1414;
} */

/* .txt-gold {
  color: #b8884d;
} */

/* .txt-ci-color {
  color: #0098ac;
} */

.underline {
  text-decoration: underline;
}

.title {
  margin-bottom: 0;
}

.title.hidden {
  position: absolute;
  visibility: hidden;
}

.image-area {
  position: relative;
}

a,
a.block-area {
  transition: 0.5s ease all;
}

a:hover {
  text-decoration: underline;
}

a.block-area {
  /* color: #333; */
  display: block;
  text-decoration: none;
}

a.block-area:hover {
  text-decoration: none;
  opacity: 1;
}

a svg path {
  transition: 0.5s ease all;
}

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (min-width: 835px) {
  .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
  }

  .container-fluid.inner {
    max-width: 1376px;
  }
}

.img-fluid.full {
  width: 100%;
  max-width: inherit;
}

.img-fluid.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img-fluid.right {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.img-fluid.left {
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.block-area,
.block-area:hover {
  /* color: #000; */
  text-decoration: none;
}

.block-area {
  opacity: 1;
  transition: 0.5s ease all;
}

.block-area:hover {
  opacity: 0.5;
}

.block-area.scale .image-area {
  overflow: hidden;
}

.block-area.scale .image-area .image {
  transform: scale(1);
  transition: 1s ease all;
}

.block-area.scale:hover .image-area .image {
  transform: scale(1.05);
}

.title {
  margin-bottom: 0;
}

.title .ttl {
  display: block;
}

.title .ttl.center {
  text-align: center;
}

.ttl-01 {
  color: #000;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .ttl-01 {
    margin-bottom: 64px;
  }
}

.metabox {
  margin-bottom: 24px;
}

.metabox p {
  line-height: 32px;
  margin-bottom: 16px;
}

.metabox:last-child,
.metabox p:last-child {
  margin-bottom: 0;
}

.metabox.center-sp {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .metabox {
    margin-bottom: 48px;
  }

  .metabox.center {
    text-align: center;
  }
}

.button-center {
  text-align: center;
}

.btn {
  padding: 16px;
  min-width: 240px;
  border-radius: 2px;
}
/* 
.table-dl dl {
  display: table;
  width: 100%;
  max-width: 100%;
}

.table-dl dl dt,
.table-dl dl dd {
  font-weight: 400;
  display: block;
  padding-top: 0;
}

.table-base {
  border-top: 1px solid #e7eced;
  padding-top: 16px;
}

.table-base dl dt,
.table-base dl dd {
  padding-right: 0;
  padding-left: 0;
}

.table-base dl dt {
  color: #000;
  width: 100%;
  padding-bottom: 8px;
}

.table-base dl dd {
  padding-top: 0;
  padding-bottom: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #e7eced;
}

.table-base dl dd dl {
  margin-bottom: 8px;
}

.table-base dl dd dl dt {
  display: block;
  width: 100%;
}

.table-base dl dd dl dd {
  display: block;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .table-dl dl dd {
    border-top: none;
  }

  .table-base dl dd dl:last-child dd {
    border-top: none;
  }

  .table-base dl dd::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .table-dl dl {
    width: auto;
  }

  .table-dl dl dt,
  .table-dl dl dd {
    display: table-cell;
  }

  .table-base {
    padding-top: 24px;
  }

  .table-base dl {
    text-align: left;
    display: table;
    width: 100%;
    margin-bottom: 0;
  }

  .table-base dl dd dl {
    margin: 0;
  }

  .table-base dl dt,
  .table-base dl dd {
    font-size: 16px;
    line-height: 32px;
  }

  .table-base dl dt {
    font-weight: 700;
    vertical-align: top;
  }

  .table-base dl dd dl:last-child {
    margin-bottom: 0;
  }

  .table-base dl dd dl dt {
    display: block;
    background: none;
    padding: 0;
    border: none;
  }

  .table-base dl dd dl dd {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }

  .table-base dl dd dl dd:before {
    display: none;
  }

  .table-base dl:last-child dd dl dt,
  .table-base dl:last-child dd dl dd {
    border: none;
  }

  .table-base dl dd dl:last-child dt,
  .table-base dl dd dl:last-child dd {
    border: none;
  }

  .table-base dl {
    margin-bottom: 24px;
  }

  .table-base dl dt,
  .table-base dl dd {
    padding-bottom: 24px;
  }

  .table-base > dl > dt {
    color: #000;
    width: 240px;
    padding-right: 32px;
    border-bottom: 1px solid #e7eced;
  }

  .table-base > dl > dd {
    padding-left: 32px;
    border-bottom: 1px solid #e7eced;
    position: relative;
  }

  .table-base > dl > dd::before {
    content: "";
    border-left: 1px solid #e7eced;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 24px;
  }

  .table-base dl dd dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }

  .table-base dl dd dl dt {
    flex: 0 0 200px;
    max-width: 200px;
    width: auto;
    min-width: inherit;
  }

  .table-base dl dd dl dd {
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
}
 */

.link-area {
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.link-area:hover {
  text-decoration: none;
}

/* header */
@media screen and (min-width: 835px) {
  header {
    background: #ffc000;
    height: 100%;
    bottom: 0;
  }

  main,
  footer {
    padding-right: 100px;
  }
}

header {
  width: 100px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

header .navbar {
  padding-top: 16px;
  padding-bottom: 8px;
}

header .navbar > .container-fluid {
  justify-content: space-between;
}

.navbar-brand {
  display: inline-flex;
  margin-right: 0;
}

.navbar-brand img {
  display: block;
}

.navbar-toggler {
  padding: 16px;
  border: none;
  position: absolute;
  top: 0;
  right: 8px;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

header .navbar-collapse .menu-area {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 992px) {
  header .navbar > .container-fluid {
    justify-content: center;
  }

  header .navbar {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  header .navbar .collapse {
    flex-grow: inherit;
  }

  header .navbar-brand {
    margin-right: 0;
  }

  header .navbar-collapse .menu-area {
    padding-top: 0;
    padding-bottom: 0;
  }

  header .navbar .collapse {
    padding-left: 16px;
    margin-left: 32px;
    border-left: 1px solid #c0c0c0;
  }

  header .navbar .collapse .nav-link {
    padding: 0 16px;
  }
}

/* main */
main article section.bg-common {
  overflow: hidden;
}

.outbox {
  padding-top: 48px;
  padding-bottom: 48px;
}

.outbox .cont-main .cont-item {
  padding-top: 32px;
  padding-bottom: 32px;
}

.outbox .inbox {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.outbox .cont-main .cont-item:first-child {
  padding-top: 0;
}

.outbox .cont-main .cont-item:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .outbox {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .outbox .cont-main .cont-item {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

/* footer */
footer .footer-bottom-area {
  padding-top: 24px;
  padding-bottom: 48px;
}

footer .footer-bottom {
  text-align: center;
}

footer .footer-bottom .footer-copy {
  font-size: 14px;
  line-height: 20px;
  padding-top: 24px;
}

@media screen and (min-width: 992px) {
  footer .footer-bottom-area {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
