@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 1.8;
}

@media all and (-ms-high-contrast: none) {
  h1, h2, h3, h4, h5, p, a {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
#wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

h1, h2, h3, h4, p, img {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: "Noto Serif JP", "Georgia", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
}

h1 {
  font-size: 48px;
  line-height: 70px;
  font-weight: bold;
  margin-bottom: 32px;
}

h2 {
  font-size: 48px;
  line-height: 70px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 46px;
  }
}

h3 {
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 24px;
    line-height: 35px;
  }
}

h4 {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

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

.accordion-button {
  font-family: "Noto Sans JP", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

img {
  width: 100%;
}

.btn-primary:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#header-logo {
  height: 40px;
}
@media screen and (max-width: 991px) {
  #header-logo {
    height: 28px;
    max-width: 183px;
    margin-top: 4px;
  }
}

#ov-section {
  margin-top: 66px;
  padding-top: 64px;
  padding-bottom: 128px;
}
@media screen and (max-width: 991px) {
  #ov-section {
    padding-bottom: 64px;
  }
}

.ov-img {
  max-width: 600px;
}

.gothic {
  font-family: "Noto Sans JP", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

#ov-btn {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media screen and (max-width: 991px) {
  #right-box {
    margin-top: 32px;
  }
}

@media screen and (min-width: 992px) {
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .br-pc {
    display: none;
  }
}

.section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section-no-bottom {
  padding-top: 128px;
  padding-bottom: 0;
}

.second-row {
  margin-top: 64px;
  margin-right: 0;
  margin-left: 0;
}

.second-row-img {
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .second-row-box {
    margin-top: 32px;
  }
}

.section-logo {
  height: 64px;
}

.image-area {
  max-width: 961px;
}

.page-image {
  border: #ccc 1px solid;
  padding-left: 0;
  padding-right: 0;
}

.bg-use {
  background-color: #EDF6F2;
}

.use-box {
  border-radius: 0.3rem;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .use-box {
    margin-right: 8px;
    margin-left: 8px;
  }
}

.use-box h4, .use-box img {
  margin-bottom: 8px;
}

.use-box p {
  padding-right: 24px;
  padding-left: 24px;
}

.anno {
  font-size: 14.55px;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .anno {
    text-align: right;
  }
}

.text-l {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
}

.text-s {
  font-size: 14.55px;
  color: #707070;
}

.table td {
  padding: 16px;
}

.table th {
  min-width: 100px;
}

.table td {
  min-width: 200px;
}

.bg-company {
  background-color: #f7e8e8;
}

.company {
  margin-bottom: 16px;
}

.copyright {
  font-size: 14.55px;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* back to top */
.progress-wrap {
  position: fixed;
  right: 16px;
  bottom: 16px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background-color: rgba(255, 255, 255, 0.75);
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #0b5ed7;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, #0b5ed7, #f8ab37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #0b5ed7;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* back to top */
.swiper-wrapper {
  padding-bottom: 64px;
}

.swiper-button-prev {
  display: none !important;
}

.swiper-button-next {
  display: none !important;
}