@charset "UTF-8";
/* =====================
base
===================== */
html *,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 18px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.dots {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #004bc8 1px, transparent 1px);
  background-position: 0 0;
  background-size: 4px 4px;
}

html.sr {
  margin-top: 0 !important;
}

#wpadminbar {
  z-index: 10000000 !important;
}

body.fixed {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  line-height: 2.0077777778;
  font-size: 18px;
}

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

#page.in {
  padding-top: 140px;
}

@media screen and (max-width: 767px) {
  #page.in {
    padding-top: 64px;
  }
}
.max-wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.breadcrumb-area {
  background-color: #ffffff;
  border-left: 2px solid #004bc8;
  border-right: 2px solid #004bc8;
}

/* パンくず */
.breadcrumb-wrap {
  padding: 0 90px 105px 90px;
}

#breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#breadcrumb a {
  font-size: 11px;
  color: #004bc8;
  font-weight: 600;
}
#breadcrumb span {
  font-size: 11px;
  color: #004bc8;
  font-weight: 600;
}
#breadcrumb li + li:before {
  content: ">";
  margin: 0.1em;
  color: #004bc8;
}

#breadcrumb .crumb {
  letter-spacing: 0.03em;
  font-size: 11px;
}

#breadcrumb a {
  padding-right: 3px;
}

#breadcrumb span {
  padding: 0 3px;
}

@media screen and (max-width: 1200px) {
  .breadcrumb-wrap {
    padding: 0 15px 105px 15px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb-area {
    background-color: #ffffff;
    border-left: unset;
    border-right: unset;
  }
  .breadcrumb-wrap {
    padding: 25px 15px 70px 15px;
  }
}
[data-aos=fade-up] {
  -webkit-transform: translateY(30px) !important;
  transform: translateY(30px) !important; /* 初期位置（デフォルト値は約 40px） */
}

[data-aos=fade-up].aos-animate {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important; /* アニメーション後の位置 */
}

.gothicmb101pro {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.trans {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.trans:hover {
  opacity: 0.8;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.spv {
  display: none;
}

@media (max-width: 1270px) {
  .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .pcv {
    display: none;
  }
  .spv {
    display: block;
  }
  p {
    line-height: 1.94625;
    font-size: 16px;
  }
}