<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all  0.3s;
  color: #1E4E90;
  outline: none;
  position: relative;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

a img,
a svg {
  text-decoration: none;
  transition: all  0.3s;
  color: #1E4E90;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div, li, header, footer, dt, dd, section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}

/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
}

body {
  color: #292F38;
  background: #FFF;
  line-height: 1.7;
  font-family: "YuGothic", "游ゴシック", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic","メイリオ", Meiryo,sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    text-decoration: none;
  }
}

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

strong {
  font-weight: bold;
}

section, article {
  position: relative;
}

.nolink {
  pointer-events: none;
}

.nolink:hover {
  opacity: 1;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  padding-top: 64px;
  overflow: hidden;
}

.flex-wrapper {
  display: flex;
}

.box-inner {
  margin: 0 24px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    max-width: initial;
    padding: 0 7vw;
  }
  .pc-flex {
    display: flex;
  }
}

.font-en {
  font-family: 'Montserrat', sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.mds-txt {
  font-size: 24px;
  margin-bottom: 38px;
  padding-top: 16px;
  position: relative;
  font-weight: bold;
  color: #4d5664;
}

.mds-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 4px;
  background: #d9e0eb;
}

.btn {
  width: fit-content;
}

.btn a {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.btn img {
  vertical-align: middle;
}

.btn-more a {
  font-weight: bold;
  color: #1e4e90;
}

.btn-more a:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .btn-more a:hover {
    color: #306ec4;
  }
}

.icon-arrow01 {
  transition: all 0.3s ease;
  position: relative;
  margin-left: 8px;
}

.icon-arrow01 .parts01 {
  stroke: #1e4e90;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  a:hover .icon-arrow01 svg {
    transform: translateX(10px);
  }
  a:hover .icon-arrow01 .parts01 {
    stroke: #306EC4;
  }
}

.icon-arrow02 {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.icon-arrow02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #858C98;
  border-right: 2px solid #858C98;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}

.noinfo {
  color: #888;
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .noinfo {
    font-size: 20px;
  }
}

/* アニメーション-------------------------------------------*/
.fade-element {
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s;
}

.fadein {
  opacity: 1 !important;
  transform: translateY(0);
}

/* 共通ヘッダー-------------------------------------------*/
.page-hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  padding: 9px 16px 0 15px;
  z-index: 10;
  background: #fff;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .page-hd {
    padding: 0;
  }
}

.page-hd .hd-inner {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .page-hd .hd-inner {
    height: 100%;
  }
}

.page-hd .hd-inner h1 {
  margin-right: auto;
  padding-top: 5px;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .page-hd .hd-inner h1 {
    flex: 1;
    padding-right: 10px;
    margin-left: 10px;
    padding-top: 0;
  }
}

.page-hd .hd-inner h1 img {
  width: 46vw;
  max-width: 213px;
}

@media screen and (min-width: 769px) {
  .page-hd .hd-inner h1 img {
    width: 213px;
  }
}

.page-hd .hd-inner .pc-nav {
  display: none;
}

@media screen and (min-width: 769px) {
  .page-hd .hd-inner .pc-nav {
    display: flex;
  }
}

.page-hd .hd-inner .pc-nav .nav-txt {
  margin-right: 32px;
}

.page-hd .hd-inner .pc-nav .nav-txt a {
  color: #1e4e90;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 769px) {
  .page-hd .hd-inner .pc-nav .nav-txt a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #1e4e90;
    position: absolute;
    bottom: -20px;
    left: 0;
    transition: .3s;
  }
  .page-hd .hd-inner .pc-nav .nav-txt a:hover::before {
    width: 100%;
  }
}

.page-hd .hd-inner .pc-nav .nav-txt.trigger .icon-arrow02 {
  margin-left: 10px;
}

.page-hd .hd-inner .pc-nav .nav-txt.trigger .icon-arrow02::before {
  top: -4px;
}

.page-hd .hd-inner .pc-nav .keyword-btn {
  padding-left: 32px;
  border-left: 1px solid #BABABA;
  margin-right: 32px;
}

.page-hd .hd-inner .pc-nav .keyword-btn img {
  vertical-align: middle;
  width: 16px;
  margin-right: 16px;
}

.page-hd .hd-inner .pc-nav .keyword-btn .icon-arrow02 {
  margin-left: 15px;
}

.page-hd .hd-inner .pc-nav .keyword-btn a:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .page-hd .hd-inner .pc-nav .keyword-btn a::before {
    content: "";
    width: 0;
    height: 1px;
    background: #1e4e90;
    position: absolute;
    bottom: -20px;
    left: -30px;
    transition: .3s;
  }
  .page-hd .hd-inner .pc-nav .keyword-btn a:hover::before {
    width: 122%;
  }
}

.page-hd .hd-inner .btn-menu {
  width: 32px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

@media screen and (min-width: 769px) {
  .page-hd .hd-inner .btn-menu {
    display: none;
  }
}

.page-hd .hd-inner .btn-menu p {
  z-index: 1;
  position: relative;
}

.page-hd .hd-inner .btn-menu .hbg-wrapper {
  position: relative;
  width: 32px;
  height: 14px;
  margin: 0 auto;
}

.page-hd .hd-inner .btn-menu span {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 2px;
  width: 100%;
  background-color: #1E4E90;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 1;
}

.page-hd .hd-inner .btn-menu span:nth-of-type(1) {
  top: 0;
}

.page-hd .hd-inner .btn-menu span:nth-of-type(2) {
  top: 6px;
}

.page-hd .hd-inner .btn-menu span:nth-of-type(3) {
  bottom: 0;
}

.page-hd .hd-inner .btn-menu.open span:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
}

.page-hd .hd-inner .btn-menu.open span:nth-child(2) {
  opacity: 0;
}

.page-hd .hd-inner .btn-menu.open span:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}

.page-hd .hd-inner .btn-contact {
  width: 23.5vw;
  height: 100%;
}

.page-hd .hd-inner .btn-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1e4e90;
  text-align: center;
  padding: 9px 0;
  font-size: 11px;
  height: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .page-hd .hd-inner .btn-contact a {
    font-size: 16px;
    font-weight: bold;
  }
}

/* グローバルナビ-------------------------------------------*/
body.fixed, html.fixed {
  overflow: hidden;
}

.gnav {
  display: none;
  z-index: 10;
  position: relative;
}

.gnav .gnav-inner {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: scroll;
  background: #fff;
  padding: 10.5vw;
  padding-bottom: 22vw;
}

.gnav .mds-txt {
  font-size: 16px;
  margin-bottom: 18px;
}

.gnav .mds-txt::before {
  height: 2px;
}

.gnav .keyword-list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.gnav .keyword-list li {
  margin-right: 4px;
  margin-bottom: 4px;
}

.gnav .keyword-list li a {
  font-size: 18px;
  color: #1e4e90;
  padding: 6px 10px;
  background: #fff;
  display: block;
}

.gnav .keyword-list li a:hover {
  text-decoration: underline;
}

.gnav .menu-list li {
  margin-bottom: 27px;
}

.gnav .menu-list li a {
  font-weight: bold;
  color: #1e4e90;
  font-size: 16px;
}

.gnav .menu-list li a:hover {
  opacity: 1;
  text-decoration: underline;
}

#gnav02 .gnav-inner {
  height: 96px;
  padding: 40px 0;
}

#gnav02 .gnav-inner .menu-list {
  display: flex;
  justify-content: flex-end;
  width: 61%;
}

#gnav02 .gnav-inner .menu-list li {
  margin-left: 32px;
}

#gnav02 .gnav-inner .menu-list li a::before {
  content: none;
}

#gnav03 .gnav-inner {
  width: 40%;
  padding: 40px 30px;
  height: 200px;
  left: auto;
  right: 0;
}

#gnav03 .gnav-inner .keyword-list {
  margin-bottom: 0;
}

#gnav03 .gnav-inner .keyword-list li a::before {
  content: none;
}

#gnav02 .gnav-inner,
#gnav03 .gnav-inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#gnav02 .gnav-inner::-webkit-scrollbar,
#gnav03 .gnav-inner::-webkit-scrollbar {
  display: none;
}

/* パンくず-------------------------------------------*/
.breadcrumb-area {
  background: #F7F9FC;
  display: block;
  margin: 0 auto;
  padding: 18px 15px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .breadcrumb-area {
    padding: 23px 0;
  }
}

.breadcrumb-area .breadcrumb {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .breadcrumb-area .breadcrumb {
    margin: 0 15px;
  }
}

.breadcrumb-area .breadcrumb li {
  position: relative;
  padding-right: 22px;
  display: inline;
}

.breadcrumb-area .breadcrumb li:after {
  position: absolute;
  content: "&gt;";
  vertical-align: middle;
  left: auto;
  right: 7px;
  bottom: 0;
  top: -4px;
  margin: auto;
  text-decoration: none;
}

.breadcrumb-area .breadcrumb li a {
  color: #1e4e90;
}

.breadcrumb-area .breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb-area .breadcrumb li.current a {
  color: #292F38;
}

/* コンテンツエリア-------------------------------------------*/
/* 下層タイトル-------------------------------------------*/
.ttl-area {
  color: #4d5664;
  background: #f7f9fc;
  text-align: center;
  padding: 41px 10px;
}

@media screen and (min-width: 769px) {
  .ttl-area {
    padding: 26px 10px 83px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}

.ttl-area .submds {
  font-size: 18px;
  line-height: 1.5;
}

.ttl-area .ttl-mds {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .ttl-area .ttl-mds {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
}

/* お知らせ共通パーツ-------------------------------------------*/
.info-list li {
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .info-list li {
    margin-bottom: 9px;
  }
}

@media screen and (min-width: 769px) {
  .info-list li a {
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .info-list li a .date {
    width: 130px;
  }
}

.info-list li a .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #1e4e90;
}

@media screen and (min-width: 769px) {
  .info-list li a .ttl {
    flex: 1;
  }
}

/* サービス内容共通パーツ-------------------------------------------*/
.service-list-wrapper .mds {
  color: #1e4e90;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.service-list-wrapper .mds .icon-arrow01 {
  margin-left: 16px;
}

.service-list-wrapper .mds .icon-arrow01::before {
  width: 56px;
  height: 8px;
  background-image: url(../images/common/icon_arrow01_l.svg);
}

.service-list-wrapper .detail {
  font-size: 12px;
}

.service-list-wrapper .service-box-l {
  padding: 51px 24px 14px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 80% 80%;
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box-l {
    background-size: cover;
    background-position: center;
    padding: 4vw 3.5vw 3vw;
  }
}

.service-list-wrapper .service-box-l .detail {
  margin-bottom: 30px;
}

.service-list-wrapper .service-box-l .text-list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box-l .text-list {
    max-width: 717px;
  }
}

.service-list-wrapper .service-box-l .text-list li {
  background: rgba(255, 255, 255, 0.9);
  margin-right: 4px;
  margin-bottom: 4px;
  width: calc(100% / 2 - 2px);
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box-l .text-list li {
    min-width: 153px;
    width: auto;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
  }
}

.service-list-wrapper .service-box-l .text-list li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box-l .text-list li:nth-child(2n) {
    margin-right: 8px;
  }
}

.service-list-wrapper .service-box-l .text-list li a {
  font-weight: bold;
  color: #1e4e90;
  padding: 12px 16px 20px;
  box-sizing: border-box;
  display: block;
  height: 100%;
}

.service-list-wrapper .service-box-l .text-list li a:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box-l .text-list li a {
    padding: 25px 5.1vw 25px 2vw;
  }
  .service-list-wrapper .service-box-l .text-list li a:hover {
    color: #306ec4;
  }
}

.service-list-wrapper .service-box-l .text-list li a .icon-arrow01 {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box-l .text-list li a .icon-arrow01 {
    display: inline;
    margin-left: 10px;
  }
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box {
    display: flex;
    flex-wrap: wrap;
  }
  .service-list-wrapper .service-box a {
    width: 50%;
    overflow: hidden;
  }
}

.service-list-wrapper .service-box .service-box-s {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16px 0;
  transition: .3s;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box .service-box-s {
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
  }
}

.service-list-wrapper .service-box .service-box-s .detail {
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  padding: 30px;
  padding-right: 30vw;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box .service-box-s .detail {
    padding: 30px 20px;
    padding-right: 50%;
  }
}

@media screen and (min-width: 769px) {
  .service-list-wrapper .service-box a:hover {
    opacity: 1;
  }
  .service-list-wrapper .service-box a:hover .service-box-s {
    transform: scale(1.1);
  }
  .service-list-wrapper .service-box a:hover .service-box-s .detail {
    transform: scale(0.91);
  }
  .service-list-wrapper .service-box a:hover .mds {
    color: #306ec4;
  }
}

/* ブログ共通パーツ-------------------------------------------*/
@media screen and (min-width: 769px) {
  .article-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.article-list li {
  margin-bottom: 42px;
}

@media screen and (min-width: 769px) {
  .article-list li {
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .article-list li:nth-child(3n) {
    margin-right: 0;
  }
}

.article-list li a .img-box {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
}

.article-list li a .img-box:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .article-list li a .img-box:hover .mds {
    color: #306ec4;
  }
}

.article-list li a .img-box img {
  transition: .3s;
}

.article-list li a .img-box .category {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(77, 86, 100, 0.7);
  padding: 3px 6px;
  text-align: center;
}

.article-list li a .img-box .icon-new {
  position: absolute;
  top: 0;
  left: 0;
  color: #1e4e90;
  background: #fff;
  padding: 3px 6px;
  text-align: center;
}

.article-list li a .txt-box {
  transition: .3s;
}

.article-list li a .txt-box .mds {
  color: #1e4e90;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transform: .3s;
}

.article-list li a .txt-box .tag {
  color: #858c98;
  font-size: 11px;
}

.article-list li a .txt-box .tag span {
  margin-right: 2px;
}

.article-list li a:hover {
  opacity: 1;
}

.article-list li a:hover .img-box img {
  transform: scale(1.1);
}

@media screen and (min-width: 769px) {
  .article-list li a:hover .mds {
    color: #306ec4;
  }
}

.article-list.type02 li a:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .article-list.type02 li a:hover .mds {
    color: #306ec4;
  }
}

.article-list.type02 li a .txt-box {
  transition: .3s;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: -18px;
  padding: 16px;
  width: 90%;
}

.article-list.type02 li a .txt-box .mds {
  -webkit-line-clamp: 3;
}

.side-area {
  flex: 1;
}

.side-area .side-list {
  margin-bottom: 60px;
}

.side-area .side-list li {
  border-bottom: 1px solid #D9E0EB;
}

.side-area .side-list li:first-child {
  border-top: 1px solid #D9E0EB;
}

.side-area .side-list li a {
  display: block;
  color: #1e4e90;
  font-weight: bold;
  padding: 15px 0;
}

@media screen and (min-width: 769px) {
  .side-area .side-list li a {
    font-size: 16px;
  }
}

.side-area .side-list li a .date {
  font-size: 12px;
  font-weight: normal;
  color: #2a2f37;
  display: block;
}

/* contact共通パーツ-------------------------------------------*/
.contact-box {
  background: #1e4e90;
  color: #fff;
  padding: 40px 0;
}

@media screen and (min-width: 769px) {
  .contact-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3.2vw 2vw 3.2vw 5vw;
  }
}

@media screen and (min-width: 769px) {
  .contact-box .pc-flex {
    justify-content: space-between;
    align-items: center;
  }
}

.contact-box .box-l .mds-txt {
  color: #fff;
  font-size: 20px;
  margin-bottom: 18px;
}

.contact-box .box-l .mds-txt::before {
  background: #858c98;
}

.contact-box .box-l .txt01 {
  font-size: 18px;
}

.contact-box .box-l .txt02 {
  font-size: 16px;
}

.contact-box .box-l .txt03 {
  margin-bottom: 18px;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .contact-box .box-r {
    margin-right: 0;
  }
}

.contact-box .box-r .btn02 {
  width: 90%;
}

@media screen and (min-width: 769px) {
  .contact-box .box-r .btn02 {
    width: 21.6vw;
  }
}

.contact-box .box-r .btn02 a {
  background: #fff;
  color: #1e4e90;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 28px 0;
}

/* WYSIWYG-------------------------------------------*/
.main-txt-box {
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .main-txt-box {
    font-size: 16px;
  }
}

.main-txt-box a {
  text-decoration: underline;
}

.main-txt-box strong, .main-txt-box b {
  font-weight: bold;
}

.main-txt-box em {
  font-style: italic;
}

.main-txt-box img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.main-txt-box ul {
  list-style-type: disc;
}

.main-txt-box ol {
  list-style-type: decimal;
}

.main-txt-box table th {
  text-align: center;
  vertical-align: inherit;
  font-weight: bold;
}

.main-txt-box .fwN, .main-txt-box caption, .main-txt-box h1, .main-txt-box h2, .main-txt-box h3, .main-txt-box h4, .main-txt-box h5, .main-txt-box h6, .main-txt-box td, .main-txt-box th {
  margin: 0;
}

.main-txt-box h1 {
  font-size: 2em;
}

.main-txt-box h2 {
  font-size: 1.5em;
}

.main-txt-box h3 {
  font-size: 1.17em;
}

.main-txt-box h4 {
  font-size: 1em;
}

.main-txt-box h5 {
  font-size: 0.83em;
}

.main-txt-box h6 {
  font-size: 0.67em;
}

.main-txt-box hr {
  display: block;
}

/* ページャー-------------------------------------------*/
.pager-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
  max-width: 200px;
}

@media screen and (min-width: 769px) {
  .pager-box {
    margin-top: 50px;
  }
}

.pager-box li {
  position: relative;
  font-weight: bold;
  font-size: 16px;
}

.pager-box li a {
  color: #1E4E90;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pager-box li .icon-arrow01 {
  position: absolute;
}

.pager-box .btn-back {
  border: none;
  width: 30px;
}

.pager-box .btn-back .icon-arrow01 {
  transform: scale(-1, 1);
}

.pager-box .btn-next {
  border: none;
  width: 30px;
}

.pager-box .btn-next .icon-arrow01 {
  right: 5px;
}

.pager-box .disable {
  opacity: 0.3;
  pointer-events: none;
}

/* フッター-------------------------------------------*/
.page-ft {
  background: #4d5664;
  color: #fff;
  padding: 56px 0 60px;
}

@media screen and (min-width: 769px) {
  .page-ft {
    padding: 50px 0;
  }
}

.page-ft a {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .page-ft .box-inner {
    justify-content: space-between;
    max-width: 1000px;
    padding: 0;
  }
}

.page-ft .box-inner .copyright {
  font-family: 'Montserrat', sans-serif;
}

.page-ft .box-inner .box-l .ft-ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 18px;
}

.page-ft .box-inner .box-l .ft-nav01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.page-ft .box-inner .box-l .ft-nav01 li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.page-ft .box-inner .box-l .ft-address {
  font-size: 12px;
  margin-bottom: 10px;
  color: #d9e0eb;
}

.page-ft .box-inner .box-l .ft-address li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

.page-ft .box-inner .box-l .ft-address li .mds {
  width: 23vw;
}

@media screen and (min-width: 769px) {
  .page-ft .box-inner .box-l .ft-address li .mds {
    width: 100px;
  }
}

.page-ft .box-inner .box-l .ft-address li .txt {
  flex: 1;
}

.page-ft .box-inner .box-l .ft-address li a {
  display: block;
  color: #d9e0eb;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .page-ft .box-inner .box-l .ft-address li a {
    display: inline;
    text-decoration: none;
    pointer-events: none;
  }
}

.page-ft .box-inner .box-l .ft-nav02 {
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.page-ft .box-inner .box-l .ft-nav02 li {
  margin-right: 12px;
  position: relative;
}

.page-ft .box-inner .box-l .ft-nav02 li::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.page-ft .box-inner .box-l .ft-nav02 li:last-child {
  margin-right: 0;
}

.page-ft .box-inner .box-l .ft-nav02 li:last-child::before {
  content: none;
}

.page-ft .box-inner .box-l .copyright.pc-view {
  font-size: 10px;
}

.page-ft .box-inner .box-r {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .page-ft .box-inner .box-r {
    align-items: center;
    justify-content: flex-end;
  }
}

.page-ft .box-inner .box-r .logo {
  width: 33%;
  margin-right: 20px;
}

@media screen and (min-width: 769px) {
  .page-ft .box-inner .box-r .logo {
    width: 95px;
    margin-right: 0;
    margin-left: 20px;
  }
}

.page-ft .box-inner .box-r .copyright.sp-view {
  width: 100%;
  font-size: 11px;
  margin-top: 20px;
}

/* 右下のPAGETOPボタン-------------------------------------------*/
.btn-pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: block !important;
  opacity: 1;
  width: 40px;
  cursor: pointer;
}

.btn-pagetop:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=_map/common.css.map */
</pre></body></html>